diff --git a/- b/- new file mode 100644 index 0000000..73139b4 --- /dev/null +++ b/- @@ -0,0 +1,67814 @@ +1,33915c1,33897 +< # +------------------------------------------------------------------+ +< # | ____ _ _ __ __ _ __ | +< # | / ___| |__ ___ ___| | __ | \/ | |/ / | +< # | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / | +< # | | |___| | | | __/ (__| < | | | | . \ | +< # | \____|_| |_|\___|\___|_|\_\___|_| |_|_|\_\ | +< # | | +< # | Copyright Mathias Kettner 2010 mk@mathias-kettner.de | +< # +------------------------------------------------------------------+ +< # +< # This file is part of Check_MK. +< # The official homepage is at http://mathias-kettner.de/check_mk. +< # +< # check_mk is free software; you can redistribute it and/or modify it +< # under the terms of the GNU General Public License as published by +< # the Free Software Foundation in version 2. check_mk is distributed +< # in the hope that it will be useful, but WITHOUT ANY WARRANTY; with- +< # out even the implied warranty of MERCHANTABILITY or FITNESS FOR A +< # PARTICULAR PURPOSE. See the GNU General Public License for more de- +< # ails. You should have received a copy of the GNU General Public +< # License along with GNU Make; see the file COPYING. If not, write +< # to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, +< # Boston, MA 02110-1301 USA. +< msgid "" +< msgstr "" +< "Project-Id-Version: Check_MK Multisite traducere 0.1\n" +< "Report-Msgid-Bugs-To: checkmk-en@lists.mathias-kettner.de\n" +< "POT-Creation-Date: 2011-05-13 09:42+0200\n" +< "PO-Revision-Date: 2011-05-13 09:42+0200\n" +< "Last-Translator: Marius Pană\n" +< "Language-Team: SpearHead Systems\n" +< "MIME-Version: 1.0\n" +< "Content-Type: text/plain; charset=UTF-8\n" +< "Content-Transfer-Encoding: 8bit\n" +< "Language: ro \n" +< "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +< "20)) ? 1 : 2;\n" +< +< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:53 +< msgid "" +< "\n" +< "The following placeholdes will be substituted by value from the actual " +< "event:\n" +< "
$ID$ | Event ID |
$COUNT$ | Number of occurrances |
$TEXT$ | Message text |
$FIRST$ | Time of the first occurrance (time stamp)" +< "td> |
$LAST$ | Time of the most recent occurrance | " +< "tr>\n" +< "
$COMMENT$ | Event comment/td> |
$SL$ | Service Level |
$HOST$ | Host name (as sent by syslog) |
$CONTACT$ | Contact information |
$APPLICATION$ | Syslog tag / Application |
$PID$ | Process ID of the origin process |
$PRIORITY$ | Syslog Priority |
$FACILITY$ | Syslog Facility |
$RULE_ID$ | ID of the rule |
$STATE$ | State of the event (0/1/2/3) |
$PHASE$ | Phase of the event (open in normal " +< "situations, closed when cancelling) |
$OWNER$ | Owner of the event |
$MATCH_GROUPS$ | Text groups from regular expression " +< "match, separated by spaces |
$MATCH_GROUP_1$ | Text of the first match group from " +< "expression match |
$MATCH_GROUP_2$ | Text of the second match group from " +< "expression match |
$MATCH_GROUP_3$ | Text of the third match group from " +< "expression match (and so on...) |
$ID$ | ID Eveniment |
$COUNT$ | Numărul de apariții |
$TEXT$ | Textul mesajului |
$FIRST$ | Ora primei manifestări (ștampila de timp)" +< "td> |
$LAST$ | Ora celei mai recente manifestări | " +< "tr>\n" +< "
$COMMENT$ | Comentariu eveniment/td> |
$SL$ | Nivelul serviciului |
$HOST$ | Nume host (așa cum este trimis de syslog) |
$CONTACT$ | Informații de contact |
$APPLICATION$ | Tag-ul Syslog / Aplicație |
$PID$ | ID-ul Processului de origine |
$PRIORITY$ | Prioritatea Syslog |
$FACILITY$ | Facilitatea Syslog |
$RULE_ID$ | ID-ul regulii |
$STATE$ | Starea evenimentului (0/1/2/3) |
$PHASE$ | Faza evenimentului (deschis în situații " +< "normale, închis la anulare) |
$OWNER$ | Proprietarul evenimentului |
$MATCH_GROUPS$ | Grupuri de text din expresii regulate " +< ", separate prin spații |
$MATCH_GROUP_1$ | Textul din primul grup de expresii |
$MATCH_GROUP_2$ | Textul din al doilea grup de expresii |
$MATCH_GROUP_3$ | Textul din al treilea grup de expresii " +< " (și așa mai departe...) |
%s" +< msgstr "" +< #TODO "
%s" +< +< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:721 +< #, python-format +< msgid "" +< "
%s" +< msgstr "" +< +< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1282 +< #, python-format +< msgid "%d more contact groups
Trimis notificare câtre: %s
" +< +< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:354 +< msgid "" +< "The process name may contain one or more occurances of %s. If " +< "you do this, then the pattern must be a regular expression and be prefixed " +< "with ~. For each %s in the description, the expression has to " +< "contain one \"group\". A group is a subexpression enclosed in brackets, for " +< "example (.*) or ([a-zA-Z]+) or (...). When the " +< "inventory finds a process matching the pattern, it will substitute all such " +< "groups with the actual values when creating the check. That way one rule can " +< "create several checks on a host.
If the pattern contains more groups " +< "then occurrances of %s in the service description then only the " +< "first matching subexpressions are used for the service descriptions. The " +< "matched substrings corresponding to the remaining groups are copied into the " +< "regular expression, nevertheless.
As an alternative to %s you " +< "may also use %1, %2, etc. These will be replaced by the " +< "first, second, ... matching group. This allows you to reorder things.
" +< msgstr "" +< +< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:522 +< msgid "" +< "The service description may contain one or more occurances of %s" +< "tt>. In this case, the pattern must be a regular expression prefixed with ~. " +< "For each %s in the description, the expression has to contain one " +< "\"group\". A group is a subexpression enclosed in brackets, for example " +< "(.*) or ([a-zA-Z]+) or (...). When the inventory " +< "finds a task matching the pattern, it will substitute all such groups with " +< "the actual values when creating the check. In this way one rule can create " +< "several checks on a host.
If the pattern contains more groups than " +< "occurrences of %s in the service description, only the first " +< "matching subexpressions are used for the service descriptions. The matched " +< "substrings corresponding to the remaining groups are nevertheless copied " +< "into the regular expression.
As an alternative to %s you may " +< "also use %1, %2, etc. These expressions will be replaced " +< "by the first, second, ... matching group, allowing you to reorder things.
" +< msgstr "" +< +< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:412 +< #, python-format +< msgid "" +< "The user specification can either be a user name (string). The inventory " +< "will then trigger only if that user matches the user the process is running " +< "as and the resulting check will require that user. Alternatively you can " +< "specify \"grab user\". If user is not selected the created check will not " +< "check for a specific user.
Specifying \"grab user\" makes the created " +< "check expect the process to run as the same user as during inventory: the " +< "user name will be hardcoded into the check. In that case if you put %u into " +< "the service description, that will be replaced by the actual user name " +< "during inventory. You need that if your rule might match for more than one " +< "user - your would create duplicate services with the same description " +< "otherwise.
Windows users are specified by the namespace followed by " +< "the actual user name. For example \"\\\\NT AUTHORITY\\NETWORK SERVICE\" or " +< "\"\\\\CHKMKTEST\\Administrator\".
" +< msgstr "" +< +< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8908 +< #, python-format +< msgid "" +< "Warning
Rule based notifications are disabled in your global "
+< "settings. The rules that you edit here will have affect only on "
+< "notifications that are created by the Event Console. Normal monitoring "
+< "alerts will not use the rule based notifications now.
You can "
+< "change this setting here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:86
+< msgid ""
+< "
You can define one or several patterns (regular expressions) in each " +< "logfile pattern rule. These patterns are applied to the selected logfiles to " +< "reclassify the matching log messages. The first pattern which matches a line " +< "will be used for reclassifying a message. You can use the Logfile Pattern Analyzer to test the rules you " +< "defined here.
Select \"Ignore\" as state to get the matching logs " +< "deleted. Other states will keep the log entries but reclassify the state of " +< "them.
" +< msgstr "" +< +< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:236 +< msgid "" +< "You have been logged out. Please reload the page to re-authenticate.
" +< msgstr "Ați fost deconectat. Reîncărcați pagina pentru autentificare.
"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9320
+< #, python-format
+< msgid "%s is a reserved keyword."
+< msgstr "%s este un cuvânt cheie rezervat."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:264
+< msgid "JAVA_HOME - path to Java installation"
+< msgstr "JAVA_HOME - calea de la instalarea Java"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:827
+< msgid "="
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1663
+< msgid "??"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5252
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5253
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5425
+< msgid "A"
+< msgstr ""
+< # TODO
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:205
+< msgid "A Multisite view"
+< msgstr "Un Multisite view"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:32
+< msgid "A comment or description of this host"
+< msgstr "O descriere sau comentariu despre acest element"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:228
+< msgid ""
+< "A compact dashboard which lists your unhandled host and service problems."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:929
+< msgid ""
+< "A complete list of all host problems with a search form for selecting "
+< "handled and unhandled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:976
+< msgid "A complete listing of all host groups and each of their hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6165
+< msgid ""
+< "A couple of switches with broken firmware report that they support 64 bit "
+< "counters but do not output any actual data in those counters. Listing those "
+< "hosts in this rule forces them to use the interface check with 32 bit "
+< "counters instead."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:116
+< msgid "A descriptive title of this action."
+< msgstr "Un titlu descriptiv despre această acțiune."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/bi.py:45
+< msgid "A direct link to all groups of BI aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1907
+< msgid "A folder with that name already exists."
+< msgstr "Un director cu acest nume deja există."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1099
+< msgid "A form for searching hosts using flexible filters"
+< msgstr "Un formular pentru cautarea elementelor folosind filtre flexibile"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:75
+< msgid "A frame around the page"
+< msgstr "Un chenar în jurul paginii"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:797
+< msgid ""
+< "A gadget that shows your current service check rate in relation to the "
+< "scheduled check rate. If the Speed-O-Meter shows a speed of 100 percent, all "
+< "service checks are being executed in exactly the rate that is desired."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:282
+< msgid "A heading for the view"
+< msgstr "Un titlu pentru view"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2178
+< msgid "A host with this name already exists."
+< msgstr "Un element cu acest nume există deja."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:840
+< msgid "A large clock showing the current time of the web server"
+< msgstr "Un ceas mare care arată timpul curent al serverului web"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:518
+< msgid "A list of all hosts with some CPU related inventory data"
+< msgstr "O lista cu toate elementele cu unele date de invetar legate de CPU"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:92
+< msgid "A list of specific users"
+< msgstr "O listă cu utilizatori specifici"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:409
+< msgid "A matrix showing a colored square for each host"
+< msgstr "O matrice care arată un pătrat colorat pentru fiecare element"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16822
+< msgid ""
+< "A regular expression matching the beginning of a service description. "
+< "You can use a trailing $ in order to define an exact match. For "
+< "each matching service on the specified hosts one child node will be created. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1108
+< msgid "A rule with this ID already exists."
+< msgstr "O regulă cu acest ID există deja."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3498
+< msgid ""
+< "A scheduler job is an object in an ORACLE database which could be compared "
+< "to a cron job on unix. This rule allows you to define the maximum run "
+< "duration and state.."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2054
+< #, python-format
+< msgid ""
+< "A service level is a number that describes the business impact of a host or "
+< "service. This level can be used in rules for notifications, as a filter in "
+< "views or as a criteria in rules for the Event Console. A higher service "
+< "level is assumed to be more business critical. This ruleset allows to assign "
+< "service levels to hosts and/or services. Note: if you assign a service level "
+< "to a host with the ruleset Service Level of hosts, then this level is "
+< "inherited to all services that do not have explicitely assigned a "
+< "service with the ruleset Service Level of services. Assigning no "
+< "service level is equal to defining a level of 0.
The list of "
+< "available service levels is configured via a global option."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:898
+< msgid ""
+< "A short overview over all host groups, without an explicity listing of the "
+< "actual hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1464
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1490
+< msgid ""
+< "A short overview over all service groups, without explicity listing of the "
+< "actual hosts and services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1041
+< msgid ""
+< "A simple and yet practical snapin allowing to create bookmarks to views and "
+< "other content in the main frame"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2484
+< msgid "A single host related aggregation"
+< msgstr "O agregare legată de un singur element"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2385
+< msgid "A stored SNMP walk"
+< msgstr "Un SNMP walk stocat"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1455
+< msgid "A string-combination of servername and port, e.g. 127.0.0.1:5000."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1481
+< msgid "A string-combination of servername and port, e.g. 127.0.0.1:80."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:325
+< msgid ""
+< "A summary state of all hosts that have a problem, with links to problems of "
+< "those hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:316
+< msgid ""
+< "A summary state of all summary hosts (summary hosts hold aggregated service "
+< "states and are a feature of Check_MK)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:307
+< msgid ""
+< "A summary state of each host with a link to the view showing its services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3255
+< msgid ""
+< "A tablespace is a container for segments (tables, indexes, etc). A database "
+< "consists of one or more tablespaces, each made up of one or more data files. "
+< "Tables and indexes are created within a particular tablespace. This rule "
+< "allows you to define checks on the size of tablespaces."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:106
+< msgid ""
+< "A unique ID of this action that is used as an internal reference in the "
+< "configuration. Changing the ID is not possible if still rules refer to this "
+< "ID."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:251
+< msgid ""
+< "A unique ID of this rule. Each event will remember the rule it was "
+< "classified with by its rule ID."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:168
+< #, python-format
+< msgid "A user with the id \"%s\" does not exist."
+< msgstr "Un utilizator cu id-ul \"%s\" nu există."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:36
+< msgid "A3"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:37
+< msgid "A4"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:38
+< msgid "A5"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2315
+< msgid "AES"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:331
+< msgid "ALL"
+< msgstr "TOATE"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1740
+< msgid "AP name"
+< msgstr "Nume AP"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5491
+< msgid "APC Automatic Transfer Switch Output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1037
+< msgid "APC Power Consumption"
+< msgstr "APC consum de Curent"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5403
+< msgid "APC Symmetra Checks"
+< msgstr "Verificări APC Symmetra"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:53
+< msgid "API accessible"
+< msgstr "API accesibil"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11450
+< msgid "ASCII Email (legacy)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1060
+< #, fuzzy
+< msgid "ASM - Disk Groups"
+< msgstr "Grupuri RAID"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1059
+< msgid "ASM - General instance status"
+< msgstr "ASM - Starea generală al instanței"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3602
+< msgid "ASM Disk Group"
+< msgstr "Grup de Disk ASM"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3585
+< msgid "ASM Disk Group (used space and growth)"
+< msgstr "Grup de Disk ASM (spațiu folosit și creștere)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3594
+< msgid ""
+< "ASM calculates the free space depending on free_mb or require mirror free "
+< "space. Enable this option to set the check against require mirror free "
+< "space. This only works for normal or high redundancy Disk Groups. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:705
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:967
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1025
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5460
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7555
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7557
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7559
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9982
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13437
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14770
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16991
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17037
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1915
+< msgid "Abort"
+< msgstr "Renunț"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1147
+< msgid "Abort with an error"
+< msgstr "Renunț cu o eroare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13478
+< msgid "Abort your modifications."
+< msgstr "Renunță la modificările tale."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13387
+< msgid "Aborting change."
+< msgstr "Renunț la modificări."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:55
+< msgid "About Check_MK"
+< msgstr "Despre Check_MK"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:91
+< msgid "Absolute"
+< msgstr "Absolut"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2004
+< #, python-format
+< msgid "Absolute %s"
+< msgstr "Absolut %s"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:67
+< msgid "Absolute Time of Alert"
+< msgstr "Timpul Exact al Alertei"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15421
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15464
+< msgid "Absolute difference from prediction"
+< msgstr "Diferența exactă față de prezicere"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2103
+< msgid "Absolute free"
+< msgstr "Liber Exact"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1367
+< msgid "Absolute free memory"
+< msgstr "Memorie liberă exactă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1399
+< msgid "Absolute free pagefile"
+< msgstr "Pagefile liber exact"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3273
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3295
+< msgid "Absolute free space"
+< msgstr "Spațiu liber exact"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5830
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5849
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5868
+< msgid "Absolute free space in MB"
+< msgstr "Spațiu liber exact în MB"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6363
+< msgid "Absolute levels for unused licenses"
+< msgstr "Nivel-urile absolute de licențe neutilizate"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2370
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2393
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2467
+< msgid "Absolute levels in bits or bytes per second"
+< msgstr "Nivel-urile exacte în bits sau bytes per secundă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:393
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:944
+< msgid "Absolute path to log file"
+< msgstr "Calea exactă câtre log"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:275
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:276
+< msgid "Accept any SSH Host Key"
+< msgstr "Accept orice cheie SSH Host Key"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:280
+< msgid ""
+< "Accepts any SSH Host Key presented by the storage device. Please note: This "
+< "might be a security issue because man-in-the-middle attacks are not "
+< "recognized! Better solution would be to add the SSH Host Key of the "
+< "monitored storage devices to the .ssh/known_hosts file for the user your "
+< "monitoring is running under (on OMD: the site user)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:43
+< msgid "Access Check_MK Agent via TCP"
+< msgstr "Accesează Agentul Check_MK via TCP"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1749
+< msgid "Access Point"
+< msgstr "Punct de Acces"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1744
+< msgid "Access point name"
+< msgstr "Numele punctului de acces"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2245
+< msgid "Access to Agents"
+< msgstr "Acces la Agenți"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8065
+< msgid "Access to NagVis Maps"
+< msgstr "Acces la Hărțile NagVis"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:75
+< msgid "Access to WATO modules with only icons (saves space)"
+< msgstr "Acces la modulele WATO doar cu iconițe (economisește spațiu)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1542
+< msgid "Access to event status via TCP"
+< msgstr "Acces la starea evenimentului via TCP"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2007
+< msgid "Access to the Event Console"
+< msgstr "Acces la Consola de Evenimente"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18513
+< msgid ""
+< "Access to the historic audit log. A user with write access can delete the "
+< "audit log. The currently pending changes can be seen by all users with "
+< "access to WATO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18521
+< msgid ""
+< "Access to the management of hosts and folders. This module has some "
+< "additional permissions (see below)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18658
+< msgid ""
+< "Access to the module Backup & Restore. Please note: a user with write "
+< "access to this module can make arbitrary changes to the configuration by "
+< "restoring uploaded snapshots and even do a complete factory reset!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18616
+< msgid "Access to the module Global settings"
+< msgstr "Acces la modulul Setări Globale"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18632
+< msgid "Access to the module Timeperiods"
+< msgstr "Accesul la modulul Perioade de timp"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18666
+< msgid "Access to the module for analyzing and validating logfile patterns."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18621
+< msgid ""
+< "Access to the module for managing Check_MK rules. Please note that a user "
+< "can only manage rules in folders he has permissions to. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18637
+< msgid ""
+< "Access to the module for managing connections to remote monitoring sites."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18627
+< msgid "Access to the modules for managing host and service groups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2029
+< msgid "Access via TCP"
+< msgstr "Acces prin TCP"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2036
+< msgid "Access via UNIX socket"
+< msgstr "Acces prin socket UNIX"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:774
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1316
+< msgid "Ack"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:264
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:303
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:316
+< msgid "Acknowledge"
+< msgstr "Confirmă"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:252
+< #, python-format
+< msgid "Acknowledge %s"
+< msgstr "Confirmă %s"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:301
+< msgid "Acknowledge Problems"
+< msgstr "Confirmă Problemele"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:265
+< msgid "Acknowledge host and service problems and remove acknowledgements"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:287
+< #, python-format
+< msgid "Acknowledged %s"
+< msgstr "Confirmată %s"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:288
+< #, python-format
+< msgid "Acknowledged all messages in %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8981
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1607
+< msgid "Acknowledgement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:70
+< msgid "Acknowledgement Author"
+< msgstr "Autorul Confirmației"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:71
+< msgid "Acknowledgement Comment"
+< msgstr "Comentariul Confirmației"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8489
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11580
+< msgid "Acknowledgement of host problem"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8519
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11595
+< msgid "Acknowledgement of service problem"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11743
+< msgid "Act."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5299
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:100
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:528
+< msgid "Action"
+< msgstr "Acțiune"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:105
+< msgid "Action ID"
+< msgstr "ID-ul Acțiunii"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:602
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:636
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:904
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1441
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4800
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7935
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8742
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9276
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10006
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11715
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12385
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12816
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12855
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14321
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16357
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16385
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17386
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:305
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:305
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:960
+< msgid "Actions"
+< msgstr "Acțiuni"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:198
+< msgid "Actions (Emails & Scripts)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:313
+< msgid "Actions to automatically perform when an event is being cancelled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:306
+< msgid "Actions to automatically perform when this event occurs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:312
+< msgid "Actions when cancelling"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4649
+< msgid "Activate Changes!"
+< msgstr "Activare Schimbări!"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18496
+< msgid "Activate Configuration"
+< msgstr "Activare Configurare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18503
+< msgid "Activate Foreign Changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:414
+< msgid ""
+< "Activate HTTP header authentication (Warning: Only activate in trusted "
+< "environments, see help for details)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:966
+< msgid "Activate automatic locking of user accounts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:172
+< msgid "Activate changes"
+< msgstr "Activare schimbări"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1469
+< msgid "Activate changes for event console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:267
+< msgid "Activate export to Graphite"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:397
+< msgid "Activate logging of BI compilations into a logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:949
+< msgid "Activate logging of LDAP transactions into a logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3183
+< msgid "Activate missing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1174
+< msgid "Activated changes of event console configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:173
+< msgid ""
+< "Activates changes. The user still needs the required permissions to do so."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2302
+< msgid ""
+< "Activating the monitoring of the operational state (opstate), the check will "
+< "get warning or critical of the current state of the interface does not match "
+< "the expected state or states."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1045
+< #, fuzzy
+< msgid "Activation"
+< msgstr " Activează această opțiune"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1470
+< msgid ""
+< "Activation of changes for the event console (rule modification, global "
+< "settings) is done separately from the monitoring configuration and needs "
+< "this permission."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:669
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1054
+< msgid "Active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1468
+< msgid "Active Connections"
+< msgstr "Conexiuni Active"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:725
+< msgid "Active Directory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:696
+< msgid "Active Directory Replication"
+< msgstr "Replicare Active Directory"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5243
+< msgid "Active Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2562
+< msgid "Active check"
+< msgstr "Verificare activă"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3220
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:118
+< msgid "Active checks"
+< msgstr "Verificări active"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:28
+< msgid "Active checks (HTTP, TCP, etc.)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:471
+< msgid "Active checks enabled"
+< msgstr "Verificări active activate"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:472
+< #, python-format
+< msgid "Active checks have been manually disabled for this %s!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:474
+< #, python-format
+< msgid "Active checks have been manually enabled for this %s!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4639
+< msgid "Active paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18592
+< msgid "Add & remove folders"
+< msgstr "Adaugă sau șterge directoare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18548
+< msgid "Add & remove hosts"
+< msgstr "Adaugă sau șterge elemente"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1036
+< msgid "Add Bookmark"
+< msgstr "Adaugă bookmark"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1491
+< msgid "Add Condition"
+< msgstr "Adaugă Condiție"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:551
+< msgid "Add Content"
+< msgstr "Adaugă Conținut"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4503
+< msgid "Add Counter"
+< msgstr "Adaugă Contoar"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:876
+< msgid "Add Dashlet"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9615
+< msgid "Add Exception"
+< msgstr "Adaugă Excepție"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:988
+< msgid "Add NGNIX instance"
+< msgstr "Adaugă instanță NGINX"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:552
+< msgid "Add Page Element"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:85
+< msgid "Add a first row with column titles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:49
+< msgid "Add a host to WATO"
+< msgstr "Adaugă un element cu WATO"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:999
+< msgid "Add a new host to the monitoring (agent must be installed)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17323
+< msgid "Add as Custom Macro"
+< msgstr "Adaugă ca un Macro Customizat"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17095
+< msgid "Add child node generator"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:535
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:568
+< msgid "Add column"
+< msgstr "Adaugă coloanâ"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:662
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:339
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:344
+< msgid "Add comment"
+< msgstr "Adaugă comentariu"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:322
+< msgid "Add comments"
+< msgstr "Adaugă comentarii"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:323
+< msgid "Add comments to hosts or services, and remove comments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:676
+< msgid "Add contact information"
+< msgstr "Adaugă informații despre contact"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:444
+< msgid "Add dashlet"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4746
+< msgid "Add diskstate rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:960
+< msgid "Add element"
+< msgstr "Adaugă element"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1190
+< msgid "Add exclusion"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1025
+< msgid "Add filter"
+< msgstr "Adaugă filtre"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18549
+< msgid ""
+< "Add hosts to the monitoring and remove hosts from the monitoring. Please "
+< "also add the permission Modify existing hosts."
+< msgstr ""
+< "Adaugă elemente pentru monitorizare și șterge elemente din monitorizare. Adaugă"
+< "și permisiunile Modifică elemente existente."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:717
+< msgid "Add instance to be monitored"
+< msgstr "Adaugă instanțe pentru monitorizare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:788
+< msgid "Add instance to monitor"
+< msgstr "Adaugă instanță pentru monitorizare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2779
+< msgid "Add limits"
+< msgstr "Adaugă limite"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:928
+< msgid "Add message pattern"
+< msgstr "Adaugă model mesaj"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:110
+< msgid "Add micro seconds to timestamps in Logfiles"
+< msgstr "Adaugă microsecunde la amprenta de timp în LogFiles"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1745
+< msgid "Add name"
+< msgstr "Adaugă nume"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:812
+< msgid "Add new element"
+< msgstr "Adaungă un nou element"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18593
+< msgid ""
+< "Add new folders and delete existing folders. If a folder to be deleted "
+< "contains hosts then the permission to delete hosts is also required."
+< msgstr ""
+< "Adaugă noi directoare și șterge pe cele existente. Dacă un director"
+< "de șters conține elemente atunci sunt necesare permisiunile și pentru "
+< "a șterge elemente."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15612
+< msgid "Add new mapping"
+< msgstr "Adaugă o nouă mapare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:138
+< msgid "Add new user configuration"
+< msgstr "Adaugp o noua configurație de utilizator"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11633
+< msgid "Add notification"
+< msgstr "Adaugă notificare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:94
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1139
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4476
+< msgid "Add pattern"
+< msgstr "Adaugă model/tipar"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:664
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1182
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6156
+< msgid "Add pattern group"
+< msgstr "Adaugă group de model"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4705
+< msgid "Add role rule"
+< msgstr "Adaugă o regulă de rol"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5302
+< msgid "Add sensor name"
+< msgstr "Adaugă nume de senzor"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:189
+< msgid "Add snapin to the sidebar"
+< msgstr "Adaugă un snapin pe sidebar"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13043
+< msgid "Add tag choice"
+< msgstr "Adaugă o alegere de etichetă"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5943
+< msgid "Add these contact groups to host"
+< msgstr "Adaugp aceste grupuri de contacte la element"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5949
+< msgid "Add these groups as contacts in all subfolders"
+< msgstr "Adaugă aceste grupuri ca și contacte în toate sub-directoarele""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5947
+< msgid "Add these groups as contacts to all hosts in this folder"
+< msgstr "adaugă aceste grupuri ca și contacte la toate elementele în acest director"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:894
+< msgid "Add this view to..."
+< msgstr "Adaugă acesta vedere la..."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:614
+< msgid "Add to Favorites"
+< msgstr "Adaugă la Favorite"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:358
+< msgid "Add tuning configuration"
+< msgstr "Adaugă configurație de ajustare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1614
+< msgid "Add tunnel"
+< msgstr "Adaugă tunel"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1060
+< #, python-format
+< msgid "Added: %s"
+< msgstr "Adăugat %s"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:548
+< msgid "Additional Information"
+< msgstr "Informații Adiționale"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:69
+< msgid "Additional Plugin Output"
+< msgstr "Output adițional de la Plugin"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:650
+< msgid "Additional header lines"
+< msgstr "Linii de header adiționale"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14721
+< msgid "Additional options"
+< msgstr "Opțiuni adiționale"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1657
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+< msgid "Addons"
+< msgstr "Addon-uri"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6080
+< msgid "Address"
+< msgstr "Adresă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:527
+< msgid "Address Check mode"
+< msgstr "Mod de verificare adresă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:872
+< msgid ""
+< "Adds the user to contactgroups based on the group memberships in LDAP. This "
+< "plugin adds the user only to existing contactgroups while the name of the "
+< "contactgroup must match the common name (cn) of the LDAP group."
+< msgstr ""
+< "Adaugă utilizatorul la grupurile de contact în baza apartenenței din LDAP. "
+< "Aceast plugin adaugă utilizatorul numai la grupuri de contacte existente și "
+< "numele grupului de contact trebuie să se potrivească cu numele comun (cn) al "
+< "grupului LDAP."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:357
+< msgid "Adhoc comment"
+< msgstr "Comentariu adhoc"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:365
+< msgid "Adhoc downtime"
+< msgstr "Întreruperi adhoc"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:506
+< #, python-format
+< msgid "Adhoc for %d minutes"
+< msgstr "Adhoc pentru %d minute"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:309
+< msgid "Administrative port states to inventorize"
+< msgstr "Starea porturilor pentru inventariere"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:934
+< msgid "Administrative state"
+< msgstr "Stare adiministrativă"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:556
+< msgid "Administrator"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9971
+< msgid "Administrator login"
+< msgstr "Login Administrator"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9976
+< msgid "Administrator password:"
+< msgstr "Parolâ Administrator:"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9973
+< msgid "Adminstrator name:"
+< msgstr "Nume Administrator:"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6465
+< msgid "Adva Optical Transport Laser Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:126
+< msgid "Affected by service"
+< msgstr "Afectat de serviciu"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13402
+< msgid ""
+< "Affected folders with an explicit reference to this tag group and that are "
+< "affected by the change"
+< msgstr ""
+< "Directoarele afectate cu o referință explicită la acest grup de etichete și "
+< "care sunt afectate de această schimbare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:98
+< msgid "Affected hosts contain"
+< msgstr "Elementul afectat conține"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5455
+< msgid ""
+< "After a battery calibration the battery capacity is reduced until the "
+< "battery is fully charged again. Here you can specify an alternative lower "
+< "level in this post-calibration phase. Since apc devices remember the time of "
+< "the last calibration only as a date, the alternative lower level will be "
+< "applied on the whole day of the calibration until midnight. You can extend "
+< "this time period with an additional time span to make sure calibrations "
+< "occuring just before midnight do not trigger false alarms."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4318
+< msgid ""
+< "After a gateway has been found, Check_MK checks if it is reachable via PING. "
+< "If not, it is skipped and the next gateway nearer to the monitoring core is "
+< "being tried. You can disable this check by setting the number of PING probes "
+< "to 0."
+< msgstr ""
+< "Dupa ce este identificat un gateway, Check_MK verifică dacă este accesibil "
+< "via PING. Dacă nu, este sărit și următorul gateway aproape nucleului de "
+< "monitorizare este încercat. Poți dezactiva această verificare prin setarea "
+< "numărului de probe PING la 0."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2901
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2388
+< msgid ""
+< "After a request is sent to the remote SNMP agent we will wait up to this "
+< "number of seconds until assuming the answer get lost and retrying."
+< msgstr ""
+< "După ce o cerere este trimisă agentului SNMP de la distanță vom aștepta "
+< "până la acest număr de secunde dupa care presupunem că răspunsul este "
+< "pierdut și reîncercăm."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:292
+< msgid ""
+< "After the configured time active host- and service checks are being "
+< "interrupted and evaluate to the UNKNOWN state."
+< msgstr ""
+< "După timpul configurat verificările active de elemente cât și "
+< "pentru servicii sunt întrerupte și evaluate la starea NECUNOSCTĂ"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1794
+< msgid "After this number of days old logfile of event history will be deleted."
+< msgstr "Dupâ acest număr de zile vor fi șterse evenimentele logfile din istoric."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:67
+< msgid ""
+< "After this time (in seconds) the check is aborted, regardless of how many "
+< "packets have been received yet."
+< msgstr ""
+< "După acest timp (în secunde) verificarea este anulată, indiferent de câte"
+< "pachete au fost recepționate."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9050
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:804
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:518
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:940
+< msgid "Age"
+< msgstr "Vârstă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3752
+< msgid "Age of jobs controlled by mk-job"
+< msgstr "Vârsta job-urilor controlate de câtre mk-job"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6000
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6002
+< msgid "Age of last AntiVirus update"
+< msgstr "Vârsta ultimului update AntiVirus"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9052
+< msgid "Age of oldest notification is over maximum age"
+< msgstr "Vârsta celei mai vechi notificări este peste vărsta maximă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3698
+< msgid "Age of the last snapshot"
+< msgstr "Vârsta ultimului snapshot"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3732
+< msgid "Age of timemachine backup"
+< msgstr "Vârsta ultimului timemachine backup"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2842
+< msgid "Agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:248
+< msgid "Agent Plugins"
+< msgstr "Plugin Agent"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1119
+< msgid "Agent TCP connect timeout (sec)"
+< msgstr "Conexiunea Agent TCP expirată (sec)"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/crashed_check.py:88
+< msgid "Agent output"
+< msgstr "Outputul Agentului"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:198
+< msgid "Agent sections to be executed"
+< msgstr "Secțiunile agentului de a fi executate"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1345
+< msgid "Aggregate"
+< msgstr "Agregat"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:127
+< msgid "Aggregated assumed state"
+< msgstr "Starea agregată asumată"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:120
+< msgid "Aggregated real state (never assumed)"
+< msgstr "Starea reală agregată (nu presupus)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:106
+< msgid "Aggregated state"
+< msgstr "Starea agregată"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:113
+< msgid "Aggregated state (number)"
+< msgstr "Starea agregată (număr)"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16399
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:143
+< msgid "Aggregation"
+< msgstr "Agregare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17085
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17122
+< msgid "Aggregation Function"
+< msgstr "Funcția de Agregare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16935
+< msgid "Aggregation Groups"
+< msgstr "Grupuri de Agregare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1285
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:108
+< msgid "Aggregation Name"
+< msgstr "Numele Agregării"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16929
+< msgid "Aggregation Properties"
+< msgstr "Proprietățile Agregării"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2324
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2342
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:135
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:361
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:32
+< msgid "Aggregation group"
+< msgstr "Grup de agregare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:142
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:360
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:63
+< msgid "Aggregation name"
+< msgstr "Numele Agregării"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:65
+< msgid "Aggregation output"
+< msgstr "Outputul Agregării"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:149
+< msgid "Aggregation status output"
+< msgstr "Outputul stării Agregării"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:163
+< msgid "Aggregation: affected hosts"
+< msgstr "Agregare: elemente afectate"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:170
+< msgid "Aggregation: affected hosts (link to host page)"
+< msgstr "Agregare: elemente afectate (link câtre pagina elemetului)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:295
+< msgid "Aggregation: complete tree"
+< msgstr "Agregare: arobere complet"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:303
+< msgid "Aggregation: simplistic boxed layout"
+< msgstr "Agregare: așezare în cutie simplistă"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16354
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2540
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:347
+< msgid "Aggregations"
+< msgstr "Agregări"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2558
+< msgid "Aggregations Affected by Host"
+< msgstr "Agregări Afectate de câtre Element"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2611
+< msgid "Aggregations Affected by Service"
+< msgstr "Agregpri Afectate de Serviciu"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6341
+< msgid "Airflow Deviation in Percent"
+< msgstr "Abatere flux de air în Procent"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5534
+< msgid "Airflow levels"
+< msgstr "Nivelul fluxului de aer"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:79
+< msgid "Alert"
+< msgstr "Alertă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2094
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:203
+< msgid "Alert Statistics"
+< msgstr "Statisticile de Alertă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1895
+< msgid "Alert Statistics: Number of critical alerts"
+< msgstr "Statisticile de Alertă: Numărul alertelor critice"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1909
+< msgid "Alert Statistics: Number of problem alerts"
+< msgstr "Statisticile de Alertă: Numărul alertelor de tip problemă"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1881
+< msgid "Alert Statistics: Number of recoveries"
+< msgstr "Statisticile de Alertă: Numărul recuperărilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1902
+< msgid "Alert Statistics: Number of unknown alerts"
+< msgstr "Statisticile de Alertp: Numărul alertelor necunoscunte"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1888
+< msgid "Alert Statistics: Number of warnings"
+< msgstr "Statisticile de Alertă: Numărul de atenționări"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3084
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3102
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3182
+< msgid "Alert on too high CPU utilization"
+< msgstr "Alertează când utilzarea procesorului este prea mare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3125
+< msgid "Alert on too high FPGA utilization"
+< msgstr "Alertează când utilizarea FPGA este prea mare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3194
+< msgid "Alert on too high disk wait (IO wait)"
+< msgstr "Alertează când se așteaptă după disk (IO WAIT) prea mult"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6384
+< msgid "Alerting depending on the number of used licenses is disabled"
+< msgstr "Alertarea în funcție de numărul de licențe folosite este dezactivat"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2065
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+< msgid "Alerts"
+< msgstr "Alerte"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:355
+< msgid "Algorithm"
+< msgstr "Algoritm"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4783
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7944
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8052
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9281
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9752
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10018
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10417
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11767
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12398
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12498
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:31
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1143
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1458
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1526
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:731
+< msgid "Alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4347
+< msgid "Alias for created gateway hosts"
+< msgstr "Alias pentru elementele de tip gateway create"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2237
+< msgid "All"
+< msgstr "Toate"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2269
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2288
+< msgid "All Aggregations"
+< msgstr "Toate Agregările"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:919
+< msgid "All Dashboards"
+< msgstr "Toate Dashboard-urile"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:320
+< msgid "All Eventlogs"
+< msgstr "Toate Eventlogs"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16863
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16888
+< msgid "All Hosts"
+< msgstr "Toate Elementele"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12877
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12993
+< msgid "All Hosttags"
+< msgstr "Toate Etichetele de Element"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:107
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:174
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:255
+< msgid "All Logfiles"
+< msgstr "Toate Jurnalele"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:173
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:257
+< msgid "All Logfiles of Host"
+< msgstr "Toate Jurnalele Elementeului"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1661
+< msgid "All PNP performance graphs for a certain host."
+< msgstr "Toate graphicele de performanță PNP ale unui element."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:84
+< msgid "All Problematic Logfiles"
+< msgstr "Toate Jurnalele Problematice"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:549
+< msgid "All Reports"
+< msgstr "Toate Rapoartele"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12430
+< msgid "All Roles"
+< msgstr "Toate Rol-urile"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9148
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9150
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1231
+< msgid "All Rules"
+< msgstr "Toare Regulile"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13739
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13901
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13907
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14123
+< msgid "All Rulesets"
+< msgstr "Toate Set-urile de Reguli"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1814
+< msgid "All SNMP Checks"
+< msgstr "Toate Verificările SNMP"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1292
+< msgid "All Services with a certain description"
+< msgstr "Toate Serviciile cu o anume descriere"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1321
+< msgid "All Services with this description:"
+< msgstr "Toate Serviciile cu această descriere:"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10083
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10184
+< msgid "All Sites"
+< msgstr "Toate Site-urile"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9513
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9666
+< msgid "All Timeperiods"
+< msgstr "Toate Perioadele de Timp"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9086
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11842
+< msgid "All Users"
+< msgstr "Toți Utilizatorii"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2566
+< msgid "All aggregations affected by a certain service"
+< msgstr "Toate agregprile afectate de un anume serviciu"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2619
+< msgid "All aggregations that have a non-OK state (honoring state assumptions)"
+< msgstr "Toate agregprile care au o stare non-OK (onorând stările presupuse)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2513
+< msgid "All aggregations the given host is part of"
+< msgstr "Toate agregările din care elementul face parte"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:69
+< msgid "All but first page"
+< msgstr "Toate mai puțin prima pagină"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4943
+< msgid "All changes have been activated."
+< msgstr "Toate schimbprile au fost aplicate."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8242
+< msgid "All contacts of the notified object"
+< msgstr "Toate contactele obiectului notificat"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2024
+< #, python-format
+< msgid "All elements of the tuple must be of type int, you have %s"
+< msgstr "Toate elementele tuple-ului trebuie să fie de tip int, tu ai %s"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:71
+< msgid "All even pages"
+< msgstr "Toate paginile pare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7976
+< msgid "All groups"
+< msgstr "Toate grupurile"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1913
+< msgid ""
+< "All historic events concerning the state of a certain host (including "
+< "services)"
+< msgstr ""
+< "Toate evenimentele istorice referitoare la starea unui anume element "
+< "(inclusiv serviciile)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1796
+< msgid ""
+< "All historic events concerning the state of a certain host (without services)"
+< msgstr ""
+< "Toate evenimentele istorice referitoare la starea unui anume element "
+< "(fără servicii)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1855
+< msgid "All historic events concerning the state of a certain service"
+< msgstr "Toate evenimentele istorice referitoare la starea unui anume serviciu"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1754
+< msgid "All historic events of hosts or services (alerts, downtimes, etc.)"
+< msgstr "Toate evenimentele istorice al unui element sau serviciu (alere, "
+< "întreruperi, etc.)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1827
+< msgid "All historic scheduled downtimes of a certain host"
+< msgstr "Toate întreruperile istorice unuil anume element"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1885
+< msgid "All historic scheduled downtimes of a certain service"
+< msgstr "Toate întreruperile planificate unui anume serviciu"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:402
+< msgid "All historic scheduled downtimes of hosts and services"
+< msgstr "Toate întreruperile planificate elementelor și serviciilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:287
+< msgid "All host- and service comments"
+< msgstr "Toate comentariile elementelor și serviciilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:365
+< msgid "All host- and service-downtimes"
+< msgstr "Toate întreruperile de elemente și servicii"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:433
+< msgid "All host- and service-downtimes (including ids)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:82
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:76
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:306
+< msgid "All hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:157
+< msgid "All hosts (Mini)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1587
+< msgid "All hosts (tiled)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:36
+< msgid ""
+< "All hosts configured via this ruleset will do a hardware and software "
+< "inventory. For each configured host a new active check will be created. You "
+< "should also create a rule for changing the normal interval for that check to "
+< "something between a couple of hours and one day. Note: in order to "
+< "get any useful result for agent based hosts make sure that you have "
+< "installed the agent plugin mk_inventory on these hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1410
+< msgid "All hosts of site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2949
+< msgid ""
+< "All notification events concerning the state of a certain host (including "
+< "services)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3048
+< msgid "All notification events concerning the state of a certain service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2997
+< msgid "All notification events of hosts or services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3085
+< msgid "All notification events sent to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:70
+< msgid "All odd pages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:221
+< msgid "All of your favorites services by hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:100
+< msgid "All online users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:67
+< msgid "All pages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:741
+< msgid ""
+< "All problem services of a given host. The host and site must be set via HTTP "
+< "variables."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1514
+< msgid "All problems of services not currently in a downtime."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:50
+< msgid ""
+< "All registered dynamic files (historic data) which are older than this value "
+< "will be deleted on next execution of the \"diskspace\" program."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13882
+< #, python-format
+< msgid "All rules that contain '%s' in their name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:216
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:97
+< msgid "All services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:162
+< msgid "All services grouped by hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:798
+< msgid "All services of a certain hostgroup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:715
+< msgid "All services of a given host that are PENDING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:663
+< msgid "All services of a given host that are in state CRIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:611
+< msgid "All services of a given host that are in state OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:689
+< msgid "All services of a given host that are in state UNKNOWN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:637
+< msgid "All services of a given host that are in state WARN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:525
+< msgid ""
+< "All services of a given host. The host and site must be set via HTML "
+< "variables."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:553
+< msgid ""
+< "All services of a given host. The host and site must be set via HTTP "
+< "variables."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1997
+< msgid "All services of a given site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:582
+< msgid "All services of hosts which match a name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2674
+< msgid ""
+< "All single-host aggregations that are in non-OK state (honoring state "
+< "assumptions)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8249
+< msgid "All users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8255
+< msgid "All users with an email address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:557
+< msgid "Allow upload of insecure WATO snapshots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:781
+< msgid "Allowed is 1 ... 9"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:891
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:911
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:927
+< msgid "Allowed states (otherwise check will be critical)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2299
+< msgid "Allowed states:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:124
+< msgid "Allows a user to create or modify entries in the report scheduler."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:128
+< msgid ""
+< "Allows a user to modify scheduled reports of other users and also to specify "
+< "arbitrary Email addresses as report destination."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:119
+< msgid ""
+< "Allows the user the do instant reporting. At the bottom of each view an icon "
+< "will be visible for exporting the current view's data as a PDF file."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:114
+< msgid ""
+< "Allows the user to use the reporting, i.e. generate reports. For creating "
+< "own report templates or customizing existing ones a dedicated permission is "
+< "required."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:149
+< #, python-format
+< msgid "Allows to create own %s, customize builtin %s and use them."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:141
+< msgid ""
+< "Allows to ignore the hard query limit imposed upon the number of datasets "
+< "returned by a query"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:136
+< msgid ""
+< "Allows to ignore the soft query limit imposed upon the number of datasets "
+< "returned by a query"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:81
+< msgid ""
+< "Allows users to perform Nagios commands. If no further permissions are "
+< "granted, actions can only be done on objects one is a contact for"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:81
+< msgid ""
+< "Allows you to modify the host attributes in WATO, but can not change a hosts "
+< "folder.
If you want to unset a host_tag specify it with "
+< "tag_agent=False."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1157
+< msgid ""
+< "Almost all available filters, used for searching services and maybe doing "
+< "actions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3216
+< msgid "Already configured services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:522
+< msgid "Also set downtime on child hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5467
+< msgid "Alternative critical battery capacity after calibration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2052
+< msgid "Alternative display name for Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:74
+< msgid "Alternative display name of the service, regex match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9806
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11806
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12213
+< msgid "Always"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1779
+< msgid "Always assume host to be up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6383
+< msgid "Always report OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:363
+< msgid "Always send all messages, even old ones (just for testing!)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:395
+< msgid "Always show the checkboxes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5910
+< msgid "Amount of data processed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8053
+< msgid "An Alias or description of this group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:129
+< msgid ""
+< "An absolute path to the filename (in case of MRPE) or to a directory in case "
+< "of local / plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12499
+< msgid "An alias or description of the role"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10421
+< msgid "An alias or description of the site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9753
+< msgid "An alias or description of the timeperiod"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12960
+< msgid "An alias or description of this auxiliary tag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13188
+< msgid "An alias or description of this tag group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17059
+< msgid "An arbitrary comment of this rule for you."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:430
+< msgid "An empty value is not allowed here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:428
+< msgid "An empty value must be represented with None here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:458
+< msgid ""
+< "An identifier must only consist of letters, digits, dash and underscore and "
+< "it must start with a letter or underscore."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14738
+< msgid ""
+< "An optional URL pointing to documentation or any other page. This will be "
+< "displayed as an icon and "
+< "open a new page when clicked. You can use either global URLs (beginning with "
+< "http://), absolute local urls (beginning with /) or "
+< "relative URLs (that are relative to check_mk/)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8310
+< msgid "An optional comment that explains the purpose of this rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14728
+< msgid "An optional comment that helps you document the purpose of this rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8842
+< msgid "Analyse"
+< msgstr "Analizeaza"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:78
+< msgid "Analyse availability of this aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:249
+< msgid "Analyse predictive monitoring for this service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:108
+< msgid "Analyze Host Patterns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:87
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:176
+< msgid "Analyze Patterns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:69
+< msgid ""
+< "Analyze logfile pattern rules and validate logfile patterns against custom "
+< "text."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:222
+< msgid "Analyze this line"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8947
+< #, python-format
+< msgid ""
+< "Anaylse ruleset with this notification:\n"
+< "%s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1878
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1924
+< msgid "Annotation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1849
+< msgid "Annotations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:714
+< msgid "Apache ActiveMQ Queue lengths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:183
+< msgid "Apache ActiveMQ queues"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/htpasswd.py:135
+< msgid "Apache Local Password File (htpasswd)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1454
+< msgid "Apache Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:999
+< msgid "Apache webservers (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5152
+< msgid "Apparent Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:413
+< msgid "Application"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1973
+< msgid "Application (regular expression)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:412
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:98
+< msgid "Application / Syslog-Tag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:181
+< msgid "Application Logs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:723
+< msgid "Application Name"
+< msgstr "Numele Aplicatiei"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:41
+< msgid "Applications, Processes & Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:617
+< msgid "Apply"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3425
+< msgid "Apply Lag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+< msgid "April"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:447
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:454
+< msgid "Architecture"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:698
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:700
+< msgid "Archive Event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:683
+< msgid "Archive an event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1754
+< msgid "Archive messages that do not match any rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1965
+< #, python-format
+< msgid "Are you sure that you want to delete the annotation '%s'?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6855
+< #, python-format
+< msgid "Are you sure you want to delete the snapshot
%s?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2243
+< #, python-format
+< msgid ""
+< "Are you sure you want to rename the host %s into %s? This "
+< "involves a restart of the monitoring core!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6879
+< #, python-format
+< msgid "Are you sure you want to restore the snapshot %s?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16793
+< msgid "Arguments:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:409
+< msgid "Arrays (Controllers)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:559
+< msgid "Artificial Livestatus Delay"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:505
+< msgid "Artificial slowdown of logfile parsing (for testing!)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:449
+< msgid ""
+< "As soon as you configure expected strings in the response the check will "
+< "output the response - as long as you do not hide it with this option"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:561
+< msgid "Ascending"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2115
+< msgid "Assign services to the following cluster:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1589
+< msgid ""
+< "Assignment of host & services to host, service and contacts groups. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1614
+< msgid "Assignment of hosts to contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1596
+< msgid "Assignment of hosts to host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1621
+< msgid "Assignment of services to contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1606
+< msgid "Assignment of services to service groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1615
+< msgid "Assume another state for this item (reload page to activate)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:128
+< msgid "Assumed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2311
+< msgid "Assumed input speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:835
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6724
+< msgid "Assumed link speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2330
+< msgid "Assumed output speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1054
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1085
+< #, python-format
+< msgid "Assumed to be %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:234
+< msgid "Asynchronous execution of plugins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:221
+< msgid "Asynchronously spooled check results"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2496
+< msgid "At least"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:706
+< msgid ""
+< "At least one of these strings is expected in the first (status) line of the "
+< "server response (default: HTTP/1.). If specified skips all other "
+< "status line logic (ex: 3xx, 4xx, 5xx processing)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8619
+< msgid ""
+< "At most that many Notifications are kept back for bulking. A value of 1 "
+< "essentially turns of notification bulking."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:161
+< msgid ""
+< "At start the CMC creates a fixed number of worker processes that are used "
+< "for executing classical active checks. This number is configured here. If "
+< "the number of processes is too low for then not all checks can be executed "
+< "in time. Checks that run for a longer time block the workers longer. A "
+< "larger number of helpers will consume more memory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:328
+< msgid "At the beginning of every month at day"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:55
+< msgid "At the center of the page"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:330
+< msgid "At the end of every month at day"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:592
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:992
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1755
+< msgid "Att."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:663
+< msgid ""
+< "Attach a comment to the event. If you have bracketed groups in the text to "
+< "match, then you can use the placeholders \\1, \\2, etc. "
+< "for inserting the first, second etc matching group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:677
+< msgid ""
+< "Attach information about a contact person. If you have bracketed groups in "
+< "the text to match, then you can use the placeholders \\1, \\2"
+< "tt>, etc. for inserting the first, second etc matching group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:866
+< msgid "Attribute to search"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4040
+< msgid "Attributes to remove from hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4587
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4661
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18512
+< msgid "Audit Log"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5254
+< #, python-format
+< msgid "Audit log for %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+< msgid "August"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1491
+< msgid "Auth"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:413
+< msgid "Authenticate users by incoming HTTP requests"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11760
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12085
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1150
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:876
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1591
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1639
+< msgid "Authentication"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:791
+< msgid "Authentication Expiration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1306
+< msgid "Authentication Mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:253
+< msgid "Authentication error"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10741
+< msgid "Authentication failed. Invalid login/password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1098
+< msgid "Authentication method"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2272
+< msgid "Authentication password"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2265
+< msgid "Authentication protocol"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10688
+< #, python-format
+< msgid "Authentication to web service failed.
Message:
%s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1879
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1554
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1639
+< msgid "Author"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:657
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1144
+< msgid "Authorization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:37
+< msgid "Authorization settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2381
+< msgid "Auto-disovered services of the host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:951
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1005
+< msgid "Autodetect instances, expect HTTPs on the following ports:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3331
+< msgid "Autoextend"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3332
+< msgid "Autoextension is expected"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:130
+< msgid "Automatic"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:319
+< msgid "Automatic Deletion"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3197
+< msgid "Automatic Refresh (Tabula Rasa)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:639
+< msgid "Automatic User Synchronization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:63
+< msgid "Automatic diskspace cleanup when free space is below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1614
+< msgid "Automatic fallback"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:425
+< msgid "Automatic page reload"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1602
+< msgid "Automatic takeover"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:137
+< msgid "Automatically Detected Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:42
+< msgid "Automatically create monitoring agents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:125
+< msgid "Automatically invalidate notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1312
+< msgid ""
+< "Automatically schedule service discovery check after service configuration "
+< "changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:43
+< msgid "Automatically update agents at Activate Changes, if neccessary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11755
+< msgid "Automation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10691
+< msgid "Automation URL:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12108
+< msgid "Automation secret for machine accounts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2881
+< msgid "Autostart Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12944
+< msgid "Auxiliary Tag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12841
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13033
+< msgid "Auxiliary tags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12842
+< msgid ""
+< "Auxiliary tags can be attached to other tags. That way you can for example "
+< "have all hosts with the tag cmk-agent get also the tag tcp"
+< "tt>. This makes the configuration of your hosts easier."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1386
+< msgid "Avail."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1540
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:147
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:378
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1509
+< msgid "Availability"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1228
+< msgid "Availability levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1501
+< msgid "Availability of "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:150
+< msgid "Availability options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:173
+< msgid "Availability table"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:115
+< msgid "Availability: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1607
+< msgid "Available"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3215
+< msgid "Available (missing) services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1242
+< msgid "Available agent configurations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:175
+< msgid ""
+< "Available modes: dirty (only dirty sites), all (all sites), specific (use "
+< "sites set in request)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:153
+< msgid "Available modes: new, remove, fixall, refresh"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:442
+< msgid "Available snapins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:602
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3891
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4368
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1174
+< msgid "Average"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2405
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2478
+< msgid "Average values"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:879
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1420
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2713
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3161
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6768
+< msgid "Averaging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16302
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:71
+< msgid "BI - Business Intelligence"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:47
+< msgid "BI - Check_MK Business Intelligence"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16986
+< msgid "BI - Create New Aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17031
+< msgid "BI - Create New Rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16988
+< msgid "BI - Edit Aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17033
+< msgid "BI - Edit Rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16409
+< msgid "BI - Rule Tree of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:105
+< msgid "BI Aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/bi.py:44
+< msgid "BI Aggregation Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:38
+< msgid "BI Aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:46
+< msgid "BI Aggregations affected by one host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+< #, python-format
+< msgid "BI Aggregations containing this %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2876
+< msgid "BI Boxes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:56
+< msgid "BI Hostname Aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:388
+< msgid "BIOS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1866
+< msgid "BOUND"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:808
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:918
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1065
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:310
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1770
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6616
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12597
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16415
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:386
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:573
+< msgid "Back"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:259
+< msgid "Back to Logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:224
+< msgid "Back to previous page"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1914
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1946
+< msgid "Back to view"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1951
+< msgid "Back to view with checkboxes reset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6719
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18657
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:77
+< msgid "Backup & Restore"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:230
+< msgid "Balanced boxes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:857
+< msgid "Base DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1277
+< msgid "Base URL (OMD Site)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:94
+< msgid "Base directory for plugins and local"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:99
+< msgid "Base directory for variable data (caches, state files)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15395
+< msgid "Base prediction on"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:392
+< msgid "Base report only on non-service times"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:390
+< msgid "Base report only on service times"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16957
+< msgid "Base state computation on hard states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:395
+< msgid "Based on"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12504
+< msgid "Based on role"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:431
+< msgid "Basic Layout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12488
+< msgid "Basic Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6123
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6336
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10408
+< msgid "Basic settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5573
+< msgid "Battery capacity"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:649
+< msgid "Before activating the changed configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:50
+< msgid "Best - take best of all node states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:731
+< msgid "Bind Credentials"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:741
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:879
+< msgid "Bind DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:747
+< msgid "Bind Password"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2353
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2450
+< msgid "Bits"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2294
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2325
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2344
+< msgid "Bits per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11621
+< msgid "Blacklist the following services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:421
+< #, python-format
+< msgid "Block Device %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:420
+< msgid "Block Devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4155
+< msgid "Blocks read"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:183
+< msgid "Blue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6581
+< msgid "Bluecat Command Server Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6546
+< msgid "Bluecat DHCP Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6616
+< msgid "Bluecat DNS Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6662
+< msgid "Bluecat HA Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6504
+< msgid "Bluecat NTP Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:164
+< msgid "Body"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:143
+< msgid "Body head for both host and service notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:155
+< msgid "Body tail for host notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:168
+< msgid "Body tail for service notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:64
+< msgid "Bold"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1040
+< msgid "Bookmarks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:93
+< msgid "Both"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:500
+< msgid "Bottom"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:807
+< msgid "Brocade FibreChannel ports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:293
+< msgid "Brocade Port Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:80
+< msgid "Buffered HTTP stream"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:296
+< msgid "Builtin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8785
+< msgid "Bulk"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:847
+< #, fuzzy
+< msgid "Bulk Discovery"
+< msgstr "Inventariere in masa"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3577
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3658
+< msgid "Bulk Host Import"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9048
+< msgid "Bulk ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:845
+< msgid "Bulk Import"
+< msgstr "Import in masa"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3687
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3846
+< msgid "Bulk Service Discovery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3868
+< #, fuzzy
+< msgid "Bulk discovery"
+< msgstr "Inventariere in masa"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3929
+< msgid "Bulk edit hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3993
+< msgid "Bulk removal of explicit attributes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8609
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8617
+< msgid "Bulk up to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9023
+< msgid "Bulking"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:425
+< msgid "Bus"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:397
+< msgid "Bus Speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2289
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2343
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2411
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2478
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2559
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2612
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2667
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2735
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+< msgid "Business Intelligence"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18670
+< msgid "Business Intelligence Rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1125
+< msgid "But you are not a member of any contact group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:631
+< msgid "Button Icon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:626
+< msgid "Button Text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:974
+< msgid ""
+< "Buttons for switching globally states such as enabling checks and "
+< "notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:421
+< msgid "By Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:422
+< msgid "By Host group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:423
+< msgid "By Service group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:469
+< msgid ""
+< "By activating averaging, Check_MK will compute the average of the CPU "
+< "utilization over a given interval. If you have defined alerting levels then "
+< "these will automatically be applied on the averaged value. This helps to "
+< "mask out short peaks. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2406
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2479
+< msgid ""
+< "By activating the computation of averages, the levels on errors and traffic "
+< "are applied to the averaged value. That way you can make the check react "
+< "only on long-time changes, not on one-minute events."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1135
+< msgid ""
+< "By activating this option you will deploy the agent plugin mk_oracle"
+< "tt> on your target system. Currently only Linux is supported, but AIX and "
+< "Windows will follow."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2073
+< msgid ""
+< "By adding rules to this ruleset you can define a subset of your hosts to be "
+< "actually monitored. As long as the rule set is empty all configured hosts "
+< "will be monitored. As soon as you add at least one rule, only hosts with a "
+< "matching rule will be monitored."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:325
+< msgid ""
+< "By configuring this rule for a host - instead of the normal Check_MK agent "
+< "random monitoring data will be created."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1242
+< msgid ""
+< "By default Check_MK uses command line calls of Net-SNMP tools like snmpget "
+< "or snmpwalk to gather SNMP information. For each request a new command line "
+< "program is being executed. It is now possible to use the inline SNMP "
+< "implementation which calls the net-snmp libraries directly via its python "
+< "bindings. This should increase the performance of SNMP checks in a "
+< "significant way. The inline SNMP mode is a feature which improves the "
+< "performance for large installations and only available via our subscription."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2334
+< msgid ""
+< "By default Check_MK uses the community \"public\" to contact hosts via SNMP "
+< "v1/v2. This rule can be used to customize the the credentials to be used "
+< "when contacting hosts via SNMP."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:379
+< msgid ""
+< "By default all aggregations in Check_MK BI are precompiled on first usage of "
+< "a BI or host/service related dialog in the status GUI. In case of large "
+< "environments with many BI aggregations this complete precompilation might "
+< "take too much time (several seconds). It is now possible to change the "
+< "precompilation to be executed on demand. BI only precompiles the "
+< "aggregations which are really requested by the users."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:99
+< msgid ""
+< "By default all multiple graphs in emails are displayed floating nearby. You "
+< "can enable this option to show the graphs among each other."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:482
+< msgid ""
+< "By default the network topology view shows you the parent / child relations "
+< "of all hosts within your local site. The list can be filtered based on "
+< "hostgroup memberships by the users. You can define a default group to use "
+< "for filtering which is used when a user opens the network topology view."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1626
+< msgid "By default the standard IMAP Port 110 is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1578
+< msgid "By default the standard IMAP Port 143 is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1586
+< msgid "By default the standard IMAP/SSL Port 993 is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1634
+< msgid "By default the standard POP3/SSL Port 995 is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:640
+< msgid ""
+< "By default the users are synchronized automatically in several situations. "
+< "The sync is started when opening the \"Users\" page in configuration and "
+< "during each page rendering. Each connector can then specify if it wants to "
+< "perform any actions. For example the LDAP connector will start the sync once "
+< "the cached user information are too old."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:227
+< msgid ""
+< "By default, for security reasons, Multisite does not interpret any HTML code "
+< "received from external sources, like plugin output or log messages. If you "
+< "are really sure what you are doing and need to have HTML codes, like links "
+< "rendered, disable this option. Be aware, you might open the way for several "
+< "injection attacks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1346
+< msgid ""
+< "By default, if you do not specify any host addresses here, the host address "
+< "of the host this service is assigned to will be used. But by specifying one "
+< "or several host addresses here, it is possible to let the check monitor one "
+< "or multiple hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10484
+< #, python-format
+< msgid ""
+< "By specifying a status host for each non-local connection you prevent "
+< "Multisite from running into timeouts when remote sites do not respond. You "
+< "need to add the remote monitoring servers as hosts into your local "
+< "monitoring site and use their host state as a reachability state of the "
+< "remote site. Please refer to the online "
+< "documentation for details."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2354
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2451
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:776
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:777
+< msgid "Bytes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5419
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1402
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1500
+< msgid "C"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5344
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5345
+< msgid "C / range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:870
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6759
+< msgid "C3 discards"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:794
+< msgid "CCMS paths to monitor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1823
+< msgid "CLOSED"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1802
+< msgid "CLOSE_WAIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1833
+< msgid "CLOSING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:403
+< msgid "CPU Arch"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:403
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:636
+< msgid "CPU Architecture"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:468
+< msgid "CPU Averaging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:517
+< msgid "CPU Inv. (all Hosts)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:394
+< msgid "CPU Model"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:516
+< msgid "CPU Related Inventory of all Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3058
+< msgid "CPU load (not utilization!)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6192
+< msgid "CPU usage critical at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6191
+< msgid "CPU usage warning at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3078
+< msgid "CPU utilization for Appliances"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3144
+< msgid "CPU utilization for Windows and ESX Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3095
+< msgid "CPU utilization of Devices with Modules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3176
+< msgid "CPU utilization on Linux/UNIX"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:402
+< msgid "CPUs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1659
+< msgid "CR"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:843
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6732
+< msgid "CRC errors rate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8502
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8506
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8509
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8510
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8511
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8515
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1248
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:330
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:210
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1016
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1246
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:286
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:298
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:310
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:687
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:700
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1231
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1247
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1896
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:332
+< msgid "CRIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1485
+< msgid "CRIT - if this router is being used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1483
+< msgid "CRIT - if this router is not being used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:217
+< msgid "CRIT Pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:685
+< msgid "CRIT Services of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:903
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:69
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5295
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:154
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:415
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:457
+< msgid "CRITICAL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:170
+< msgid "CSV data export"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:177
+< msgid "CSV data output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:395
+< msgid "Cache Size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1196
+< msgid "Cache age for background checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10251
+< msgid "Cache several non-status queries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2373
+< msgid "Cached output of monitoring agents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16840
+< msgid "Call a Rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11079
+< msgid "Call not supported in distributed setups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11464
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15362
+< msgid "Call with the following parameters:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16456
+< msgid "Called for all hosts..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16458
+< msgid "Called for each child of..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16460
+< msgid "Called for each parent of..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16465
+< msgid "Called for each service..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8779
+< msgid "Cancel notifications for this plugin type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11474
+< msgid "Cancel previous notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10750
+< #, python-format
+< msgid "Cannot access site %s - you are not logged in."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4727
+< msgid "Cannot activate changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9947
+< #, python-format
+< msgid "Cannot connect to remote site: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14789
+< #, python-format
+< msgid "Cannot create rule: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1533
+< #, python-format
+< msgid ""
+< "Cannot create thumbnail of report %s: %s, Exit code is %d, command was \"%s"
+< "\", PDF source code was \"%s...\""
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2158
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17627
+< msgid "Cannot delete host. Hosts in this folder are locked"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1659
+< msgid "Cannot delete hosts. Hosts in this folder are locked"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1020
+< #, python-format
+< msgid "Cannot edit schedule entry for non-existing report %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1335
+< #, python-format
+< msgid ""
+< "Cannot email report: The owner %s does not have an email address and no "
+< "explicit addresses are configured."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:99
+< #, python-format
+< msgid "Cannot find embedded image \"%s\" in %s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:98
+< msgid "Cannot find image file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1052
+< msgid "Cannot get rules from local event daemon."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:165
+< #, python-format
+< msgid "Cannot load %s from %s: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1681
+< msgid "Cannot move folder: Target folder is locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1679
+< msgid "Cannot move folder: This folder is locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1617
+< msgid "Cannot move selected hosts: Hosts in target folder are locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1615
+< msgid "Cannot move selected hosts: Hosts in this folder are locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:248
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:265
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:590
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:646
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:683
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7728
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8174
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9297
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10554
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13367
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15199
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16580
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:798
+< #, python-format
+< msgid "Cannot read configuration file %s: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/config.py:131
+< #, python-format
+< msgid "Cannot read configuration file %s: %s:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/actions.py:99
+< #, python-format
+< msgid "Cannot reschedule check: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/config.py:422
+< #, python-format
+< msgid "Cannot save %s options for user %s into %s: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:259
+< #, python-format
+< msgid "Cannot update timeperiod information for %s: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3039
+< msgid "Capacity filled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3016
+< msgid "Capacity remaining"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:433
+< msgid "Card Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:726
+< msgid "Case insensitive"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15551
+< msgid "Case translation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:256
+< msgid "Cell padding"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:265
+< msgid "Cell spacing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:632
+< msgid "Change Event state to:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15848
+< #, fuzzy
+< msgid "Change Password"
+< msgstr "Parola"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:646
+< msgid "Change State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:69
+< msgid "Change Timerange"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1714
+< msgid "Change ago:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:73
+< msgid "Change column display options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:587
+< msgid "Change comment:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:591
+< msgid "Change contact:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:626
+< msgid "Change event state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12099
+< msgid "Change password at next login or access"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1494
+< msgid "Change the number of display columns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1500
+< msgid "Change the refresh rate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:63
+< msgid "Change view display columns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:68
+< msgid "Change view display refresh"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7430
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1383
+< #, python-format
+< msgid "Changed Configuration variable %s to %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7193
+< #, python-format
+< msgid "Changed LDAP configuration variable %s to %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1843
+< #, python-format
+< msgid "Changed attributes of folder %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3955
+< #, python-format
+< msgid "Changed attributes of host %s in bulk mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1329
+< #, python-format
+< msgid "Changed configuration of %s to %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7588
+< #, python-format
+< msgid "Changed global configuration variable %s to %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9196
+< #, python-format
+< msgid "Changed notification rule %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12787
+< msgid "Changed order of host tag groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14192
+< #, python-format
+< msgid "Changed order of rules in ruleset %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8898
+< #, python-format
+< msgid "Changed position of notification rule %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9116
+< #, python-format
+< msgid "Changed position of notification rule %d of user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:912
+< #, python-format
+< msgid "Changed position of rule %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14832
+< #, python-format
+< msgid "Changed properties of rule %s in folder %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14844
+< #, python-format
+< msgid "Changed properties of rule %s, moved rule from folder %s to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10117
+< #, python-format
+< msgid "Changed site-specific configuration variable %s to %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17264
+< #, python-format
+< msgid "Changed title of %s attribute %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:58
+< #, python-format
+< msgid "Changed to: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18137
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1221
+< msgid "Changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5258
+< msgid "Changes that are not activated on all sites:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5260
+< msgid "Changes that are not yet activated:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:392
+< msgid "Chassis"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1490
+< msgid "Check / Uncheck all"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:813
+< msgid "Check Cerficate on different IP / DNS Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:537
+< msgid "Check City against Regex"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:198
+< msgid "Check DNS service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1513
+< msgid "Check Email Delivery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:189
+< msgid "Check FTP Service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1329
+< msgid "Check HTML Form Submit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:551
+< msgid "Check HTTP service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:552
+< msgid ""
+< "Check HTTP/HTTPS service using the plugin check_http from the "
+< "standard Nagios Plugins. This plugin tests the HTTP service on the specified "
+< "host. It can test normal (HTTP) and secure (HTTPS) servers, follow "
+< "redirects, search for strings and regular expressions, check connection "
+< "times, and report on certificate expiration times."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1416
+< msgid "Check Number of Notifications per Contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2559
+< msgid "Check Origin and Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3267
+< msgid "Check Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:270
+< msgid "Check SQL Database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:76
+< msgid "Check SSH service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:800
+< msgid "Check SSL Certificate Age"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1271
+< msgid "Check State of BI Aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:715
+< msgid "Check Type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:847
+< msgid "Check access to LDAP service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1099
+< msgid "Check access to SMB share"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:950
+< msgid "Check access to SMTP services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4335
+< msgid "Check always is in a OK State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:473
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:926
+< msgid "Check command"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:480
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:933
+< msgid "Check command expanded"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1501
+< msgid "Check configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:370
+< msgid "Check connecting to a TCP port"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1456
+< msgid "Check current routing (uses traceroute)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1936
+< msgid "Check event state in Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:524
+< msgid "Check for Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:525
+< msgid "Check for an Address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2484
+< msgid "Check for correct version of Check_MK agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1223
+< msgid "Check freshness"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:107
+< msgid "Check hosts with PING (ICMP Echo Request)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:599
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:999
+< msgid "Check int."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1819
+< msgid "Check intervals for SNMP checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1107
+< msgid "Check logfiles for relevant new messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:754
+< msgid "Check manual (for Check_MK based checks)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1748
+< msgid "Check output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:43
+< msgid ""
+< "Check parameters and other configuration variables on hosts and services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1672
+< msgid "Check period for active services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1761
+< msgid "Check period for hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1682
+< msgid "Check period for passive Check_MK services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:291
+< msgid "Check plugin timeout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1256
+< msgid "Check result did not arrive in time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2931
+< msgid "Check result if the host or VM is powered off"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2924
+< msgid "Check result if the host or VM is powered on"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2938
+< msgid "Check result if the host or VM is suspended"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4334
+< msgid "Check show Errors in Case of degraded or offline hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1345
+< msgid "Check specific host(s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:393
+< msgid "Check state of ALLNET IP Sensoric Devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:202
+< msgid "Check state of EMC VNX storage systems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:335
+< msgid "Check state of Fritz!Box Devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:256
+< msgid "Check state of IBM SVC / V7000 storage systems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:170
+< msgid "Check state of VMWare ESX via vSphere"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1198
+< msgid "Check submission method"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1330
+< msgid ""
+< "Check submission of HTML forms via HTTP/HTTPS using the plugin "
+< "check_form_submit provided with Check_MK. This plugin provides more "
+< "functionality as check_http, as it automatically follows HTTP "
+< "redirect, accepts and uses cookies, parses forms from the requested pages, "
+< "changes vars and submits them to check the response afterwards."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:569
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1342
+< msgid "Check the URL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1417
+< msgid ""
+< "Check the number of sent notifications per contact using the plugin "
+< "check_notify_count provided with Check_MK. This plugin counts the "
+< "total number of notifications sent by the local monitoring core and creates "
+< "graphs for each individual contact. You can configure thresholds on the "
+< "number of notifications per contact in a defined time interval. This plugin "
+< "queries livestatus to extract the notification related log entries from the "
+< "log file of your monitoring core."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:199
+< msgid ""
+< "Check the resolution of a hostname into an IP address by a DNS server. This "
+< "check uses check_dns from the standard Nagios plugins."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8208
+< msgid "Check type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14909
+< msgid "Check types"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:511
+< msgid "Check uniserv service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18556
+< msgid ""
+< "Check whether or not the host is reachable, test the different methods a "
+< "host can be accessed, for example via agent, SNMPv1, SNMPv2 to find out the "
+< "correct monitoring configuration for that host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:349
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1356
+< msgid "Check_MK $PERIODNAME$ '$TITLE$'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2421
+< msgid "Check_MK Agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:119
+< msgid "Check_MK Agent Local-Directory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:118
+< msgid "Check_MK Agent Plugins-Directory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2893
+< #, python-format
+< msgid "Check_MK Agent Port (Rules)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:79
+< msgid "Check_MK Logo"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:31
+< msgid "Check_MK Micro Core"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:154
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:183
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:196
+< msgid "Check_MK Mobile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:245
+< msgid "Check_MK Multisite Login"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:221
+< msgid "Check_MK Sidebar"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:31
+< msgid "Check_MK config filename"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3866
+< msgid ""
+< "Check_MK service discovery will automatically find and configure services to "
+< "be checked on your hosts.
You can also attach "
+< "service levels to hosts and services in the monitoring. These levels will "
+< "then be sent to the Event Console when you forward notifications to it and "
+< "will override the setting of the matching rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:145
+< msgid ""
+< "Here you can configure whether and how the creation of RRD files is being "
+< "logged (in the log file var/log/cmk-create-rrd.log)"
+< msgstr ""
+<
+< # georgem ###
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:347
+< msgid ""
+< "Here you can configure which messages should be discovered and reported from "
+< "which Eventlog. When you set the severity to disabled then this "
+< "Eventlog will totally be ignored. The switch without context will "
+< "disable sending so-called context messages. When at least one new relevant "
+< "message is being found in an Eventlog, the agent usually sends all "
+< "new messages from that check cycle. This makes it more convenient when "
+< "viewing the messages in Check_MK. In high-volume logfiles it might be "
+< "neccessary to switch the context off in order to save networking and disk "
+< "ressources. Note: When several configuration tuning entries match for "
+< "a logfile then only the first one is being executed. So it does not make "
+< "sense to create more then one entry for All Eventlogs."
+< msgstr ""
+< "Aici se poate configura care mesaje ar trebui sa fie descoperite si "
+< "raportate de fiecare Eventlog. Cand se seteaza severitatea Dezactivat "
+< "acest Eventlog va fi total ignorat. Comutatorul fara context "
+< "va dezactiva trimiterea asanumitelor mesaje de context. Cand cel putin un "
+< "nou mesaj relevant este gasit intr-un Eventlog, agentul de obicei trimite "
+< "toate noile mesaje din acel interval de verificare. Aceasta duce la "
+< "o vizuzlizare mai convenabila a mesajelor in Check_MK. In cazul fisierelor "
+< "log de volum mare poate fi necesara dezactivarea contextului pentru a "
+< "conserva resursele de retea si disk. Nota: Cand mai multe configurari "
+< "se vor potrivi pentru un fisier log atunci doar prima va fi aplicata. Deci "
+< "nu are sens crearea a mai mult de o regula pentru ToateEventlog-urile."
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13878
+< msgid ""
+< "Here you can create explicit checks that are not being created by the "
+< "automatic service discovery."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3505
+< msgid ""
+< "Here you can define an upper limit for the run duration of last execution of "
+< "the job."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:292
+< msgid ""
+< "Here you can define tree configurations for the snapin Virtual Host-"
+< "Trees. These trees organize your host based on their values in certain "
+< "host tag groups. Each host tag group you select will create one level in the "
+< "tree."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:467
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:479
+< msgid ""
+< "Here you can deploy a plugin for monitoring quarantine queue, tasks and "
+< "updates."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:96
+< msgid "Here you can enable debugging for Livestatus queries."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3348
+< msgid ""
+< "Here you can override the default levels for the ORACLE Processes check. The "
+< "levels are applied on the number of used processes in percentage of the "
+< "configured limit."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3521
+< msgid ""
+< "Here you can set explicit Scheduler-Jobs by defining them via SID, Job-"
+< "Owner and Job-Name, separated by a dot, for example TUX12C.SYS.PURGE_LOG"
+< "b>"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3337
+< msgid ""
+< "Here you can set explicit tablespaces by defining them via SID and the "
+< "tablespace name, separated by a dot, for example pengt.TEMP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5440
+< msgid ""
+< "Here you can set levels on the current percentual output load of the UPS. "
+< "This load affects the running time of all components being supplied with "
+< "battery power."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3187
+< msgid ""
+< "Here you can set levels on the total CPU utilization, i.e. the sum of "
+< "system, user and iowait. The levels are always applied "
+< "on the average utiliazation since the last check - which is usually one "
+< "minute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1444
+< msgid "Here you can set the number of remaining open slots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:110
+< msgid ""
+< "Here you can set the port at which the notification spooler listens for "
+< "forwardednotification messages from spoolers on remote sites."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1732
+< msgid ""
+< "Here you can set which alert type is set when the given access point is "
+< "missing (might be powered off). The access point can be specified by the AP "
+< "name or the AP model"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2350
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2447
+< msgid "Here you can specifiy the measurement unit of the network interface"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:378
+< msgid ""
+< "Here you can specify a list of filename patterns to be sent by the agent in "
+< "the section fileinfo. Use globbing patterns like C:\foo\\*.log"
+< "tt> or /var/*/*.log here. Per default each found file will be "
+< "monitored for size and age. By building groups you can alternatively monitor "
+< "a collection of files as an entity and monitor the count, total size, the "
+< "largest, smallest oldest or newest file. Note: if you specify more than one "
+< "matching rule, then all matching rules will be used for defining "
+< "pattern - not just the first one."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:382
+< msgid ""
+< "Here you can specify a service description. If this parameter is not set, "
+< "the service is named TCP Port {Portnumber}"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9774
+< msgid ""
+< "Here you can specify exceptional time ranges for certain dates in the form "
+< "YYYY-MM-DD which are used to define more specific definitions to override "
+< "the times configured for the matching weekday."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2777
+< msgid "Here you can specify the total memory usage levels for clustered hosts "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12249
+< msgid ""
+< "Here you specify which types of alerts will be notified to this contact. "
+< "Note: these settings will only be saved and used if the user is member of a "
+< "contact group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:351
+< msgid "Hidden"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8840
+< msgid "Hide Analysis"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8845
+< msgid "Hide Bulks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3201
+< msgid "Hide Check Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1340
+< msgid "Hide Checkboxes and bulk actions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:184
+< msgid "Hide Context"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:130
+< msgid "Hide from Status GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:587
+< msgid "Hide help text of rules in list views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:568
+< msgid "Hide hosttags in WATO folder view"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:545
+< msgid "Hide internal folder names in WATO"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:577
+< msgid "Hide names of configuration variables"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:448
+< msgid "Hide response from socket"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:275
+< msgid "Hide table actions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:588
+< #, python-format
+< msgid "Hide this %s from the sidebar"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8835
+< msgid "Hide user rules"
+< msgstr "Ascude regulile de utilizator"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:147
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:155
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:168
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:180
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:200
+< msgid "Historic Data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:59
+< msgid "Historic Event Console Event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1850
+< msgid "Historic downtimes of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1908
+< msgid "Historic downtimes of service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:362
+< msgid "Historic messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:570
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1865
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:150
+< msgid "History"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:65
+< msgid "History Line"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:174
+< msgid "History action type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1045
+< msgid "History entries of one specific event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1079
+< msgid "History entries of one specific host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1044
+< msgid "History of Event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:427
+< msgid "History of scheduled downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1043
+< msgid "Hits"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:380
+< msgid "Hivemanager"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1662
+< msgid "Hivemanager Devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4791
+< msgid "Ho."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:48
+< msgid "Homepage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:229
+< msgid "Honor scheduled downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:436
+< msgid "Horizon for timeperiod computation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:258
+< msgid "Horizontal padding"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:33
+< msgid "Horizontal rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:239
+< msgid "Horizontal rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:267
+< msgid "Horizontal spacing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2005
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2226
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8205
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8988
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13679
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14047
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14597
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1354
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1868
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:392
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1082
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1101
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1127
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1135
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1569
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1662
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:103
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:132
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:28
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+< msgid "Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14046
+< #, python-format
+< msgid "Host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1020
+< #, python-format
+< msgid "Host %s not found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18626
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:49
+< msgid "Host & Service Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:42
+< msgid "Host & Service Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:226
+< msgid "Host & Services Problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2385
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2453
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2493
+< msgid "Host Aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1771
+< msgid "Host Check Command"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:672
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1720
+< msgid "Host Checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:242
+< msgid "Host Contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:239
+< msgid "Host Contact Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:153
+< msgid "Host Details"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18555
+< msgid "Host Diagnostic"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:312
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:364
+< msgid "Host Down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:413
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1838
+< msgid "Host Dt-History"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11573
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:193
+< msgid "Host Events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:793
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:46
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:273
+< msgid "Host Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:49
+< #, fuzzy
+< msgid "Host Group Name"
+< msgstr "Numele Elementului"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:775
+< msgid "Host Group Overview"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:894
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:924
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1010
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1011
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+< msgid "Host Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:893
+< msgid "Host Groups (Grid)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:923
+< msgid "Host Groups (Summary)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:80
+< msgid "Host IP Address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1951
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1149
+< msgid "Host IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16112
+< msgid "Host Logfiles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:408
+< msgid "Host Matrix"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:732
+< msgid "Host Name"
+< msgstr "Numele Elementului"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16861
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16886
+< msgid "Host Name:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:762
+< msgid "Host Problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:57
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:232
+< msgid "Host Problems (unhandled)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2230
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2964
+< msgid "Host Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:130
+< msgid "Host Report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:38
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:128
+< msgid "Host Statistics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:88
+< msgid "Host Systems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:35
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:818
+< msgid "Host Tags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:121
+< msgid "Host Tags (raw)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16858
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16883
+< msgid "Host Tags:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:467
+< msgid "Host active checks enabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1142
+< msgid "Host alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:183
+< msgid "Host and Service Events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2113
+< msgid "Host attributes locked (You cannot edit this host)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:925
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:318
+< msgid "Host check command"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:932
+< msgid "Host check command expanded"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:984
+< msgid "Host check duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:977
+< msgid "Host check latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1018
+< msgid "Host check type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:939
+< msgid "Host checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:334
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1301
+< msgid "Host comments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1287
+< msgid "Host contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2100
+< msgid "Host contact information"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1280
+< msgid "Host contacts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1345
+< msgid "Host custom variables"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14602
+< msgid "Host does not have tag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:494
+< msgid "Host downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12239
+< msgid "Host events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11576
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12223
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1870
+< msgid "Host gets unreachble"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11575
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12222
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1869
+< msgid "Host goes down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11577
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12224
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1871
+< msgid "Host goes up again"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7861
+< #, fuzzy
+< msgid "Host groups"
+< msgstr "Grup nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14608
+< msgid "Host has not the tag "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:137
+< msgid "Host has software package"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14604
+< msgid "Host has tag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14610
+< msgid "Host has the tag "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1806
+< msgid "Host history"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:204
+< msgid "Host icons"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1308
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:475
+< msgid "Host in downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1025
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:465
+< msgid "Host in notif. period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14635
+< msgid "Host is not one of "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1053
+< msgid "Host is active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1046
+< msgid "Host is flapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:233
+< msgid "Host is in Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1329
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:480
+< msgid "Host is stale"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18520
+< msgid "Host management"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14631
+< msgid "Host name is "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14629
+< #, python-format
+< msgid "Host name is %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1039
+< msgid "Host notification number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1032
+< msgid "Host notification period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2927
+< msgid "Host notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1059
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:468
+< msgid "Host notifications enabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11562
+< msgid ""
+< "Host or Service must be in the following service level to get notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8465
+< msgid ""
+< "Host or service must be in the following service level to get notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:918
+< msgid "Host performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1315
+< msgid "Host problem acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:466
+< msgid "Host problem has been acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:968
+< msgid "Host problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2120
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2150
+< msgid "Host problems for NagStaMon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2418
+< msgid "Host related aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1896
+< msgid "Host running Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1152
+< msgid "Host search"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:151
+< msgid "Host service discovery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1337
+< msgid "Host service level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1944
+< msgid "Host specification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1322
+< msgid "Host staleness value"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:895
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:93
+< msgid "Host state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:903
+< msgid "Host state (first character)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:434
+< msgid "Host state type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:360
+< msgid "Host states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:340
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1067
+< msgid "Host status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12693
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12799
+< msgid "Host tag groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1988
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:385
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:388
+< msgid "Host tag:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6014
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6103
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6127
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6199
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6210
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12685
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14869
+< msgid "Host tags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1923
+< msgid "Host tags (raw)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1946
+< msgid "Host tags (with titles)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12800
+< msgid ""
+< "Host tags are the basis of Check_MK's rule based configuration. If the first "
+< "step you define arbitrary tag groups. A host has assigned exactly one tag "
+< "out of each group. These tags can later be used for defining parameters for "
+< "hosts and services, such as disable notifications for all hosts with the "
+< "tags Network device and Test."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1646
+< msgid "Host status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1257
+< msgid "Host's childs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1250
+< msgid "Host's parents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:540
+< msgid "Host+Svc history"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:651
+< msgid "Host+Svc notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2512
+< msgid "Host-"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1789
+< msgid "Host- and Service events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3043
+< msgid "Host- and Service notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:158
+< msgid "Host- and Servicecomments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:54
+< msgid "Host-/Servicegroups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4942
+< msgid "Host/Device temperature"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8209
+< msgid "Host/Service state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1923
+< msgid "Host/Svc history"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2970
+< msgid "Host/Svc notific."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:476
+< msgid "Host/service in downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10193
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16801
+< msgid "Host:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:64
+< msgid "Hostalias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:159
+< msgid "Hostgroup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:289
+< msgid "Hostgroup (Regex)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1457
+< msgid "Hostgroup alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1450
+< msgid "Hostgroup name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2891
+< msgid "Hostgroup with BI state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2867
+< msgid "Hostgroup with boxed BIs for each host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:122
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:213
+< msgid "Hostgroups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1273
+< msgid "Hostgroups the host is member of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:131
+< msgid "Hostgroups, merged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1457
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2124
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2127
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2872
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3366
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3448
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16139
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:771
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1920
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1134
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:31
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:58
+< msgid "Hostname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17680
+< #, python-format
+< msgid "Hostname %s already exists"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17684
+< #, python-format
+< msgid "Hostname %s does not exist"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:61
+< msgid "Hostname (exact match)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:241
+< msgid "Hostname / IP Address of Graphite server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2477
+< msgid "Hostname Aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1704
+< msgid "Hostname of the Device"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1117
+< msgid "Hostname or IPv4 address for listener"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1766
+< msgid "Hostname translation for incoming messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2522
+< msgid "Hostname translation for piggybacked hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1126
+< msgid "Hostname, marked red if down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1081
+< msgid "Hostname, red background if down or unreachable"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1100
+< msgid "Hostname, red background if down, link to Nagios services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2018
+< msgid "Hostname/IP address of Event Console:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1567
+< msgid "Hostname/IP address of Master Event Console:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:391
+< msgid "Hostname/IP-Address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:102
+< msgid "Hostname/IP-Address of event, exact match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:101
+< msgid "Hostname/IP-Address of original event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:556
+< msgid "Hostnames to resolve"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:125
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1290
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1319
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3659
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1273
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1277
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:44
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:32
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:380
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:420
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:456
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:83
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:123
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:158
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1153
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1588
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:164
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:171
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1374
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:220
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:557
+< msgid "Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:291
+< msgid "Hosts Connected"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:970
+< msgid ""
+< "Hosts attributes locked (You cannot create, edit or delete hosts in this "
+< "folder)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1597
+< msgid ""
+< "Hosts can be grouped together into host groups. The most common use case is "
+< "to put hosts which belong together in a host group to make it possible to "
+< "get them listed together in the status GUI."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1373
+< msgid "Hosts colored according to state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:300
+< msgid ""
+< "Hosts configured via this rule get the lnx_quota plugin deployed. "
+< "This is only useful if you have filesystem quotas setup on the host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:392
+< msgid ""
+< "Hosts configured via this rule get the smart plugin deployed. "
+< "Assuming you have installed smartmontools, your local harddisks "
+< "will be monitored for temperature and errors."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:617
+< msgid ""
+< "Hosts configured via this rule get the plugin db2_mem deployed. "
+< "This will create one service for the memory consumption of every running DB2 "
+< "instance found on the system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6164
+< msgid "Hosts forced to use if instead of if64"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:86
+< msgid "Hosts grouped by host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:864
+< msgid "Hosts grouped by hostgroups, with a brief list of all services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2072
+< msgid "Hosts to be monitored"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4514
+< msgid "Hosts to create in each folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2352
+< msgid "Hosts using SNMP bulk walk (enforces SNMP v2c)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13411
+< msgid ""
+< "Hosts where this tag group is explicitely set and that are effected by the "
+< "change"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2251
+< msgid "Hosts with dynamic DNS lookup during monitoring"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2364
+< msgid "Hosts without system description OID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:84
+< msgid ""
+< "Hosts, Services, Groups, Timeperiods, Business Intelligence and Monitoring "
+< "Configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5280
+< msgid "Hostsystem sensor alerts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1500
+< msgid "Hotspare-Hub replacing another router"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+< msgid "Hour"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15399
+< msgid "Hour of the day (0-23)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:454
+< msgid "Hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2036
+< msgid "Hours/Minutes out of range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1667
+< msgid "Housekeeping Interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:401
+< msgid "Housekeeping interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1480
+< msgid "How"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4876
+< msgid ""
+< "How the disks are named depends on the type of hardware being used. Please "
+< "look at already inventorized checks for examples."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:687
+< msgid "How to handle redirect"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:117
+< msgid "How to notify"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1498
+< msgid "Hub"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1499
+< msgid "Hub running as HotSpare"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5091
+< msgid "Humidity"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3218
+< msgid "Humidity Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3236
+< msgid "Humidity Levels for devices with a single sensor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1109
+< msgid "Hyper-V Server: State of VMs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:400
+< msgid "Hyperthreads per CPU"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:268
+< msgid "IBM SVC / V7000 user name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4297
+< msgid "IBM SVC: Levels for total disk latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4328
+< msgid "IBM SVC: Options for SVC Hosts Check "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:417
+< msgid "IBM WebSphere MQ (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1499
+< msgid "ICMP Echo Request"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4782
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11731
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12830
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12858
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16396
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:328
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1006
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:318
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1548
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1632
+< msgid "ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5527
+< msgid "ID of phase"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:96
+< msgid "ID of rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1545
+< msgid "ID of the Channel (usually ranging from 1)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1584
+< msgid "ID of the Entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1525
+< msgid "ID of the channel (usually ranging from 1)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:317
+< msgid "ID of the event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6408
+< msgid "ID of the license, e.g. PVSD_STD_CCS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:906
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:72
+< msgid "IGNORE"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1559
+< msgid "IMAP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1563
+< msgid "IMAP Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:295
+< msgid "IO Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4376
+< msgid "IO Latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:971
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1024
+< msgid "IP Address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:66
+< msgid "IP Address of Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:200
+< msgid "IP Address of remote Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:217
+< msgid "IP Address of the Spectrum server receiving the SNMP trap"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2876
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:37
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1150
+< msgid "IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:645
+< msgid "IP address of JVM webserver"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1627
+< msgid "IP-Address of Tunnel Endpoint"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1600
+< msgid "IP-Address or Name of Tunnel Endpoint"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:984
+< msgid "IP-Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:989
+< msgid "IPv4"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:994
+< msgid "IPv6"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2222
+< msgid "Icon image for hosts in status GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2233
+< msgid "Icon image for services in status GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:346
+< msgid "Icon showing the site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1109
+< msgid "Icon with link to host to Nagios GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:330
+< msgid "Icon with link to service in Nagios GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:487
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:196
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:205
+< msgid "Icons"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12049
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17297
+< msgid "Identity"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:601
+< msgid ""
+< "If a matching message appears with this text, then an event created by this "
+< "rule will automatically be cancelled (if host, application and match groups "
+< "match). "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4601
+< msgid ""
+< "If a multipath device has an alias then you can use that for specifying the "
+< "device instead of the UUID. The alias will then be part of the service "
+< "description. The UUID will be output in the pluging outpout."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3967
+< msgid ""
+< "If a select is set to don't change then currenty not all selected "
+< "hosts share the same setting for this attribute. If you leave that "
+< "selection, all hosts will keep their individual settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:270
+< msgid ""
+< "If a user lacks this permission then he/she can see only those events that "
+< "originate from a host that he/she is a contact for."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15608
+< msgid ""
+< "If case conversion and regular expression do not work for all cases then you "
+< "can specify explicity pairs of origin host name and translated host name "
+< "here. This mapping is being applied after the case conversion and "
+< "after a regular expression conversion (if that matches)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:883
+< msgid ""
+< "If context messages are enabled then if at least one relevant message is "
+< "being found (classified as WARN or CRIT), then all new messages of the "
+< "current cycle are being transferred. This make logfile analysis on the "
+< "monitoring server simpler, but can result much traffic on logfiles with "
+< "frequent new messages."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1996
+< msgid ""
+< "If enabled the check reports less information in its output.
You will see "
+< "no information regarding the worst state or unacknowledged events.
For "
+< "example a default output without this option
WARN - 1 events (1 "
+< "unacknowledged), worst state is WARN (Last line: Incomplete Content)"
+< "tt>
Output with less verbosity
WARN - 1 events (Worst line: "
+< "Incomplete Content)
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1279
+< msgid ""
+< "If enabled, Check_MK will create one additional check per host that does a "
+< "regular check, if the service discovery would find new services currently un-"
+< "monitored."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:347
+< msgid ""
+< "If in this time range the configured number of time the rule is triggered, "
+< "an event is being created. If the required count is not reached then the "
+< "count is reset to zero."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:685
+< msgid ""
+< "If no ICMP or TCP-SYN/RST packet is being seen from the target host for a "
+< "certain amount of time then the host is considered down. This time is "
+< "configured here. It defaults to 2.5 times of the host check interval. "
+< "Note: This setting is not measured from the point of time when "
+< "the PING packet is being sent but from the time the last packet from the "
+< "host was being seen."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:439
+< msgid ""
+< "If no explicit time range is being provided then the report default to this "
+< "range."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1122
+< msgid "If omitted then the IP address is being used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1557
+< msgid ""
+< "If one of the selected state occur, the check will repsond with a Critical "
+< "state "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:113
+< msgid "If set to 1 (default=0) also get attributes from parent folders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:174
+< msgid "If set to 1 (default=0) proceed if there are foreign changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:51
+< msgid "If set to 1(default) create non-existing folders1)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:118
+< msgid ""
+< "If sounds are enabled then the user will be alarmed by problems shown in a "
+< "Multisite status view if that view has been configured for sounds. From the "
+< "views shipped in with Multisite all problem views have sounds enabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:276
+< msgid ""
+< "If that user does not have the permission See all events then this "
+< "permission controls wether he/she can see events that are not related to a "
+< "host in the montioring and that do not have been assigned specific contract "
+< "groups to via the event rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2312
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2331
+< msgid ""
+< "If the automatic detection of the link speed does not work or the switch's "
+< "capabilities are throttled because of the network setup you can set the "
+< "assumed speed here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:836
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6725
+< msgid ""
+< "If the automatic detection of the link speed does not work you can set the "
+< "link speed here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:609
+< msgid ""
+< "If the priority of the event lies withing this range and either no text to "
+< "cancel is specified or that text also matched, then events created with this "
+< "rule will automatically be cancelled (if host, application and match groups "
+< "match)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:90
+< msgid ""
+< "If the processing of a notification fails, the notify daemon retries to send "
+< "the notification again after this time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:493
+< msgid ""
+< "If there already exists an open event because of absent messages according "
+< "to this rule, you can optionally merge the new incident with the exising "
+< "event or create a new event for each interval with absent messages."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1386
+< msgid ""
+< "If there is only one form element on the requested page, you do not need to "
+< "provide the name of that form here. But if you have several forms on that "
+< "page, you need to provide the name of the form here, to enable the check to "
+< "identify the correct form element."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1435
+< msgid ""
+< "If this option is activated then Check_MK will pad port numbers of network "
+< "interfaces with zeroes so that all port descriptions from all ports of a "
+< "host or switch have the same length and thus sort currectly in the GUI. In "
+< "versions prior to 1.1.13i3 there was no padding. You can switch back to the "
+< "old behaviour by disabling this option. This will retain the old service "
+< "descriptions and the old performance data."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:416
+< msgid ""
+< "If this option is enabled, multisite reads the configured HTTP header "
+< "variable from the incoming HTTP request and simply takes the string in this "
+< "variable as name of the authenticated user. Be warned: Only allow access "
+< "from trusted ip addresses (Apache Allow from), like proxy servers, "
+< "to this webpage. A user with access to this page could simply fake the "
+< "authentication information. This option can be useful to realize "
+< "authentication in reverse proxy environments."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6106
+< msgid ""
+< "If this option is enabled, the check monitors the list of forwarded logfiles "
+< "and will warn you if at any time a logfile is missing or exceeding when "
+< "compared to the initial list that was snapshotted during service detection. "
+< "Reinventorize this check in order to make it OK again."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:137
+< msgid ""
+< "If this option is enabled, then Multisite only show the most used context "
+< "buttons and hides the rest. Which buttons are used how often is computed "
+< "separately per user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:61
+< msgid ""
+< "If this option is set to a non-zero number, then Check_MK keeps the last "
+< "X notifications for later reference. You can replay these "
+< "notifications and analyse your set of notifications rules. This only works "
+< "with rulebased notiications. Note: only notifications sent out by the local "
+< "notification system can be tracked. If you have a distributed environment "
+< "you need to do the analysis directly on the remote sites - unless you use a "
+< "central spooling."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:398
+< msgid ""
+< "If this option is used and set to a filename, Check_MK BI will create a "
+< "logfile containing details about compiling BI aggregations. This includes "
+< "statistics and details for each executed compilation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:950
+< msgid ""
+< "If this option is used and set to a filename, Check_MK will create a logfile "
+< "containing details about connecting to LDAP and the single transactions."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2714
+< msgid ""
+< "If this parameter is set, all measured values will be averaged over the "
+< "specified time interval before levels are being applied. Per default, "
+< "averaging is turned off."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1421
+< msgid ""
+< "If this parameter is set, all measured values will be averaged over the "
+< "specified time interval before levels are being applied. Per default, "
+< "averaging is turned off. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:880
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6769
+< msgid ""
+< "If this parameter is set, all throughputs will be averaged over the "
+< "specified time interval before levels are being applied. Per default, "
+< "averaging is turned off. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:322
+< msgid ""
+< "If you activate this option, a name of a stored procedure is used instead of "
+< "an SQL statement. The procedure should return one output variable, which is "
+< "evaluated in the check. If input parameters are required, they may be "
+< "specified below."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1000
+< msgid ""
+< "If you activate this option, then the agent plugin apache_status "
+< "will be deployed. For each configured or detected Apache instance there will "
+< "be one new service with detailed statistics of the current number of clients "
+< "and processes and their various states."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:491
+< msgid ""
+< "If you activate this option, then the agent plugin mk_inventory "
+< "will be deployed on Linux hosts. It gathers information about installed "
+< "hardware and software and makes that information available in Multisite and "
+< "for exporting to third-party software. Note: in order to actually use "
+< "the inventory for a host you also need to enable it in the ruleset Hardware/Software-Inventory / Do "
+< "hardware/software Inventory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:946
+< msgid ""
+< "If you activate this option, then the agent plugin ngnix_status "
+< "will be deployed. For each configured or detected NGINX instance there will "
+< "be one new service with detailed statistics of the current number of clients "
+< "and processes and their various states."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1513
+< msgid ""
+< "If you are running the mkeventd as a non-root (such as in an OMD site) "
+< "please choose port number greater than 1024."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:76
+< msgid ""
+< "If you are using rule based notifications with and Bulk Notifications "
+< "then Check_MK will check for ripe notification bulks to be sent out at "
+< "latest every this interval."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1986
+< msgid ""
+< "If you check this box then only open events are honored when determining the "
+< "event state. Acknowledged events are displayed (i.e. their count) but not "
+< "taken into account."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:627
+< #, python-format
+< msgid ""
+< "If you define a text here, then it will be used in context buttons linking "
+< "to the %s instead of the regular title."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10493
+< msgid ""
+< "If you disable a connection, then no data of this site will be shown in the "
+< "status GUI. The replication is not affected by this, however."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:690
+< msgid ""
+< "If you do not specify a name here, then the TCP port number will be used as "
+< "an instance name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1975
+< msgid ""
+< "If you enable periodic notifications, then during a problem state of the "
+< "host notifications will be sent out in regular intervals until the problem "
+< "is acknowledged."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1995
+< msgid ""
+< "If you enable periodic notifications, then during a problem state of the "
+< "service notifications will be sent out in regular intervals until the "
+< "problem is acknowledged."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10453
+< msgid ""
+< "If you enable persistent connections then Multisite will try to keep open "
+< "the connection to the remote sites. This brings a great speed up in high-"
+< "latency situations but locks a number of threads in the Livestatus module of "
+< "the target site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:36
+< msgid ""
+< "If you enable the new rule based notifications then the current plain text "
+< "email and "flexible notifications" will become inactive. Instead "
+< "notificatios will be configured with the WATO module Notifications on "
+< "a global base."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1726
+< msgid ""
+< "If you enable this option then every time an event matches a rule (by normal "
+< "hit, cancelling, counting or dropping) a log entry will be written into the "
+< "log file of the mkeventd. Please be aware that this might lead to a large "
+< "number of log entries. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1615
+< msgid ""
+< "If you enable this option then the slave will automatically fallback from "
+< "takeover mode to slavemode if the master is rechable again within the "
+< "selected number of seconds since the previous unreachability (not since the "
+< "takeover)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1603
+< msgid ""
+< "If you enable this option then the slave will automatically takeover and "
+< "enable event processing if the master is for the configured number of "
+< "seconds unreachable."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:275
+< msgid ""
+< "If you enable this option, for every RMON capable switch port an additional "
+< "service will be created which is always OK and collects RMON data. This will "
+< "give you detailed information about the distribution of packet sizes "
+< "transferred over the port. Note: currently this extra RMON check does not "
+< "honor the inventory settings for switch ports. In a future version of "
+< "Check_MK RMON data may be added to the normal interface service and not add "
+< "an additional service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1168
+< msgid ""
+< "If you enable this option, then Check_MK will not directly Python-"
+< "bytecompile all host checks when activating the configuration and restarting "
+< "Nagios. Instead it will delay this to the first time the host is actually "
+< "checked being by Nagios.
This reduces the time needed for the operation, "
+< "but on the other hand will lead to a slightly higher load of Nagios for the "
+< "first couple of minutes after the restart. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:132
+< msgid ""
+< "If you enabled this option, then this action will not be available as an "
+< "interactive user command. It is usable as an ad-hoc action when a rule "
+< "fires, nevertheless."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1974
+< msgid ""
+< "If you enter an application name here then only events for that application "
+< "name are counted. You enter a regular expression here that must match a "
+< "part of the application name. Use anchors ^ and $ "
+< "if you need a complete match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1962
+< msgid ""
+< "If you enter an item name here, this will be used as part of the service "
+< "description after the prefix \"Events \". The prefix plus the configured "
+< "item must result in an unique service description per host. If you leave "
+< "this empty either the string provided in \"Application\" is used as item or "
+< "the service gets no item when the \"Application\" field is also not "
+< "configured."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8633
+< msgid ""
+< "If you enter the names of host/service-custom macros here then for each "
+< "different combination of values of those macros a separate bulk will be "
+< "created. This can be used in combination with the grouping by folder, host "
+< "etc. Omit any leading underscore. Note: If you are using Nagios as a "
+< "core you need to make sure that the values of the required macros are "
+< "present in the notification context. This is done in check_mk_templates."
+< "cfg. If you macro is _FOO then you need to add the variables "
+< "NOTIFY_HOST_FOO and NOTIFY_SERVICE_FOO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16968
+< msgid ""
+< "If you have a large number of aggregations that cover only one host and "
+< "maybe its parents (such as Check_MK cluster hosts), then please enable this "
+< "optimization. It reduces the time for the computation. Do not enable "
+< "this for aggregations that contain data of more than one host!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:213
+< msgid ""
+< "If you leave user name and password empty, the special agent tries to "
+< "authenticate against the EMC VNX device by Security Files. These need to be "
+< "created manually before using. Therefor run as instance user (if using OMD) "
+< "or Nagios user (if not using OMD) a command like naviseccli -"
+< "AddUserSecurity -scope 0 -password PASSWORD -user USER This creates "
+< "SecuredCLISecurityFile.xml and SecuredCLIXMLEncrypted.key "
+< "in the home directory of the user and these files are used then."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7238
+< msgid ""
+< "If you need help during configuration or experience problems, please refer "
+< "to the Multisite LDAP Documentation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4916
+< msgid ""
+< "If you need the number or the name depends on the check. Just take a look to "
+< "the service description. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6912
+< #, python-format
+< msgid ""
+< "If you proceed now, all hosts, folders, rules and other configurations done "
+< "with WATO will be deleted! Please consider making a snapshot before you do "
+< "this. Snapshots will not be deleted. Also the password of the currently "
+< "logged in user (%s) will be kept.
Do you really want to delete all or "
+< "your configuration data?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1880
+< msgid ""
+< "If you select a contact group here, then all notifications of hosts and "
+< "services in that contact group will be sent to the event console. Note"
+< "b>: you still need to create a rule matching those messages in order to have "
+< "events created. Note (2): If you are using the Check_MK Micro Core "
+< "then this setting is deprecated. Please use the notification plugin "
+< "Forward Notification to Event Console instead."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:289
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:445
+< msgid ""
+< "If you set a limit here then there will never be fetched and rendered more "
+< "data rows than you specify here. This can save you against reports will a "
+< "thousend pages in cases of an invalid filter specification or the like."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:517
+< msgid ""
+< "If you set a livetime of an event, then it will automatically be deleted "
+< "after that time if, even if no action has taken by the user. You can decide "
+< "whether to expire open, acknowledged or both types of events. The lifetime "
+< "always starts when the event is entering the open state."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:201
+< msgid ""
+< "If you set this parameter then the notifications will be sent via syslog/UDP "
+< "(port 514) to a remote Event Console or syslog server."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1199
+< msgid ""
+< "If you set this to Nagios command pipe, then Check_MK will write its "
+< "check results into the Nagios command pipe. This is the classical way. "
+< "Choosing Create check files skips one phase in the Nagios core and "
+< "directly creates Nagios check files. This reduces the overhead but might not "
+< "be compatible with other monitoring cores."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1762
+< msgid ""
+< "If you specify a check period for a host then active checks of that host "
+< "will only take place within that period. In the rest of the time the state "
+< "of the host will stay at its last status."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:388
+< msgid ""
+< "If you specify a hostname here, then a dynamic DNS lookup will be done "
+< "instead of using the IP address of the host as configured in your host "
+< "properties."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1683
+< msgid ""
+< "If you specify a notification period for a Check_MK service then results "
+< "will be processed only within this period."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1916
+< msgid ""
+< "If you specify a notification period for a host then notifications about "
+< "problems of that host (not of its services!) will only be sent if those "
+< "problems occur within the notification period. Also you can filter out "
+< "problems in the problems views for objects not being in their notification "
+< "period (you can think of the notification period as the 'service time'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1673
+< msgid ""
+< "If you specify a notification period for a service then active checks of "
+< "that service will only be done in that period. Please note, that the checks "
+< "driven by Check_MK are passive checks and are not affected by this rule. You "
+< "can use the rule for the active Check_MK check, however."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1928
+< msgid ""
+< "If you specify a notification period for a service then notifications about "
+< "that service will only be sent if those problems occur within the "
+< "notification period. Also you can filter out problems in the problems views "
+< "for objects not being in their notification period (you can think of the "
+< "notification period as the 'service time'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:82
+< msgid ""
+< "If you specify an URL prefix here, then several parts of the email body are "
+< "armed with hyperlinks to your Check_MK GUI, so that the recipient of the "
+< "email can directly visit the host or service in question in Check_MK. "
+< "Specify an absolute URL including the .../check_mk/"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:232
+< msgid ""
+< "If you think this is an error, please ask your administrator to check the "
+< "permissions configuration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8287
+< msgid ""
+< "If you uncheck this option then users are not allowed to deactive "
+< "notifications that are created by this rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1466
+< msgid ""
+< "If you use this option, then traceroute is not being called "
+< "with the option -n. That means that all IP addresses are tried to "
+< "be converted into names. This usually adds additional execution time. Also "
+< "DNS resolution might fail for some addresses."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2279
+< msgid ""
+< "If you use this parameter then the check goes warning if the interface is "
+< "not operating at the expected speed (e.g. it is working with 100MBit/s "
+< "instead of 1GBit/s.Note: some interfaces do not provide speed "
+< "information. In such cases this setting is used as the assumed speed when it "
+< "comes to traffic monitoring (see below)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12119
+< msgid ""
+< "If you want the user to be able to login then specify a password here. Users "
+< "without a login make sense if they are monitoring contacts that are just "
+< "used for notifications. The repetition of the password is optional.
For "
+< "accounts used by automation processes (such as fetching data from views for "
+< "further procession), set the method to secret. The secret will be "
+< "stored in a local file. Processes with read access to that file will be able "
+< "to use Multisite as a webservice without any further configuration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2485
+< msgid ""
+< "If you want to make sure all of your Check_MK agents are running one "
+< "specific version, you may set it by this rule. Agents running some "
+< "different version return a none ok state then"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:178
+< msgid ""
+< "If you want to run your own custom agent plugins on Windows, simply put them "
+< "into the subdirectory plugins of your agent's installation "
+< "directory. Local checks work just the same, but are installed in "
+< "local. Plugins that are deployed with the agent bakery are "
+< "installed by the MSI installer into the same directory. This ruleset limits "
+< "the file extensions that the agent will run. This for example avoids "
+< "starting a Notepad when a file with the extention .txt is found. "
+< "Note: If you remove some of the default extensions, not all of the "
+< "shipped agent plugins will continue to work!
Specify the extensions "
+< "in lower case and without a leading dot."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1207
+< msgid ""
+< "If you want, you can specify a name that will be used in the define "
+< "command section for these checks. This allows you to a assign a custom "
+< "PNP template for the performance data of the checks. If you omit this, then "
+< "check-mk-custom will be used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:48
+< msgid ""
+< "If you work with rule based notifications then you should configure an email "
+< "address here. In case of a hole in your notification rules a notification "
+< "will be sent to this address. This makes sure that in any case someone"
+< "i> gets notified."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1985
+< msgid "Ignore Acknowledged Events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10524
+< msgid "Ignore SSL certificate errors"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:497
+< msgid "Ignore core restarts shorter than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:140
+< msgid "Ignore hard query limit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:467
+< msgid "Ignore intervals shorter or equal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:407
+< msgid "Ignore notification period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:230
+< msgid "Ignore scheduled downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:135
+< msgid "Ignore soft query limit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2305
+< msgid "Ignore the operational state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3515
+< msgid "Ignore the state of the Job"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2489
+< msgid "Ignore the version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2885
+< msgid "Ignored autostart services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:351
+< msgid "Immediately scheduled checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7519
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7526
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1422
+< msgid "Immediately toggle this setting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3666
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9595
+< msgid "Import"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9236
+< msgid "Import iCalendar"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9517
+< msgid "Import iCalendar File"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9510
+< msgid "Import iCalendar File to create a Timeperiod"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:570
+< msgid "Import state from Nagios core"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3640
+< #, python-format
+< msgid ""
+< "Imported %d hosts, but skipped %d hosts. Hosts might be skipped when they "
+< "already exist or contain illegal chars."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3643
+< #, python-format
+< msgid "Imported %d hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4266
+< msgid "Impose levels on number of processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4039
+< msgid "Impose limits on the size of the database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:118
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:149
+< msgid "In Downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1543
+< #, python-format
+< msgid ""
+< "In Multisite setups if you want event status checks for "
+< "hosts that live on a remote site you need to activate remote access to the "
+< "event status socket via TCP. This allows to query the current event status "
+< "via TCP. If you do not restrict this to queries also event actions are "
+< "possible from remote. This feature is not used by the event status checks "
+< "nor by Multisite so we propose not allowing commands via TCP."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2030
+< msgid ""
+< "In a distributed setup where the Event Console is not running in the same "
+< "site as the host is monitored you need to access the remote Event Console "
+< "via TCP. Please make sure that this is activated in the global settings of "
+< "the event console. The default port number is 6558."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:150
+< msgid "In case of an error"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:134
+< msgid ""
+< "In case of an illegal exception the Micro Core can dump core. This helps "
+< "post-mortem debugging but can create a file with several MB in size."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:869
+< msgid "In case of an overflow..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:38
+< msgid ""
+< "In case the name of the host is not resolvable via /etc/hosts or "
+< "DNS by your monitoring server, you can specify an explicit IP address or a "
+< "resolvable DNS name of the host here.
Notes:
1. If you leave "
+< "this attribute empty, hostname resolution will be done when you activate the "
+< "configuration. Check_MKs builtin DNS cache is activated per default in the "
+< "global configuration to speed up the activation process. The cache is "
+< "normally updated daily with a cron job. You can manually update the cache "
+< "with the command cmk -v --update-dns-cache.
2. If you enter a "
+< "DNS name here, the DNS resolution will be carried out each time the host is "
+< "checked. Check_MKs DNS cache will NOT be queried. Use this only for hosts "
+< "with dynamic IP addresses."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:640
+< msgid "In notification period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:471
+< msgid ""
+< "In order to avoid large timeouts in case of oversized history logfiles the "
+< "core limits the number of lines read from history logfiles. The limit is on "
+< "a per-file-base and can be configred here. Exceeding lines are simply "
+< "ignored and an error is logged in the the CMC daemon logfile."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:437
+< msgid ""
+< "In order to keep the core simple, Check_MK pre-computes all transitions for "
+< "all timeperiods in advance. Since that cannot be done until infinity you "
+< "need to specify the number of days for the precomputation. After that time "
+< "all periods remain in their last state. Make sure that you Activate "
+< "Changes before that time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1088
+< msgid ""
+< "In order to make Check_MK more consistent, the descriptions of several "
+< "services have been renamed in newer Check_MK versions. One example is the "
+< "filesystem services that have been renamed from fs_ into "
+< "Filesystem. But since renaming of existing services has many "
+< "implications - including existing rules, performance data and availability "
+< "history - these renamings are disabled per default for existing "
+< "installations. Here you can switch to the new descriptions for selected "
+< "check types"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:455
+< msgid ""
+< "In order to speed up queries for historic data, the core keeps an in-memory "
+< "cache of log file message. This number can be configured here. A larger "
+< "number needs more RAM. Note: even if you set this to 0 there might be some "
+< "cases where messages need to be cached anyway."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:692
+< msgid "In relation to normal check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15439
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15482
+< msgid "In relation to standard deviation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:419
+< msgid ""
+< "In the history file all events like notifications and alerts are saved. This "
+< "file is being renamed and restarted on a regular basis, which can be "
+< "configured here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:83
+< msgid ""
+< "In this directory will be installed check_mk_agent, waitmax"
+< "tt> and possibly other binaries that are needed by the agent."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1657
+< msgid ""
+< "In this interval the event daemon will save its state to disk, so that you "
+< "won't loose your current event state in case of a crash."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:515
+< msgid "In-memory cache for availability data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:658
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1174
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6150
+< msgid "Include Pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3877
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4293
+< msgid "Include all subfolders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:391
+< msgid "Include both service and non-service times"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:264
+< msgid "Include unmonitored time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:321
+< msgid ""
+< "Incoming messages might trigger actions (when configured above), afterwards "
+< "only an entry in the event history will be left. There will be no \"open "
+< "event\" to be handled by the administrators."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:819
+< #, python-format
+< msgid "Incomplete implementation of filter %s '%s': missing display()"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3667
+< msgid "Indexes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:235
+< msgid ""
+< "Individual patterns matching the text (which must have been matched by the "
+< "generic \"text to match pattern\" before) which set the state of the "
+< "generated event depending on the match.
First the CRITICAL pattern is "
+< "tested, then WARNING and OK at last. When none of the patterns matches, the "
+< "events state is set to UNKNOWN."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:35
+< msgid "Individual program call instead of agent access"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13670
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13735
+< msgid "Ineffective rules"
+< msgstr "Reguli neaplicate"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:549
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1822
+< msgid "Info"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:949
+< msgid ""
+< "Information about events and actions on events during the recent 24 hours."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:217
+< msgid "Information about size, age and count of files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:64
+< msgid "Information to be displayed in the email body"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:84
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+< msgid "Informational"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6196
+< msgid "Inherited from "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:342
+< msgid "Initial Scheduling"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:178
+< msgid "Initial expansion of aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:392
+< msgid "Initialized GIT for Check_MK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:367
+< msgid "Innovaphone Gateways"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2518
+< msgid "Innovaphone Memory Usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:335
+< msgid "Input Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:337
+< msgid ""
+< "Input parameters, if required by the database procedure. If several "
+< "parameters are required, use commas to separate them."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14330
+< msgid "Insert a copy of this rule in current folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:106
+< msgid "Insert the text to be sent to all reciepents."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14173
+< #, python-format
+< msgid "Inserted new rule in ruleset %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4200
+< msgid "Inserts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:445
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:460
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:640
+< msgid "Install Date"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:77
+< msgid "Installation paths for agent files (Linux, UNIX)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:213
+< msgid "Installed, stopped and running services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5944
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5972
+< msgid "Instance name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:787
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1160
+< msgid "Instances to monitor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:118
+< msgid "Instant Reports - PDF Export"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6017
+< msgid ""
+< "Instead of using the regular logwatch check all lines received by logwatch "
+< "can be forwarded to a Check_MK event console daemon to be processed. The "
+< "target event console can be configured for each host in a separate rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:36
+< msgid "Interactive search field for direct access to hosts and services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:69
+< msgid ""
+< "Interactively change the automatic browser reload of a view being displayed "
+< "(does not edit or customize the view)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:64
+< msgid ""
+< "Interactively change the number of columns being displayed by a view (does "
+< "not edit or customize the view)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6487
+< msgid "Interface"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4465
+< msgid "Interface port type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2851
+< msgid "Intermittent heartbeat"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1800
+< msgid "Internal Command for Hosts Check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12489
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13177
+< msgid "Internal ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11283
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11354
+< #, python-format
+< msgid "Internal automation error: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11281
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11352
+< #, python-format
+< msgid ""
+< "Internal automation error: %s\n"
+< "%s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1206
+< msgid "Internal command name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1877
+< msgid "Internal directory name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:315
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:317
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:319
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:322
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:325
+< msgid "Internal error"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9739
+< msgid "Internal name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:362
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:421
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:611
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1011
+< msgid "Interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:537
+< msgid "Interval for checking Plesk backups:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:75
+< msgid "Interval for checking for ripe bulk notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:519
+< msgid "Interval for checking for updates:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:582
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:602
+< msgid "Interval for collecting data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:501
+< msgid "Interval for collecting data:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:336
+< msgid "Interval of sidebar popup notification updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:316
+< msgid "Interval of sidebar status updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1430
+< msgid "Interval to monitor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1972
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1992
+< msgid "Interval:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1627
+< msgid ""
+< "Intervals for checking, retries, clustering, configuration for inventory and "
+< "similar"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:558
+< msgid "Invalid IP address syntax"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/weblib.py:123
+< msgid "Invalid action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:656
+< #, python-format
+< msgid "Invalid argument name %s. Must begin with 'a' or end with 's'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17248
+< msgid ""
+< "Invalid attribute name. Only the characters a-z, A-Z, 0-9, _ and - are "
+< "allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11247
+< #, python-format
+< msgid "Invalid automation command: %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:143
+< #, python-format
+< msgid "Invalid automation secret for user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11215
+< msgid "Invalid automation secret."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:564
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:621
+< msgid "Invalid bookmark id."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11271
+< msgid "Invalid call: The profile is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11317
+< msgid "Invalid call: The snapshot is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3275
+< #, python-format
+< msgid "Invalid check parameter: %s!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:44
+< msgid "Invalid configuration hash"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:119
+< msgid "Invalid credentials"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:224
+< msgid "Invalid credentials."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:861
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1048
+< msgid "Invalid dashlet id"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:641
+< msgid "Invalid dashlet ident provided."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2971
+< msgid "Invalid datatype of timestamp: must be int or float."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6770
+< msgid "Invalid download file specified."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6852
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6874
+< msgid "Invalid file specified."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6811
+< msgid "Invalid filename"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1816
+< #, python-format
+< msgid "Invalid fixel element type '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1912
+< msgid ""
+< "Invalid folder name. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8012
+< msgid ""
+< "Invalid group name. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2180
+< msgid ""
+< "Invalid host name: must contain only characters, digits, dash, underscore "
+< "and dot."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:49
+< msgid "Invalid hostname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/inventory.py:65
+< msgid "Invalid inventory path. Must start with dot."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:234
+< msgid "Invalid login credentials."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:161
+< msgid "Invalid notitification method selected."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:530
+< msgid "Invalid number of bits. Must be in range 1 ... 32"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:553
+< #, python-format
+< msgid "Invalid octet %d (must be in range 1 ... 255)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:56
+< msgid "Invalid or no package type specified"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:2387
+< #, python-format
+< msgid "Invalid path %s in inventory tree"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1114
+< msgid "Invalid regular expression"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:398
+< #, python-format
+< msgid "Invalid regular expression '%s': %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:226
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:473
+< #, python-format
+< msgid "Invalid regular expression: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1869
+< #, python-format
+< msgid "Invalid report element type '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12451
+< msgid ""
+< "Invalid role ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14473
+< #, python-format
+< msgid "Invalid rule %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6473
+< #, python-format
+< msgid "Invalid snapshot (contains invalid tarfile %s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6464
+< msgid "Invalid snapshot (incorrect file extension)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6479
+< #, python-format
+< msgid "Invalid snapshot (missing file: %s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6454
+< msgid "Invalid snapshot (too small)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6605
+< msgid "Invalid snapshot requested"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:516
+< msgid "Invalid syntax in FOREACH_..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12979
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13024
+< msgid "Invalid tag ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13055
+< msgid ""
+< "Invalid tag group ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3038
+< msgid "Invalid test."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2010
+< #, python-format
+< msgid "Invalid time format '%s', please use 24:00 format."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9721
+< msgid ""
+< "Invalid timeperiod name. Only the characters a-z, A-Z, 0-9, _ and - are "
+< "allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12462
+< msgid "Invalid valid for based on. Must be id of builtin rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1239
+< #, python-format
+< msgid "Invalid value %s, must be in %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:275
+< msgid "Invalid value for ack parameter."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:151
+< #, python-format
+< msgid "Invalid value, must be '%r' but is '%r'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1494
+< msgid "Inventorize empty windows dhcp pools"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3729
+< #, python-format
+< msgid "Inventorized %s
\n"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2564
+< msgid "Inventorized check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3732
+< #, python-format
+< msgid "Inventorized host: %d added, %d removed, %d kept, %d total services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:88
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:101
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:386
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:476
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:478
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:515
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:622
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:660
+< msgid "Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:44
+< msgid "Inventory - automatic service detection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:88
+< msgid "Inventory Tree"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2068
+< msgid "Inventory and Check_MK settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4432
+< msgid "Inventory mode for Disk IO check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1477
+< msgid "Inventory mode for disk IO checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:477
+< msgid "Inventory of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:648
+< msgid "Inventory: Software Packages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:159
+< #, python-format
+< msgid "Is needed for seeing %s that other users have created."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:456
+< msgid "Is summary host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8673
+< msgid ""
+< "It does not make sense to add a bulk configuration for cancelling rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10519
+< msgid ""
+< "It is a good idea to disable access to WATO completely on the slave site. "
+< "Otherwise a user who does not now about the replication could make local "
+< "changes that are overridden at the next configuration activation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1104
+< msgid "It is not allowed to change the ID of an existing rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:127
+< msgid ""
+< "It is possible to automatically delete messages when the configured time is "
+< "reached. This makes it possible to inform users about a scheduled event but "
+< "suppress the notification after the event has happened."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1060
+< msgid ""
+< "It is possible to create maps representing the WATO folder hierarchy within "
+< "NagVis by naming the maps like the folders are named internally. To make the "
+< "restriction of access to the maps as comfortable as possible, the "
+< "permissions configured within WATO can be exported to NagVis."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:913
+< msgid ""
+< "It is possible to fetch several attributes of users, like Email or full "
+< "names, from the LDAP directory. This is done by plugins which can "
+< "individually enabled or disabled. When enabling a plugin, it is used upon "
+< "the next synchonisation of user accounts for gathering their attributes. The "
+< "user options which get imported into Check_MK from LDAP will be locked in "
+< "WATO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17315
+< msgid "It is possible to let users edit their custom attributes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:58
+< msgid ""
+< "It is possible to profile the rendering process of Multisite pages. This Is "
+< "done using the Python module cProfile. When enabled two files are placed "
+< "into the Multisite var directory named multisite.profile
and "
+< "multisite.profile.py
. By executing the later file you can get "
+< "runtime statistics about the last processed page."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7890
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9248
+< msgid "It is still in use by"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2116
+< msgid ""
+< "It's possible to have clusters that share nodes. You could say that such "
+< "clusters "overlap". In such a case using the ruleset Clustered "
+< "services is not sufficient since it would not be clear to which of the "
+< "several possible clusters a service found on such a shared node should be "
+< "assigned to. With this ruleset you can assign services and explicitely "
+< "specify which cluster assign them to."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2619
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3247
+< msgid "Item"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1961
+< msgid "Item (Used in service description)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:699
+< msgid "JMX monitoring of Java JVMs using Jolokia"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:111
+< msgid "JSON data export"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:118
+< msgid "JSON data output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:130
+< msgid "JSONP data output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5780
+< msgid "JVM Execute Queue Count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6860
+< msgid "JVM garbage collection levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5812
+< msgid "JVM memory levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5741
+< msgid "JVM request count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5702
+< msgid "JVM session count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5640
+< msgid "JVM threads"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6904
+< msgid "JVM tomcat threadpool levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5668
+< msgid "JVM uptime (since last reboot)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+< msgid "January"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3512
+< msgid "Job State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3766
+< msgid "Job name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3725
+< msgid "Jobname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:497
+< msgid "Joined column"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+< msgid "July"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1569
+< msgid "Jump one phase back"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1571
+< msgid "Jump one phase forth"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+< msgid "June"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2588
+< msgid "Juniper Memory Usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1304
+< msgid "Just rely on existing check files, detect new items only"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13470
+< msgid "Just remove the affected tags from the rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:379
+< msgid "Just show the availability (i.e. OK/UP)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:478
+< msgid "Kasperksy Anti-Virus (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:515
+< msgid ""
+< "Keep in mind that all configuration parameters in this rule are only applied "
+< "during the hosts inventory. Any changes later on require a host re-inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2700
+< #, python-format
+< msgid ""
+< "Keep in mind that if you have 1GB RAM and 1GB SWAP you need to specify 120% "
+< "or 1200MB to get an alert if there is only 20% free RAM available. The free "
+< "memory levels do not work with the fortigate check, because it does not "
+< "provide total memory data."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:446
+< msgid "Kernel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:447
+< msgid "Kernel Architecture"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:446
+< msgid "Kernel Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1791
+< msgid "LAST_ACK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1152
+< msgid "LDAP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1151
+< msgid "LDAP (Active Directory, OpenLDAP)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:912
+< msgid "LDAP Attribute Sync Plugins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:928
+< msgid "LDAP Cache Livetime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7160
+< msgid "LDAP Configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:660
+< msgid "LDAP Connection Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1056
+< #, python-format
+< msgid "LDAP Connector: Created user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1075
+< #, python-format
+< msgid "LDAP Connector: Modified user %s (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1023
+< #, python-format
+< msgid "LDAP Connector: Removed user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:863
+< msgid "LDAP Group Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:665
+< msgid "LDAP Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11653
+< msgid "LDAP Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:777
+< msgid "LDAP User Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:713
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:911
+< msgid "LDAP Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:805
+< msgid "LDAP attribute to be used as indicator"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:867
+< msgid "LDAP attribute to search, The default is (objectclass=*)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:723
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:741
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:827
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:852
+< msgid "LDAP attribute to sync"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:858
+< msgid "LDAP base, e.g. ou=Development, o=Mathias Kettner GmbH, c=de"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:948
+< msgid "LDAP connection diagnostics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:208
+< #, python-format
+< msgid ""
+< "LDAP connection failed:\n"
+< "%s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:755
+< msgid ""
+< "LDAP searches can be performed in paginated mode, for example to improve the "
+< "performance. This enables pagination and configures the size of the pages."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:207
+< msgid "Labelling Options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15658
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:784
+< msgid "Language"
+< msgstr "Limba"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:364
+< msgid "Last"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:127
+< msgid "Last Entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:951
+< msgid "Last Error"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1016
+< msgid "Last Known Plugin Output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1265
+< #, python-format
+< msgid "Last LDAP sync failed! %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:548
+< msgid "Last OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:948
+< msgid "Last Run"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:663
+< msgid "Last host check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:662
+< msgid "Last host state change"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2125
+< msgid "Last month"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:189
+< msgid "Last occurrance of event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4801
+< msgid "Last result"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:660
+< msgid "Last service check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:659
+< msgid "Last service state change"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1290
+< #, python-format
+< msgid "Last successful sync %d seconds ago."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2122
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2194
+< msgid "Last week"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2128
+< msgid "Last year"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:578
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:978
+< msgid "Latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:428
+< msgid "Leave this empty or at 0 for no automatic reload."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:501
+< msgid "Left"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8683
+< msgid ""
+< "Legacy ASCII Emails do not support bulking. You can either disable "
+< "notification bulking or choose another notification plugin which allows "
+< "bulking."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2372
+< msgid "Legacy SNMP devices using SNMP v2c"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3222
+< msgid "Legacy services (defined in main.mk)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:40
+< msgid "Legal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1995
+< msgid "Less Verbose Output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11544
+< msgid "Let through notifications counting from this number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8421
+< msgid ""
+< "Let through notifications counting from this number. For normal alerts The "
+< "first notification has the number 1. For custom notifications the number is "
+< "0."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8430
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11551
+< msgid "Let through notifications counting upto this number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:39
+< msgid "Letter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:126
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:385
+< msgid "Level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:61
+< msgid "Level (0...9)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:562
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3152
+< msgid "Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:30
+< msgid ""
+< "Levels and other parameters for checks found by the Check_MK service "
+< "discovery.\n"
+< "Use these rules in order to define parameters like filesystem levels, levels "
+< "for CPU load and other things for services that have been found by the "
+< "automatic service discovery of Check_MK."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2013
+< #, python-format
+< msgid "Levels for %s %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5493
+< msgid "Levels for ATS Output parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6343
+< msgid "Levels for Airflow Deviation measured at airflow sensors "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5231
+< msgid "Levels for Gude PDU Devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2093
+< msgid "Levels for Inodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6358
+< msgid "Levels for Number of Licenses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6531
+< msgid "Levels for Stratum "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5536
+< msgid "Levels for airflow"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5568
+< msgid "Levels for battery parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3477
+< msgid "Levels for checkpoint time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2267
+< msgid "Levels for error rates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2066
+< msgid "Levels for filesystem"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2074
+< msgid "Levels for filesystem free space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2699
+< msgid "Levels for free memory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2649
+< msgid "Levels for memory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4106
+< msgid "Levels for minimum wait time for a lock"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2969
+< msgid "Levels for printer cartridges."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:432
+< msgid "Levels for process count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3453
+< msgid "Levels for remaining undo retention"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1517
+< msgid "Levels for signal/noise ratio"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3263
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3285
+< msgid "Levels for the Tablespace size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:728
+< msgid "Levels for the consumer count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5010
+< msgid "Levels for the electrical power consumption of a device "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4993
+< msgid ""
+< "Levels for the electrical power consumption of a device like a UPS or a PDU. "
+< "Several phases may be addressed independently."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4976
+< msgid ""
+< "Levels for the nominal frequencies of AC devices like UPSs or PDUs. Several "
+< "phases may be addressed independently."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6846
+< msgid "Levels for the number of active plugs in a devices."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3847
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4066
+< msgid "Levels for the number of sessions that are currently active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4838
+< msgid "Levels for the number of sessions that are currently inactive"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2150
+< msgid "Levels for the percentual growth per time range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:719
+< msgid "Levels for the queue length"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1136
+< msgid "Levels for used disk space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2662
+< msgid "Levels for used memory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3353
+< msgid "Levels for used processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3398
+< msgid "Levels for used space (reclaimable is considered as free)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4130
+< msgid "Levels of active sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5454
+< msgid "Levels of battery parameters after calibration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5409
+< msgid "Levels of battery parameters during normal operation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4519
+< msgid "Levels of folders to create"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:460
+< msgid "Levels on CPU utilization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4351
+< msgid "Levels on disk IO (throughput)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5351
+< msgid "Levels on the time left until limit is reached"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2157
+< msgid "Levels on the time left until the filesystem gets full"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2143
+< msgid "Levels on trends in MB per time range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5342
+< msgid "Levels on trends in degrees Celsius per time range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:92
+< msgid "License Usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:292
+< msgid "Licensing Status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:625
+< msgid "Limit Path Levels for Service Names"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:742
+< msgid "Limit SNMP OID Ranges for Bulkwalks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:516
+< msgid "Limit event livetime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15450
+< msgid "Limit for upper bound dynamic levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:177
+< msgid "Limit script types to execute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:513
+< msgid ""
+< "Limit the execution time of the query, in order to avoid a hanging system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:288
+< msgid "Limit the number of rows"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:444
+< msgid "Limit the number of rows in View tables"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:177
+< msgid "Limit the number of rows shown in tables"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11602
+< msgid "Limit to the following hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11611
+< msgid "Limit to the following services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5215
+< msgid "Limits for the number of used states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:513
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1851
+< msgid "Line"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5264
+< msgid "Line Mean Apparent Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:105
+< msgid "Line number in history logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:512
+< msgid "Line number in log file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:475
+< msgid "Line spacing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:477
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:510
+< msgid "Link"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:956
+< msgid "Link of Title"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1384
+< msgid "Link view showing all hosts of one site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:314
+< msgid "Linkable view showing all comments of a specific host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:340
+< msgid "Linkable view showing all comments of a specific service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5297
+< msgid "Linkinfo"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:992
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:88
+< msgid "Links"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:182
+< msgid "Links to all dashboards"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:126
+< msgid "Links to global views and dashboards"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1223
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1224
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1225
+< msgid "Linux"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:107
+< msgid "Linux Agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4595
+< msgid "Linux Multipath Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:225
+< msgid ""
+< "List all allowed expected answers here. If query for an IP address then the "
+< "answer will be host names, that end with a dot."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2773
+< msgid ""
+< "List of all aggregations, containing the name of aggregations and state "
+< "information"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/nagvis_maps.py:41
+< msgid ""
+< "List of available NagVis maps. This only works with NagVis 1.5 and above. At "
+< "the moment it is neccessarry to authenticate with NagVis first by opening a "
+< "NagVis map in the browser. After this the maplist should be filled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6114
+< msgid "List of expected logfiles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16936
+< msgid ""
+< "List of groups in which to show this aggregation. Usually each aggregation "
+< "is only in one group. Group names are arbitrary texts. At least one group is "
+< "mandatory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2350
+< msgid "Lists all aggregations which only rely on information of one host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:498
+< msgid "Lists all downtimes for services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:472
+< msgid "Lists all host downtimes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1072
+< msgid "Lists all services in state PENDING."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:767
+< msgid ""
+< "Lists members of a host group with the number of services in the different "
+< "states."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:659
+< msgid "Live monitor of the overall performance of all monitoring servers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:66
+< msgid ""
+< "Live monitor of the performance statistics of the Check_MK Micro Core. Note: "
+< "this snapin only works if all of your sites are running the Check_MK "
+< "Cores"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4784
+< msgid "Livestatus"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1249
+< msgid "Livestatus error"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:298
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:300
+< msgid "Livestatus problem"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:301
+< #, python-format
+< msgid "Livestatus problem: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10424
+< msgid "Livestatus settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:288
+< msgid "Livestatus-data not found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5116
+< msgid "Load"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6417
+< msgid "Load of Citrix Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:424
+< msgid "Local"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:70
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:105
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:117
+< msgid "Local Authentication Data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:549
+< msgid "Local DNS resolving (Linux, Unix)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1917
+< msgid "Local IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1918
+< msgid "Local port number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:70
+< msgid "Local processing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3780
+< msgid "Lock Requests / sec"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3790
+< msgid "Lock Timeouts / sec"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3810
+< msgid "Lock Waits / sec"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:965
+< msgid "Lock user accounts after N logon failures"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11764
+< msgid "Locked"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1058
+< msgid "Locks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:64
+< msgid "Log Entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1703
+< msgid "Log all messages into syslog-like logfiles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1725
+< msgid "Log hits for rules in log of mkeventd"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:72
+< msgid "Log level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:95
+< msgid "Log level for Livestatus"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:198
+< msgid "Log out"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1638
+< msgid "Log replication events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1724
+< msgid "Log rule hits"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1778
+< msgid "Log: command/plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1835
+< msgid "Log: comment"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1714
+< msgid "Log: complete message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1772
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:740
+< msgid "Log: contact name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1857
+< msgid "Log: day of entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1842
+< msgid "Log: entry time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1766
+< msgid "Log: event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1814
+< msgid "Log: event icon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1821
+< msgid "Log: informational part of message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1850
+< msgid "Log: line number in log file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:739
+< msgid "Log: message type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1754
+< msgid "Log: number of check attempt"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1747
+< msgid "Log: output of check plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:738
+< msgid "Log: plugin output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1872
+< msgid "Log: state of host/service at log time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1760
+< msgid "Log: type of state (hard/soft/stopped/started)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:689
+< msgid "Logentry class"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:126
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16141
+< msgid "Logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6131
+< msgid "Logfile Grouping Patterns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16098
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18665
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:68
+< msgid "Logfile Pattern Analyzer"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16166
+< msgid "Logfile Patterns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16102
+< #, python-format
+< msgid "Logfile Patterns of Host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16104
+< #, python-format
+< msgid "Logfile Patterns of Logfile %s on Host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16100
+< #, python-format
+< msgid "Logfile Patterns of Logfile %s on all Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:396
+< msgid "Logfile for BI compilation diagnostics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2383
+< msgid "Logfile information of logwatch plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5956
+< msgid "Logfile name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:85
+< msgid "Logfile pattern rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:103
+< #, python-format
+< msgid "Logfiles of Host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:170
+< #, python-format
+< msgid "Logfiles of Host %s: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9921
+< #, python-format
+< msgid "Logged out of remote site '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9922
+< msgid "Logged out."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:144
+< msgid "Logging of RRD creation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:170
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:280
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9981
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10063
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10070
+< msgid "Login"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1143
+< msgid "Login Defauts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9962
+< msgid "Login credentials"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12134
+< msgid "Login disabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1156
+< msgid "Login for ASM"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1153
+< msgid "Login for selected databases"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9958
+< #, python-format
+< msgid "Login into site '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:671
+< msgid "Login mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12134
+< msgid "Login possible"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1100
+< msgid "Login with the following credentials"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:205
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:129
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10067
+< msgid "Logout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1048
+< msgid "Logswitches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:148
+< msgid "Logwatch Data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6014
+< msgid "Logwatch Event Console Forwarding"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:59
+< msgid "Logwatch Patterns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1047
+< msgid "Long active sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:155
+< msgid "Long output of check plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:361
+< msgid "Long output of check plugin (multiline)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1173
+< msgid "Longest"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1670
+< msgid "Loop duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:46
+< msgid "Loose - Contacts for hosts see all services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:56
+< msgid "Loose - Sufficient to be contact for one member"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7072
+< msgid "Lotus Domino Mail Queues"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:514
+< msgid "Lotus Domino Task Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7012
+< msgid "Lotus Domino Tasks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7116
+< msgid "Lotus Domino Transactions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7102
+< msgid "Lotus Domino Users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:837
+< msgid "Lower Case User-IDs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5183
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5540
+< msgid "Lower levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:353
+< msgid "Lower levels for first output item"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5182
+< msgid "Lower levels for the fan speed of a hardware device"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16395
+< msgid "Lvl"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2006
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2007
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2546
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2547
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2572
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2573
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2616
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2617
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2674
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2675
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2693
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2694
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3275
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3276
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3297
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3298
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3320
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4034
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4035
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5832
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5833
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5851
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5852
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5870
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5871
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:72
+< msgid "MB"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2145
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2146
+< msgid "MB / range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3879
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3880
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3886
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3887
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4357
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4363
+< msgid "MB/s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:827
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:828
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6716
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6717
+< msgid "MByte/s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2262
+< msgid "MD5"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:293
+< msgid "MDisks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:294
+< msgid "MDisksGrps"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:944
+< msgid "MESSAGE: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:73
+< msgid "MHz"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1661
+< msgid "MI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:120
+< msgid "MK Remote Plugin Executor (MRPE)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1955
+< msgid "MS Exchange Message Queues"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:291
+< msgid "MSSQL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3774
+< msgid "MSSQL Locks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3630
+< msgid "MSSQL Size of Tablespace"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3611
+< msgid "MSSQL Time since last Backup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14257
+< msgid "Ma."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:139
+< msgid "Macro name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2114
+< msgid "Magic factor (automatic level adaptation for large filesystems)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3312
+< msgid "Magic factor (automatic level adaptation for large tablespaces)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1557
+< msgid "Mail Receiving"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:320
+< #, python-format
+< msgid "Mail could not be delivered. Exit code of command is %r"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:288
+< msgid "Mailman mailing lists queues (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7092
+< msgid "Mails Waiting for DNS Queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7088
+< msgid "Mails in Dead Queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7090
+< msgid "Mails in Hold Queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7089
+< msgid "Mails in Waiting Queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17013
+< msgid "Main"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:209
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16107
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16307
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16414
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18129
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:46
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:48
+< msgid "Main Menu"
+< msgstr "Meniu Principal"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:32
+< msgid "Main Overview"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:458
+< msgid "Main directory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2643
+< msgid "Main memory usage (Linux / UNIX / Other Devices)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2789
+< msgid "Main memory usage of ESX host system"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2733
+< msgid "Main memory usage of devices with modules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4290
+< msgid "Major Page Faults"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:154
+< #, python-format
+< msgid "Make %s visible and usable for other users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1059
+< msgid "Make WATO folder permissions usable e.g. by NagVis"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18480
+< msgid "Make changes, perform actions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:691
+< msgid "Make check CRITICAL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:689
+< msgid "Make check OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:690
+< msgid "Make check WARNING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:164
+< #, python-format
+< msgid "Make own published %s override builtin %s for all users."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:78
+< msgid ""
+< "Make snapshots of your configuration, download, upload and restore snapshots."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14977
+< #, python-format
+< msgid "Make the outcome of the ruleset %s
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8555
+< msgid ""
+< "Make the rule match only if the event has a certain syslog facility. "
+< "Messages not having a facility are classified as user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:570
+< msgid ""
+< "Make the rule match only if the message has a certain syslog facility. "
+< "Messages not having a facility are classified as user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:989
+< msgid ""
+< "Make the user choose the password from this number of character groups. "
+< "Character groups are:
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:593
+< #, python-format
+< msgid "Make this %s available for all users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:396
+< msgid "Make view sortable by user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:751
+< #, python-format
+< msgid "Man-Page: %s not found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:127
+< msgid "Manage All Scheduled Reports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:123
+< msgid "Manage Own Scheduled Reports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1483
+< msgid "Manage event classification and correlation rules for the event console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18609
+< msgid "Manage host tags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:33
+< msgid "Manage monitored hosts and services and the hosts' folder structure."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18582
+< msgid "Manage services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:53
+< msgid "Manage users of the monitoring system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:131
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:755
+< msgid "Manual"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:837
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13877
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:46
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6172
+< msgid "Manual Checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2563
+< msgid "Manual check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3221
+< msgid "Manual services (defined in main.mk)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:232
+< msgid ""
+< "Manually let the core send a notification to a host or service in order to "
+< "test if notifications are setup correctly"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:177
+< #, python-format
+< msgid "Manually set to %s by %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:168
+< msgid "Manually submit check results for host and service checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+< msgid "March"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:676
+< msgid "Mark the current distinguished controller as preferred one"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:682
+< msgid "Mark the nodes of the resources as preferred one"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1561
+< msgid "Master Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:973
+< msgid "Master control"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16220
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:349
+< msgid "Match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8380
+< msgid "Match Contact Groups (cmc only)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:348
+< #, fuzzy
+< msgid "Match Groups"
+< msgstr " Se potriveste grupurilor: %s"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8338
+< msgid "Match Host Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8334
+< msgid "Match Host Tags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8373
+< msgid "Match Service Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:618
+< msgid "Match all nodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:387
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6283
+< msgid "Match all processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:555
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7034
+< msgid "Match all tasks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:400
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6306
+< msgid "Match all users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8562
+< msgid "Match event comment"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8538
+< msgid "Match event rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:543
+< msgid "Match host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8476
+< msgid "Match host event type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:246
+< msgid "Match interface alias (regex)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8535
+< msgid "Match only Event Console alerts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8409
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:591
+< msgid "Match only during timeperiod"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8345
+< msgid "Match only the following hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8361
+< msgid "Match only the following services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8496
+< msgid "Match service event type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8464
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11561
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:577
+< msgid "Match service level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:551
+< msgid "Match syslog application (tag)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8554
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:569
+< msgid "Match syslog facility"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8542
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:557
+< msgid "Match syslog priority"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8402
+< msgid "Match the following check types"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8395
+< msgid "Match the output of the check plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8410
+< msgid ""
+< "Match this rule only during times where the selected timeperiod from the "
+< "monitoring system is active."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:592
+< msgid ""
+< "Match this rule only during times where the selected timeperiod from the "
+< "monitoring system is active. The Timeperiod definitions are taken from the "
+< "monitoring core that is running on the same host or OMD site as the event "
+< "daemon. Please note, that this selection only offers timeperiods that are "
+< "defined with WATO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4616
+< msgid "Match type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16224
+< msgid "Matched line"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:695
+< msgid "Matching Criteria"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12337
+< msgid "Matrix"
+< msgstr "Matrice"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9049
+< msgid "Max. Age"
+< msgstr "Vechimea Maxima"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9053
+< msgid "Max. Count"
+< msgstr "Numarul maxim"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3942
+< #, fuzzy
+< msgid "Max. number of SSL connections"
+< msgstr "Numarul maxim de conexiuni"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3935
+< msgid "Max. number of connections"
+< msgstr "Numarul maxim de conexiuni"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1823
+< msgid "Max. number of pending connections to the event socket"
+< msgstr "Numarul maxim de conexiuni in asteptare catre socketul de evenimente"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1806
+< msgid "Max. number of pending connections to the status socket"
+< msgstr "Numarul maxim de conexiuni in asteptare catre socketul de evenimente"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3910
+< msgid "Max. parallel connections"
+< msgstr "Numarul maxim de conexiuni paralele"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:158
+< msgid "Max. Vers.:"
+< msgstr "Nr. Max. Versiuni"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:244
+< msgid "Max. Version:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1078
+< msgid "Maximal age"
+< msgstr "Vechimea maxima"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1223
+< msgid "Maximal age of newest file"
+< msgstr "Vechimea maxima pentru cel mai nou fisier"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1205
+< msgid "Maximal age of oldest file"
+< msgstr "Vechimea maxima pentru cel mai vechi fisier"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1295
+< msgid "Maximal file count"
+< msgstr "Numarul maxim de fisiere"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1096
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1277
+< msgid "Maximal size"
+< msgstr "Dimensiunea Maxima"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1259
+< msgid "Maximal size of largest file"
+< msgstr "Dimensiunea maxima pentru cel mai mare fisier"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1241
+< msgid "Maximal size of smallest file"
+< msgstr "Dimensiunea maxima pentru cel mai mic fisier"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:601
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:777
+< msgid "Maximum"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:414
+< msgid "Maximum Capacity"
+< msgstr "Capacitatea maxima"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5498
+< msgid "Maximum Levels for Voltage"
+< msgstr "Nivelurile maxime pentru voltaj"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5512
+< msgid "Maximum Levels for load in percent"
+< msgstr "Nivelurile maxime pentru incarcare in procente"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1962
+< msgid "Maximum Number of E-Mails in Queue"
+< msgstr "Numarul maxim de emailuri in coada"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3977
+< #, fuzzy
+< msgid "Maximum Rate of Accepted Packets"
+< msgstr "Vechimea maxima a backup-urilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3993
+< #, fuzzy
+< msgid "Maximum Rate of Dropped Packets"
+< msgstr "Vechimea maxima a backup-urilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4001
+< #, fuzzy
+< msgid "Maximum Rate of Logged Packets"
+< msgstr "Vechimea maxima a backup-urilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3985
+< #, fuzzy
+< msgid "Maximum Rate of Rejected Packets"
+< msgstr "Vechimea maxima a backup-urilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:396
+< msgid "Maximum Speed"
+< msgstr "Viteza Maxima"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6958
+< msgid "Maximum accepted age of the reported data in seconds."
+< msgstr "Vechimea maxima acceptata pentru informatiile acceptate in secunde"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6957
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:782
+< msgid "Maximum age"
+< msgstr "Vechimea maxima"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1188
+< msgid "Maximum age for piggyback files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:774
+< msgid "Maximum age of backups"
+< msgstr "Vechimea maxima a backup-urilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3737
+< msgid "Maximum age of latest timemachine backup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:997
+< #, fuzzy
+< msgid "Maximum age of passwords"
+< msgstr "Vechimea maxima a backup-urilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:980
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5683
+< msgid "Maximum allowed uptime"
+< msgstr "Timpul maxim permis pentru uptime"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8616
+< msgid "Maximum bulk size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1177
+< msgid "Maximum cache file age for clusters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9026
+< msgid "Maximum count"
+< msgstr "Numarul maxim"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4313
+< msgid "Maximum distance (TTL) to gateway"
+< msgstr "Distanta maxima pana la gateway (TTL)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:472
+< msgid "Maximum number of bytes to receive"
+< msgstr "Numarum maxim de biti pentru primire"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:454
+< msgid "Maximum number of cached log messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1724
+< msgid "Maximum number of check attempts for host"
+< msgstr "Numarul maxim de incercari de verificare pentru element"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1633
+< msgid "Maximum number of check attempts for service"
+< msgstr "Numarul maxim de incercari de verificare pentru serviciu"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1932
+< msgid "Maximum number of connections or listeners"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3959
+< #, fuzzy
+< msgid "Maximum number of firewall connections"
+< msgstr "Numarul maxim de conexiuni"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7048
+< msgid "Maximum number of matched tasks for OK state"
+< msgstr "Numarul maxim de task-uri cu statusul OK"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7052
+< msgid "Maximum number of matched tasks for WARNING state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:747
+< msgid "Maximum number of messages"
+< msgstr "Numarul maxim de mesaje"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:745
+< msgid "Maximum number of messages in Websphere Message Queues"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:470
+< msgid "Maximum number of parsed lines per log file"
+< msgstr "Numarul maxim de linii parsate per fisier de loguri"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3504
+< msgid "Maximum run duration for last execution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:784
+< msgid "Maximum size of all files on backup space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3757
+< msgid "Maximum time since last start of job execution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1676
+< msgid "Maximum uptime of Device"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+< msgid "May"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2852
+< msgid "May be due to high guest load."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7278
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7309
+< msgid ""
+< "Maybe the provided user (provided via bind credentials) has not enough "
+< "permissions or the credentials are wrong."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2349
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2446
+< msgid "Measurement unit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:897
+< msgid "Member Attribute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7947
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4020
+< msgid "Members"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4019
+< msgid "Members "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:405
+< msgid "Memory (RAM)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1355
+< msgid "Memory Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2579
+< msgid "Memory Pool Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2778
+< msgid "Memory Usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2764
+< msgid "Memory Usage of Clusters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6180
+< msgid "Memory and CPU of processes on Windows"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:211
+< msgid "Memory and Pagefile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1350
+< msgid "Memory and pagefile levels for Windows"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6188
+< msgid "Memory critical at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2739
+< msgid "Memory levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5964
+< msgid "Memory levels for DB2 memory usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1359
+< msgid "Memory usage in percent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:616
+< msgid "Memory usage of DB2 (Linux, AIX, Solaris)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6187
+< msgid "Memory warning at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:499
+< msgid "Merge even if there is an acknowledged event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:498
+< msgid "Merge if there is an open un-acknowledged event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:492
+< msgid "Merge with open event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:332
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1715
+< msgid "Message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:715
+< msgid "Message Text"
+< msgstr "Mesajul Text"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:134
+< msgid "Message count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:97
+< msgid "Message/Text of event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6024
+< msgid "Messages are handled by logwatch."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:216
+< msgid "Messages in text log files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9047
+< msgid "Method"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1496
+< msgid "Method or probing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:65
+< msgid "Micro Core Statistics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4482
+< msgid "Microsoft Exchange Queues Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:155
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:241
+< msgid "Min. Version:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1069
+< msgid "Minimal age"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1214
+< msgid "Minimal age of newest file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1196
+< msgid "Minimal age of oldest file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1286
+< msgid "Minimal file count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1087
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1268
+< msgid "Minimal size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1250
+< msgid "Minimal size of largest file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1232
+< msgid "Minimal size of smallest file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:600
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:776
+< msgid "Minimum"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1041
+< msgid "Minimum Certificate Age"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5505
+< msgid "Minimum Levels for Voltage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5519
+< msgid "Minimum Levels for load in percent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2126
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3323
+< msgid "Minimum levels if using magic factor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1923
+< msgid "Minimum number of connections or listeners"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:183
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:491
+< msgid "Minimum number of days a certificate has to be valid"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1042
+< msgid "Minimum number of days a certificate has to be valid."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:805
+< msgid ""
+< "Minimum number of days a certificate has to be valid. Port defaults to 443. "
+< "When this option is used the URL is not checked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7044
+< msgid "Minimum number of matched tasks for OK state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7040
+< msgid "Minimum number of matched tasks for WARNING state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4017
+< msgid "Minimum number of pool members"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:983
+< msgid "Minimum password length"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:972
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3567
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5675
+< msgid "Minimum required uptime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+< msgid "Minute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15400
+< msgid "Minute of the hour (0-59)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:453
+< msgid "Minutes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:506
+< msgid "Mirror margins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1941
+< msgid "Misc:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:162
+< #, python-format
+< msgid "Missing %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1841
+< #, python-format
+< msgid "Missing %s context"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:261
+< msgid "Missing authentication credentials"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:328
+< msgid "Missing needed host parameter."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11213
+< msgid "Missing secret for automation command."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:439
+< msgid "Missing site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:778
+< msgid "Missing the variable view_name in the URL."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11253
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11289
+< msgid "Missing variable siteid"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11257
+< msgid "Missing variable user_id"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:90
+< msgid "Mixed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:49
+< msgid "Mobile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:385
+< msgid "Mobile: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:835
+< msgid "Mobile: Dataset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:797
+< msgid "Mobile: List"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:762
+< msgid "Mobile: Table"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3869
+< msgid "Mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1496
+< msgid "Mode found during inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:520
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:565
+< msgid "Mode of the Check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:394
+< msgid "Model"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:239
+< msgid "Model and Revsion"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1556
+< msgid "Modem States that lead to a critical state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12404
+< msgid "Modifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17008
+< #, python-format
+< msgid "Modified BI aggregation %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17152
+< #, python-format
+< msgid "Modified BI rule %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:156
+< msgid "Modified attributes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1154
+< #, python-format
+< msgid "Modified event correlation rule %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13394
+< #, python-format
+< msgid "Modified folders: %d, modified hosts: %d, modified rulesets: %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10393
+< #, python-format
+< msgid "Modified site connection %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9729
+< #, python-format
+< msgid "Modified time period %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12042
+< #, python-format
+< msgid "Modified user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12482
+< #, python-format
+< msgid "Modified user role '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:163
+< #, python-format
+< msgid "Modify builtin %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1474
+< msgid "Modify display options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18587
+< msgid "Modify existing folders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18526
+< msgid "Modify existing hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18588
+< msgid "Modify the properties of existing folders."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18527
+< msgid ""
+< "Modify the properties of existing hosts. Please note: for the management of "
+< "services (inventory) there is a separate permission (see below)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2755
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3111
+< msgid "Module name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9675
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1750
+< msgid "Monday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1162
+< msgid "Monitor all instances found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1108
+< msgid "Monitor hosts for unchecked services (Check_MK inventory)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:716
+< msgid "Monitor multiple JMX instances on the host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1517
+< msgid "Monitor port speed of network interfaces"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1506
+< msgid "Monitor port state of network interfaces"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1886
+< msgid "Monitor specific TCP/UDP connections and listeners"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:85
+< msgid "Monitor the performance of the Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10831
+< msgid "Monitored on site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:52
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1230
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1341
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1348
+< msgid "Monitoring Agents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1626
+< msgid "Monitoring Configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:156
+< msgid "Monitoring History"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2395
+< msgid "Monitoring history entries (events and availability)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1950
+< #, fuzzy
+< msgid "Monitoring host name"
+< msgstr " pe siteul de monitorizare: "
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6104
+< msgid "Monitoring of forwarded logfiles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1868
+< msgid "Month"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1354
+< msgid "Monthly Report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2353
+< msgid ""
+< "Most SNMP hosts support SNMP version 2c. However, Check_MK defaults to "
+< "version 1, in order to support as many devices as possible. Please use this "
+< "ruleset in order to configure SNMP v2c for as many hosts as possible. That "
+< "version has two advantages: it supports 64 bit counters, which avoids "
+< "problems with wrapping counters at too much traffic. And it supports bulk "
+< "walk, which saves much CPU and network resources. Please be aware, however, "
+< "that there are some broken devices out there, that support bulk walk but "
+< "behave very bad when it is used. When you want to enable v2c while not using "
+< "bulk walk, please use the rule set snmpv2c_hosts instead."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:950
+< msgid ""
+< "Most dashlets have a hard coded default title. For example the view snapin "
+< "has even a dynamic title which defaults to the real title of the view. If "
+< "you like to use another title, set it here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5224
+< msgid "Most recent events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:959
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2183
+< msgid "Mount point"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1510
+< msgid "Move To"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18542
+< msgid "Move existing hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18543
+< msgid ""
+< "Move existing hosts to other folders. Please also add the permission "
+< "Modify existing hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:620
+< msgid "Move this element one position down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:614
+< msgid "Move this element one position up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:621
+< msgid "Move this element to the bottom"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:613
+< msgid "Move this element to the top"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:831
+< #, python-format
+< msgid "Move this entry %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1251
+< msgid "Move this folder to another place"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1259
+< msgid "Move this folder to:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8754
+< msgid "Move this notification rule one position down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8748
+< msgid "Move this notification rule one position up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8755
+< msgid "Move this notification rule to the bottom"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8747
+< msgid "Move this notification rule to the top"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14315
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:972
+< msgid "Move this rule one position down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14310
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:966
+< msgid "Move this rule one position up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:973
+< msgid "Move this rule to the bottom"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14316
+< msgid "Move this rule to the bottom of the list"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:965
+< msgid "Move this rule to the top"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14309
+< msgid "Move this rule to the top of the list"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12826
+< msgid "Move this tag group one position down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12821
+< msgid "Move this tag group one position up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1363
+< msgid "Move to Target Folders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1576
+< msgid "Move:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1646
+< #, python-format
+< msgid "Moved %d hosts from %s to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3512
+< #, python-format
+< msgid "Moved %d imported hosts to their original destination."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:890
+< #, python-format
+< msgid "Moved folder %s to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1638
+< #, python-format
+< msgid "Moved host from %s to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:728
+< msgid "Multiline string matching"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4614
+< msgid "Multipath Count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4581
+< msgid "Multipathing - health of a multipath LUN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4659
+< msgid "Multipathing on HPUX - state of paths of a LUN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1400
+< msgid "Multiple Hosts: Number of successful results"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/main.py:41
+< msgid "Multisite"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4794
+< msgid "Multisite URL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:72
+< msgid "Multisite Views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:844
+< msgid ""
+< "Multisite does not support umlauts in User-IDs at the moment. To deal with "
+< "LDAP users having umlauts in their User-IDs you have the following choices."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10509
+< msgid "Multisite-URL of remote site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15574
+< msgid "Must contain at least one subgroup (...)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:289
+< msgid "MySQL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3905
+< msgid "MySQL Connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:594
+< msgid "MySQL Databases (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3872
+< msgid "MySQL InnoDB Throughput"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3830
+< msgid "MySQL Sessions & Connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:570
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1040
+< msgid "N#"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:681
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:694
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:703
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1960
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:371
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:372
+< msgid "N/A"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1662
+< msgid "NA"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:440
+< msgid "NFS4 exports (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:945
+< msgid "NGINX webservers (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+< msgid "NODATA"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:29
+< msgid "NagVis"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7985
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/nagvis_maps.py:40
+< msgid "NagVis Maps"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:218
+< msgid "NagVis Maps, Configurations and User Files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2393
+< msgid "NagVis maps"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1205
+< msgid "Nagios command pipe"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:675
+< msgid "Naildown the DC"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:681
+< msgid "Naildown the resources"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:677
+< msgid ""
+< "Nails down the DC to the node which is the DC during inventory. The check "
+< "will report CRITICAL when another node becomes the DC during later checks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:683
+< msgid ""
+< "Nails down the resources to the node which is holding them during inventory. "
+< "The check will report CRITICAL when another holds the resource during later "
+< "checks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7943
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8040
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9280
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12395
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15900
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17280
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17392
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:560
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:853
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:956
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1337
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1521
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1451
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1520
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:441
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:453
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:634
+< msgid "Name"
+< msgstr "Nume"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:233
+< msgid "Name / Description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:753
+< msgid "Name of Channel or Queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4491
+< msgid "Name of Counter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1723
+< msgid "Name of Wifi"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:652
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1128
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1166
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4460
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6144
+< msgid "Name of group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4461
+< msgid "Name of group in service description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6289
+< msgid "Name of operating system user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4023
+< msgid "Name of pool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7059
+< msgid "Name of service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4492
+< msgid "Name of the Counter to be monitored."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4585
+< msgid "Name of the MP LUN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4562
+< msgid "Name of the OMD site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:394
+< msgid "Name of the User"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2948
+< msgid "Name of the VM/HostSystem"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2254
+< msgid "Name of the bonding interface"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4042
+< msgid "Name of the database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4857
+< msgid "Name of the device"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1385
+< msgid "Name of the form to populate and submit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:689
+< msgid "Name of the instance in the monitoring"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6395
+< msgid "Name of the license"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4573
+< msgid "Name of the mount point"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6184
+< msgid "Name of the process"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4805
+< msgid "Name of the service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7016
+< msgid "Name of the task"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:576
+< msgid "Name of the virtual host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5658
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5692
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5731
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5770
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5801
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5877
+< msgid "Name of the virtual machine"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6894
+< msgid "Name of the virtual machine and/or
garbage collection type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6942
+< msgid "Name of the virtual machine and/or
threadpool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1464
+< msgid "Name resolution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:571
+< msgid ""
+< "Needed for acknowledging and changing the comment and contact of an event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:577
+< msgid "Needed for changing a comment when updating an event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:581
+< msgid "Needed for changing a contact when updating an event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:161
+< msgid "Negate: find hosts not having this package"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:885
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:936
+< msgid "Nested group memberships are resolved"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1098
+< msgid "NetApp Filers: Used Space in Filesystems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1099
+< msgid "NetApp Filers: Used space in Filesystem Using 32-Bit Counters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1121
+< msgid "NetBIOS name of the server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1316
+< msgid "Netapp FC Port throughput"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:227
+< msgid "Network Interface and Switch Port Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:203
+< msgid "Network Topology"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:481
+< msgid "Network Topology: Default Filter Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4570
+< msgid "Network filesystem - overall status (e.g. NFS)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4449
+< msgid "Network interface groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1461
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:256
+< msgid "Network interface port states to inventorize"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1468
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:264
+< msgid "Network interface port types to inventorize"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2262
+< msgid "Network interfaces and switch ports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2433
+< msgid "Network specification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:36
+< msgid "Networking"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:77
+< msgid "Never remove files newer than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14760
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:259
+< msgid "New"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:196
+< msgid "New Action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16309
+< msgid "New Aggregation"
+< msgstr "Agregare noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17344
+< msgid "New Attribute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12698
+< msgid "New Aux tag"
+< msgstr "Eticheta Auxiliara noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:872
+< #, fuzzy
+< msgid "New Entry"
+< msgstr "Cluster nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15907
+< #, fuzzy
+< msgid "New Password"
+< msgstr "Parola"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15910
+< #, fuzzy
+< msgid "New Password Confirmation"
+< msgstr "Confirma Parola"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8833
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9084
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9088
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16311
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:838
+< msgid "New Rule"
+< msgstr "Regula Noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3387
+< msgid "New Search"
+< msgstr "Cautare noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12697
+< msgid "New Tag group"
+< msgstr "Eticheta de grup nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9235
+< msgid "New Timeperiod"
+< msgstr "Perioada de timp Noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11646
+< msgid "New User"
+< msgstr "Utilizator nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:844
+< msgid "New cluster"
+< msgstr "Cluster nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9872
+< msgid "New connection"
+< msgstr "Conexiune Noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7864
+< #, fuzzy
+< msgid "New contact group"
+< msgstr "Eticheta de grup nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:95
+< msgid "New event created"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:841
+< msgid "New folder"
+< msgstr "Folder nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:843
+< msgid "New host"
+< msgstr "Element nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7859
+< #, fuzzy
+< msgid "New host group"
+< msgstr "Grup nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2268
+< msgid "New name"
+< msgstr "Nume nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4249
+< msgid "New parents configured"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7862
+< #, fuzzy
+< msgid "New service group"
+< msgstr "Grup nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5226
+< msgid "Newer events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:953
+< #, fuzzy
+< msgid "Next Time"
+< msgstr "Perioada de timp Noua"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:541
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:956
+< msgid "Next check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:555
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:963
+< msgid "Next notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1480
+< msgid "Nginx Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:961
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1156
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1167
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:64
+< msgid "No"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18141
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1225
+< msgid "No Changes"
+< msgstr "Nici o schimbare"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15524
+< msgid "No Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:313
+< msgid ""
+< "No UTF-8 encoding found in your locale -a! Please provide C.UTF-8 encoding."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2859
+< msgid "No VMWare Tools installed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2291
+< msgid "No authentication, no privacy"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14112
+< #, python-format
+< msgid "No available rule for service %s at host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:459
+< msgid "No colon, slash or backslash is allowed in the filename."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:356
+< msgid "No commands are possible in this view"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:34
+< msgid "No configuration neccessary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12193
+< msgid "No contact groups assigned."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17379
+< msgid "No custom attributes are defined yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:41
+< msgid "No data."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:581
+< msgid "No datasource defined."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:68
+< msgid "No entries."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6025
+< msgid "No forwarding"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4248
+< msgid "No gateway found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:54
+< msgid "No graph available."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7919
+< msgid "No groups are defined yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2844
+< msgid "No heartbeat"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4372
+< #, python-format
+< msgid "No host %s configured, parents not set"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3624
+< msgid "No host has been imported."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:287
+< msgid "No hosts/services found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:895
+< msgid "No information available"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:149
+< msgid "No logging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:151
+< msgid "No logs found for this host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1942
+< msgid "No matching data row. No command sent."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3402
+< msgid "No matching hosts found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1184
+< msgid "No matching hosts/services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:183
+< msgid "No password given."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5247
+< msgid "No pending changes, monitoring server is up to date."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:525
+< msgid "No performance data: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:701
+< msgid "No persistent connection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10500
+< msgid "No replication with this site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:153
+< #, python-format
+< msgid "No report defined with the name '%s'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12160
+< msgid "No roles assigned."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1912
+< msgid "No rows selected to perform actions for."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:200
+< msgid "No title"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:179
+< msgid "No username given."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11707
+< msgid "No users are defined yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:781
+< #, python-format
+< msgid "No view defined with the name '%s'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:861
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6750
+< msgid "No-TxCredits errors"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1497
+< msgid "Node"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:601
+< msgid "Node Path Matching"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:296
+< msgid "Node Stats"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2134
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16400
+< msgid "Nodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17096
+< msgid "Nodes that are aggregated by this rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16870
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16901
+< msgid "Nodes to create:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4974
+< msgid "Nominal Frequencies"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:422
+< msgid "Non-ASCII characters are not allowed here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13874
+< msgid "Non-empty rulesets"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5858
+< msgid "Nonheap Memory Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:998
+< msgid "Normal check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1735
+< msgid "Normal check interval for host checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1645
+< msgid "Normal check interval for service checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:90
+< msgid "Normal logging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:557
+< msgid "Normal monitoring user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12088
+< msgid "Normal user login with password"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1010
+< msgid "Normal/retry check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1115
+< msgid ""
+< "Normally the filesystem checks (df, hr_fs and others) will "
+< "create a single service for each filesystem. By defining grouping patterns "
+< "you can handle groups of filesystems like one filesystem. For each group you "
+< "can define one or several patterns. The filesystems matching one of the "
+< "patterns will be monitored like one big filesystem in a single service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4450
+< msgid ""
+< "Normally the if checks create a single service for interface. By defining if-"
+< "group patterns multiple interfaces can be combined together. A single "
+< "service is created for this interface group showing the total traffic amount "
+< "of its members. You can configure if interfaces which are identified as "
+< "group interfaces should not show up as single service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:111
+< msgid ""
+< "Normally the resolution of the daemon logfile is in seconds. This option "
+< "enable micro second precision."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:54
+< msgid ""
+< "Normally this value is 1, which means that the best state of all "
+< "child nodes is being used as the total state. If you set it for example to "
+< "2, then the node with the best state is not being regarded. If the "
+< "states of the child nodes would be CRIT, WARN and OK, then to total state "
+< "would be WARN."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:32
+< msgid ""
+< "Normally this value is 1, which means that the worst state of all "
+< "child nodes is being used as the total state. If you set it for example to "
+< "2, then the node with the worst state is not being regarded. If the "
+< "states of the child nodes would be CRIT, WARN and OK, then to total state "
+< "would be WARN."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2164
+< msgid ""
+< "Normally, the time left until the disk is full is only displayed when the "
+< "configured levels have been breached. If you set this option the check "
+< "always reports this information"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17705
+< msgid "Not allowed create subfolders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17702
+< msgid "Not allowed to change hosts.mk file. It is locked"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:263
+< msgid "Not authenticated"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1210
+< msgid "Not contained in any group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4873
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4912
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15713
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15741
+< msgid "Not logged in."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12101
+< msgid "Not permitted to change the password. Change can not be enforced."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:934
+< msgid "Not showing information for a specific object."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16372
+< msgid "Note"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:311
+< msgid ""
+< "Note: Expiration of acknowledgements only works when using the Check_MK "
+< "Micro Core."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:293
+< msgid ""
+< "Note: If you also set a limit in the report, then the limit set here will "
+< "replace that one."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4385
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4407
+< msgid ""
+< "Note: enabling performance data for the latency might cause "
+< "incompatibilities with existing historical data if you are running "
+< "PNP4Nagios in SINGLE mode."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:769
+< msgid "Note: this still does an HTTP GET or POST, not a HEAD."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11820
+< #, python-format
+< msgid ""
+< "Note: you haven't defined any contact groups yet. If you create "
+< "some contact groups you can assign users to them und thus make them "
+< "monitoring contacts. Only monitoring contacts can receive notifications."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:830
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1295
+< msgid "Notes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2042
+< msgid "Notes URL for Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2031
+< msgid "Notes URL for Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:83
+< msgid "Notice"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:662
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1060
+< msgid "Notif."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:29
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1872
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:38
+< msgid "Notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8600
+< msgid "Notification Bulking"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8223
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8656
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11497
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12253
+< msgid "Notification Method"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12238
+< msgid "Notification Options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:403
+< msgid "Notification Period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11511
+< msgid "Notification Plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8216
+< msgid "Notification Script"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8829
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18652
+< msgid "Notification configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2907
+< msgid "Notification events of hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:89
+< msgid "Notification fail retry interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:96
+< #, fuzzy
+< msgid "Notification log level"
+< msgstr "Notificari"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1915
+< msgid "Notification period for hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1927
+< msgid "Notification period for services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8696
+< msgid "Notification rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8703
+< #, python-format
+< msgid "Notification rules of user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12212
+< msgid "Notification time period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8618
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11790
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11844
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12203
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15365
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15862
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15920
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17299
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:61
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1838
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:506
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:524
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:695
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3019
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3067
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:93
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:937
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:686
+< msgid "Notifications"
+< msgstr "Notificari"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:405
+< #, python-format
+< msgid "Notifications are disabled for this %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8610
+< msgid "Notifications are kept back for bulking at most for this time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:402
+< #, python-format
+< msgid "Notifications are manually disabled for this %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:399
+< #, python-format
+< msgid "Notifications are manually enabled for this %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12208
+< msgid ""
+< "Notifications are sent out when the status of a host or service changes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:472
+< msgid "Notifications enabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:625
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3128
+< msgid "Notifications of contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2944
+< msgid "Notifications of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:669
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2992
+< msgid "Notifications of host & services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1877
+< msgid "Notified events for hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1901
+< msgid "Notified events for services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11651
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:135
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:145
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:173
+< msgid "Notify Users"
+< msgstr "Notifica utilizatorii"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8243
+< msgid "Notify all contacts of the notified host or service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8250
+< msgid "Notify all users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8256
+< msgid "Notify all users that have configured an email address in their profile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11630
+< msgid "Notify by: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+< msgid "November"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8953
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16362
+< msgid "Nr."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:56
+< msgid ""
+< "Number ICMP echo request packets to send to the target host on each check "
+< "execution. All packets are sent directly on check execution. Afterwards the "
+< "check waits for the incoming packets."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6443
+< msgid "Number of Active Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:177
+< msgid "Number of Check_MK check helpers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:437
+< msgid "Number of Columns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3800
+< msgid "Number of Deadlocks / sec"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6451
+< msgid "Number of Inactive Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7104
+< msgid "Number of Lotus Domino Users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7077
+< msgid "Number of Mails in Queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6974
+< msgid "Number of Nodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:79
+< msgid "Number of OK-nodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4317
+< msgid "Number of PING probes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6981
+< msgid "Number of Resources"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:563
+< msgid "Number of Services of the Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7118
+< msgid "Number of Transactions per Minute on a Lotus Domino Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4248
+< msgid "Number of Users Logged In"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6844
+< msgid "Number of active Plugs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4663
+< msgid "Number of active paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4085
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4828
+< msgid "Number of active sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10214
+< msgid "Number of channels to keep open"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:987
+< msgid "Number of character groups to use"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1667
+< msgid "Number of clients"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1668
+< msgid "Number of clients connected to a Device."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:508
+< msgid "Number of configuration snapshots to keep"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1714
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5894
+< msgid "Number of connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1715
+< msgid "Number of connections for a WiFi"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:135
+< msgid "Number of context buttons to show"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:355
+< msgid "Number of critical alerts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1639
+< msgid "Number of current LSNAT bindings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3837
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4056
+< msgid "Number of current sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3846
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4065
+< msgid "Number of currently running sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:625
+< msgid "Number of data points"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2489
+< msgid "Number of dropped bits or bytes per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:166
+< msgid "Number of elements to show in Quicksearch"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:486
+< msgid "Number of expected messages in each interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4665
+< msgid "Number of failed paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4517
+< msgid "Number of folders to create in each level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:160
+< msgid "Number of generic check helpers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1429
+< msgid "Number of hosts in state DOWN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1443
+< msgid "Number of hosts in state PENDING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1436
+< msgid "Number of hosts in state UNREACH"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1422
+< msgid "Number of hosts in state UP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3890
+< msgid "Number of hosts to handle at once:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4837
+< msgid "Number of inactive sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4274
+< msgid "Number of kernel events per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3811
+< msgid "Number of lock requests per second that required the caller to wait."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3801
+< msgid "Number of lock requests per second that resulted in a deadlock."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3791
+< msgid ""
+< "Number of lock requests per second that timed out, including requests for "
+< "NOWAIT locks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:960
+< msgid "Number of logon failures to lock the account"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4510
+< msgid "Number of mails in outgoing mail queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5918
+< msgid "Number of messages currently queued"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5902
+< msgid "Number of messages delivered"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5934
+< msgid "Number of messages in deferred state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3856
+< msgid "Number of new connections per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3781
+< msgid ""
+< "Number of new locks and lock conversions per second requested from the lock "
+< "manager."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9056
+< msgid "Number of notifications exceeds maximum allowed number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2993
+< msgid "Number of open jobs of a printer on windows"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:55
+< msgid "Number of packets"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4309
+< msgid "Number of probes per hop"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:357
+< msgid "Number of problem alerts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1186
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:278
+< msgid "Number of problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4260
+< msgid "Number of processes on OpenVMS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:353
+< msgid "Number of recoveries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2400
+< msgid "Number of retries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1172
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1380
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1478
+< msgid "Number of services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1200
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1401
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1499
+< msgid "Number of services in state CRIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1179
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1387
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1485
+< msgid "Number of services in state OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1214
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1415
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1513
+< msgid "Number of services in state PENDING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1207
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1408
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1506
+< msgid "Number of services in state UNKNOWN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1193
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1394
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1492
+< msgid "Number of services in state WARN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4664
+< msgid "Number of standby paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:624
+< msgid "Number of steps aggregated in one data point"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:145
+< msgid "Number of the graph template"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4235
+< msgid "Number of threads"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:356
+< msgid "Number of unknown alerts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4666
+< msgid "Number of unopen paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6405
+< msgid "Number of used Citrix licenses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6392
+< msgid "Number of used VMware licenses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5210
+< msgid "Number of used states of OpenBSD PF engine"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:354
+< msgid "Number of warnings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4875
+< msgid "Number or ID of the disk"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4513
+< msgid "Number to create"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1388
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1486
+< msgid "O"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:465
+< msgid "OBSOLETE - DO NOT USE THIS COLUMN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1657
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8501
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8502
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8503
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8505
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8509
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8513
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1246
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:905
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1551
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:208
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1015
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5293
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:156
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:417
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:459
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:205
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:284
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:296
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:308
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:685
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:698
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1229
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1244
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1180
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1882
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:140
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:331
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:746
+< msgid "OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1291
+< msgid "OK - do not alert, just display"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:229
+< msgid "OK Pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:633
+< msgid "OK Services of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:101
+< msgid "OK area"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4620
+< msgid "OK if standby count is zero or equals active paths."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:359
+< msgid "OK/Up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4559
+< msgid "OMD site status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:366
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:679
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:692
+< msgid "OO/Notif"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:680
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:693
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1253
+< msgid "OO/Service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1134
+< msgid "ORACLE Databases (Linux, AIX)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3496
+< msgid "ORACLE Scheduler Job"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3217
+< msgid "Obsolete services (being checked, but should be ignored)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+< msgid "October"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2500
+< msgid "Official Release version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11740
+< msgid "Offline"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1971
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4497
+< msgid "Offset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:921
+< msgid "Old Nagios GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5234
+< msgid "Older events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:583
+< msgid "Omit specifying an IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:155
+< msgid "On Down host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:650
+< msgid "On a remote site, when it receives a new configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4417
+< msgid "On explicit devices ->"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16132
+< msgid ""
+< "On this page you can test the defined logfile patterns against a custom "
+< "text, for example a line from a logfile. Using this dialog it is possible to "
+< "analyze and debug your whole set of logfile patterns."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:880
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:931
+< msgid ""
+< "Once you enable this option, this plugin will not only handle direct group "
+< "memberships, instead it will also dig into nested groups and treat the "
+< "members of those groups as contact group members as well. Please mind that "
+< "this feature might increase the execution time of your LDAP sync."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2232
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:363
+< msgid "One Month"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2232
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:363
+< msgid "One Week"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2233
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:364
+< msgid "One Year"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:56
+< msgid "One line of text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11737
+< msgid "Online"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8403
+< msgid ""
+< "Only apply the rule if the notification originates from certain types of "
+< "check plugins. Note: Host notifications never match this rule if this option "
+< "is being used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12216
+< msgid ""
+< "Only during this time period the user will get notifications about host or "
+< "service alerts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:189
+< msgid "Only execute plugins with the following extensions:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:738
+< msgid "Only fetch specific OIDs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3879
+< msgid "Only include hosts that failed on previous discovery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3881
+< msgid "Only include hosts with a failed discovery check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:247
+< msgid ""
+< "Only inventorize interfaces whose alias matches one of the configured "
+< "regular expressions. The match is done on the beginning of the alias. This "
+< "allows you to select interfaces based on the alias without having the alias "
+< "be part of the service description."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5898
+< #, python-format
+< msgid ""
+< "Only members of the contact groups listed here have WATO permission to the "
+< "host / folder. If you want, you can make those contact groups automatically "
+< "also monitoring contacts. This is completely optional. Assignment of "
+< "host and services to contact groups can be done by rules as "
+< "well."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13078
+< msgid "Only on tag may be empty."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:377
+< msgid "Only precompile on demand"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1163
+< msgid "Only query the following SIDs (if found)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:32
+< msgid "Only show hosts and services the user is a contact for"
+< msgstr ""
+< "Arata doar elementele si serviciile pentru care utilizatorul este contact"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6940
+< #, python-format
+< msgid ""
+< "Only supports snapshots up to 100MB. If your snapshot is larger than 100MB "
+< "please copy it into the sites
backup directory %s/wato/snapshots. It will "
+< "then show up in the snapshots table.
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:305
+< msgid "Open Log"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9038
+< msgid "Open bulk notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:599
+< msgid "Open this Aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:726
+< msgid "OpenLDAP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6509
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6551
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6586
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6621
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6667
+< msgid "Oper States"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:440
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:441
+< msgid "Operating System"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:38
+< msgid "Operating System Resources"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2278
+< msgid "Operating speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:39
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1081
+< msgid "Operation mode of Check_MK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2301
+< msgid "Operational State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:325
+< msgid "Operational port states to inventorize"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:919
+< msgid "Operational state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16966
+< msgid "Optimization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1715
+< msgid "Optimize rule execution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:218
+< msgid "Optional DNS server you want to use for the lookup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:237
+< msgid "Optional expect the DNS server to be authoriative for the lookup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:661
+< msgid "Optional login (if required)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:207
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:376
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:862
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:960
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1303
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1437
+< msgid "Optional parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:529
+< msgid "Optional selection of a site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:239
+< msgid "Optional selection of host contact group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:233
+< msgid "Optional selection of host group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:240
+< msgid "Optional selection of service contact group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:235
+< msgid "Optional selection of service group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:254
+< msgid "Optional variable prefix"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:420
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2976
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3662
+< msgid "Options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:338
+< msgid "Options for report emails"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:292
+< msgid "Oracle"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3417
+< msgid "Oracle Data-Guard Stats"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3531
+< msgid "Oracle Instance"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4101
+< msgid "Oracle Locks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3373
+< msgid "Oracle Logswitches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4125
+< msgid "Oracle Long Active Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3346
+< msgid "Oracle Processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3393
+< msgid "Oracle Recovery Area"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3472
+< msgid "Oracle Recovery Status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4083
+< msgid "Oracle Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3253
+< msgid "Oracle Tablespaces"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3448
+< msgid "Oracle Undo Retention"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:560
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14307
+< msgid "Order"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:50
+< msgid ""
+< "Organize your hosts and services in groups independent of the tree structure."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:447
+< msgid "Original Text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15594
+< msgid "Original hostname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6656
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:656
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1671
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:626
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:670
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:708
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:428
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:607
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1353
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1380
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1790
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1992
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2506
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2945
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2993
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3044
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3081
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3129
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:73
+< msgid "Other"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7218
+< #, fuzzy
+< msgid "Other Settings"
+< msgstr "Setari"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6683
+< msgid "Other content"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6862
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6906
+< msgid "Other keywords for this rule: Tomcat, Jolokia, JMX. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2293
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2324
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2343
+< msgid "Other speed in bits per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:371
+< msgid ""
+< "Otherwise counting will start from one with a new event for the next rule "
+< "match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:679
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:692
+< msgid "Out of Notification Period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:680
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:693
+< msgid "Out of Service Period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:512
+< msgid "Out of notification period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:343
+< msgid "Outage statistics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:697
+< msgid "Outcome & Action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:150
+< msgid "Output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:354
+< msgid "Output of check plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:911
+< msgid "Output of host check plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2340
+< msgid "Output text coding settings for SNMP devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4542
+< msgid "Overall state of a virtual machine (for example ESX VMs)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:46
+< msgid ""
+< "Overall state of all hosts, with counts of services in the various states."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:87
+< msgid "Overall state of your favorite hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9036
+< msgid "Overdue bulk notifications!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8286
+< msgid "Overriding by users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:205
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:33
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:204
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:227
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:163
+< msgid "Overview"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:55
+< msgid "Overview / Introduction"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4337
+< msgid "Overwrite Service State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:919
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:349
+< msgid "Owner"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:398
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:103
+< msgid "Owner of event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1416
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1514
+< msgid "P"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1656
+< msgid "PD"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3234
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3235
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:310
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:324
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:333
+< msgid "PEND"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:366
+< msgid "PENDING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:737
+< msgid "PENDING Services of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:420
+< msgid "PID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1776
+< msgid "PING (active check with ICMP echo request)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:49
+< msgid "PING and host check parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1534
+< msgid "PNP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1352
+< msgid "PNP Graphs of services with description:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:79
+< msgid "PNP Timerange"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2240
+< msgid "PNP View"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:715
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1067
+< msgid "PNP graph"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1325
+< msgid "PNP graphs for all Services with a certain description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1695
+< msgid "PNP graphs for host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1066
+< msgid "PNP host graph"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:714
+< msgid "PNP service graph"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1696
+< msgid "PNP4Nagios"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:210
+< msgid ""
+< "PNP4Nagios needs meta information about hosts and services. These "
+< "information is stored in XML files. Updating these files for each new check "
+< "results produces lots of I/O. Delaying the update for up to one hour saves "
+< "this I/O.The price is, that WARN/CRIT levels displayed in graphs might not "
+< "be uptodate for a while after a configuration change. Select 0 for "
+< "no delay."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:224
+< msgid ""
+< "PNP4Nagios needs meta information about hosts and services. These "
+< "information is stored in XML files. Updating these files for on restart or "
+< "reload of the monitoring core might cause a peak of I/O short time after the "
+< "restart. This might be no problem for smaller installations. You can enable "
+< "this to have the meta information updated when processing the result of the "
+< "first check after the restart."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1607
+< msgid "POP3"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1611
+< msgid "POP3 Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1910
+< msgid "PROB"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:615
+< msgid "Package"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:459
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:638
+< msgid "Package Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1342
+< msgid "Package customized monitoring agents for Windows, Linux and other OSes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:451
+< msgid "Packages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:43
+< msgid "Packet loss"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1433
+< msgid "Pad port numbers with zeroes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:754
+< msgid "Page Size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:335
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:337
+< msgid "Page not found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:483
+< msgid "Page size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:774
+< msgid "Page size to expect"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1387
+< msgid "Pagefile Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6190
+< msgid "Pagefile critical at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1391
+< msgid "Pagefile usage in percent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6189
+< msgid "Pagefile warning at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:816
+< msgid "Pager"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12079
+< msgid "Pager address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:651
+< msgid "Pages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:496
+< msgid "Paper margins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:98
+< msgid "Paragraph of text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:278
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:654
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2002
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2574
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2596
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2599
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2862
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3088
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14134
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15337
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16397
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17065
+< msgid "Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17066
+< msgid ""
+< "Parameters are used in order to make rules more flexible. They must be named "
+< "like variables in programming languages. For example you can make your rule "
+< "have the two parameters HOST and INST. When calling the "
+< "rule - from an aggergation or a higher level rule - you can then specify two "
+< "arbitrary values for these parameters. In the title of the rule as well as "
+< "the host and service names, you can insert the actual value of the "
+< "parameters by $HOST$ and $INST$ (enclosed in dollar signs)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15361
+< #, python-format
+< msgid "Parameters for %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:29
+< msgid "Parameters for Inventorized Checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5131
+< msgid "Parameters for input phases of UPSs and PDUs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5104
+< msgid "Parameters for output phases of UPSs and PDUs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5982
+< msgid "Parameters for the Windows Update Check with WSUS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17078
+< msgid ""
+< "Parameters must contain only A-Z, a-z, 0-9 and _ and must not begin with a "
+< "digit."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2505
+< msgid "Parameters of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:850
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4117
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4243
+< msgid "Parent scan"
+< msgstr "Scanarea parintilor"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4392
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1251
+< msgid "Parents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:72
+< msgid ""
+< "Parents are used to configure the reachability of hosts by the monitoring "
+< "server. A host is considered to be unreachable if all of its parents "
+< "are unreachable or down. Unreachable hosts will not be actively monitored."
+< "
Clusters automatically configure all of their nodes as "
+< "parents, but only if you do not configure parents manually.
In a "
+< "distributed setup make sure that the host and all of its parents are "
+< "monitored by the same site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4451
+< #, python-format
+< msgid "Parents unchanged at %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1359
+< msgid "Parentscan"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:138
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:686
+< msgid "Passive checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:494
+< #, python-format
+< msgid "Passive checks have been manually disabled for this %s!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:271
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11757
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:371
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:384
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1104
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:665
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:680
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:885
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1063
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1151
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1297
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1550
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1599
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1647
+< msgid "Password"
+< msgstr "Parola"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11127
+< #, python-format
+< msgid "Password changed (sync failed: %s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:886
+< msgid "Password for binding, if your server requires an authentication"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:581
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:779
+< msgid "Password for login"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:668
+< msgid "Password for this user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:168
+< msgid "Password:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:462
+< msgid "Path"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4650
+< msgid "Path ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:268
+< msgid "Path-patterns where to search for Jar files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10200
+< msgid "Path:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16222
+< msgid "Pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:911
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:76
+< msgid "Pattern (Regex)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1131
+< msgid "Pattern for mount point (using * and ?)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:840
+< msgid "Patterns for logfiles to monitor (allowing * and ?)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5455
+< msgid "Pause"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1215
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1444
+< msgid "Pd"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1084
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1094
+< msgid "Pending Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4638
+< msgid "Pending changes to activate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4483
+< msgid ""
+< "Per default all Counters a preconfigured in the check. It needed it is "
+< "possible to overwrite that with this rule. To do that, knowledge about the "
+< "Agent Output is needed. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:235
+< msgid ""
+< "Per default all plugins and local scripts are being run sequentially. You "
+< "choose to run all asynchronous plugins in parallel. This can cut down the "
+< "execution time of the agent in situations where several complex scripts are "
+< "being run in the background - at the cost of more CPU usage."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:85
+< msgid "Percent of OK-nodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:88
+< msgid "Percentage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1998
+< #, python-format
+< msgid "Percentage %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:448
+< msgid "Percentage - XX %"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:449
+< msgid "Percentage - XX.X %"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:450
+< msgid "Percentage - XX.XX %"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:451
+< msgid "Percentage - XX.XXX %"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2097
+< msgid "Percentage free"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3266
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3288
+< msgid "Percentage free space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6913
+< msgid "Percentage levels of current thread count in threadpool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5823
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5842
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5861
+< msgid "Percentage levels of used space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6929
+< msgid "Percentage of current threads busy in threadpool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:622
+< msgid "Percentage of points below which an interval is unknown"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2770
+< msgid "Percentage of total RAM"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2460
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2494
+< msgid "Percentual levels (in relation to policy speed)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2363
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2386
+< msgid "Percentual levels (in relation to port speed)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6370
+< msgid "Percentual levels for unused licenses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/perfometer.py:245
+< msgid "Perf-O-Meter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:368
+< msgid "Perfdata"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:566
+< msgid "Perform a check of the URL or the certificate expiration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3663
+< msgid "Perform automatic service detection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:80
+< msgid "Perform commands"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:655
+< msgid "Perform custom action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1303
+< msgid "Perform full SNMP scan always, detect new check types"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18533
+< msgid "Perform network parent scan"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1274
+< msgid "Perform service discovery check every"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4303
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1044
+< msgid "Performance"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:91
+< msgid "Performance Counters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:360
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:72
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:169
+< msgid "Performance Data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4383
+< msgid "Performance Data for Latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4405
+< msgid "Performance Data for Queue Length"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:348
+< msgid "Performance Graph"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:135
+< msgid "Performance Graph of a single service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:73
+< msgid "Performance Graphs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1216
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:194
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:919
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:942
+< msgid "Performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3885
+< msgid "Performance options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:322
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:942
+< msgid "Period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1974
+< msgid "Periodic notifications during host problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1994
+< msgid "Periodic notifications during service problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:268
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:255
+< msgid "Permission denied"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:280
+< msgid "Permission denied."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:140
+< #, python-format
+< msgid "Permission problem: Path not writable %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1495
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5897
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8064
+< msgid "Permissions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:124
+< msgid "Permits the user to change the password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:97
+< msgid "Permits the user to change the user profile settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:130
+< msgid "Permits the user to logout."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:83
+< msgid "Permits to delete all maps the user is contact for."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:62
+< msgid "Permits to delete all maps."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10051
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10053
+< msgid "Pers."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10451
+< msgid "Persistent Connection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12257
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15897
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17300
+< msgid "Personal Settings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:63
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:129
+< msgid "Personal User Settings and Custom Views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1054
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4966
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4983
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5000
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:468
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:172
+< msgid "Phase"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:479
+< msgid "Phase Merging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5123
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5169
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5271
+< msgid "Phase Number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:467
+< msgid "Phase of event (open, counting, etc.)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:488
+< msgid "Physical memory usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:317
+< msgid "Physical port states to inventorize"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:903
+< msgid "Physical state of port"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2379
+< msgid "Piggyback information for other hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2377
+< msgid "Piggyback information from other host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2841
+< msgid "Ping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:146
+< msgid "Placeholder VMs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:151
+< msgid ""
+< "Placeholder VMs are created by the Site Recovery Manager(SRM) and act as "
+< "backup virtual machines in case the default vm is unable to start. This "
+< "option tells the vsphere agent to exclude placeholder vms in its output."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:762
+< msgid "Placement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8783
+< msgid "Plain Email"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11499
+< msgid "Plain Text Email (using configured templates)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:255
+< #: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:39
+< msgid "Platinum"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:397
+< msgid "Play alarm sounds"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4806
+< msgid ""
+< "Please Please note, that the agent replaces spaces in the service names with "
+< "underscores. If you are unsure about the correct spelling of the name then "
+< "please look at the output of the agent (cmk -d HOSTNAME). The service names "
+< "are in the first column of the section <<<services>>>. "
+< "Please do not mix up the service name with the display name of the service."
+< "The latter one is just being displayed as a further information."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17140
+< msgid "Please add at least one child node. Empty rules are useless."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:465
+< msgid "Please add at least one column to your view."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:965
+< msgid "Please choose a report to schedule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15321
+< msgid "Please choose the check plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7276
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7307
+< msgid "Please configure proper bind credentials."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:271
+< #, python-format
+< msgid "Please confirm the deletion of \"%s\"."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13436
+< msgid "Please confirm the deletion of the tag group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17002
+< msgid "Please define at least one aggregation group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2949
+< msgid ""
+< "Please do not forget to specify either VM or HostSystem. "
+< "Example: VM abcsrv123. Also note, that we match the beginning"
+< "i> of the name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1071
+< #, python-format
+< msgid ""
+< "Please edit %s in order to configure which links are shown in this "
+< "snapin."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4320
+< msgid "Please enter Drives, Mdisks or VDisks here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1939
+< msgid "Please enter a correct number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:693
+< msgid "Please enter a filename."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:398
+< msgid "Please enter a positive number of minutes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12896
+< msgid "Please enter a tag ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2028
+< msgid "Please enter a time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:581
+< msgid "Please enter a valid absolut pathname with / as a path separator."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:575
+< msgid "Please enter a valid hostname or IPv4 address."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:332
+< msgid "Please enter a valid integer number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10292
+< msgid "Please enter an alias name or description of this site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10352
+< msgid "Please enter the Multisite URL of the slave site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1165
+< msgid ""
+< "Please enter the complete shell command including path name and arguments to "
+< "execute. You can use Nagios macros here. The most important are:
If you are using OMD, you can omit the path and "
+< "just specify the command (e.g. check_foobar). This command will be "
+< "searched first in the local plugins directory (~/local/lib/nagios/"
+< "plugins) and then in the shipped plugins directory (~/lib/nagios/"
+< "plugins) within your site directory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:629
+< msgid "Please enter the date in the format YYYY-MM-DD."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:685
+< msgid "Please enter the date/time in the format YYYY-MM-DD HH:MM."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:700
+< msgid "Please enter the time in the format HH:MM."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12169
+< #, python-format
+< msgid "Please first create some contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2073
+< msgid "Please leave either both from and until empty or enter two times."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1168
+< msgid "Please make a selection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:541
+< #, python-format
+< msgid "Please make sure that only the %d non-network bits are non-zero"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1194
+< msgid ""
+< "Please make sure that this is unique per host and does not collide with "
+< "other services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1205
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1270
+< msgid ""
+< "Please make sure that you have activated it with omd config set MKEVENTD "
+< "on before starting this site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:433
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:563
+< msgid ""
+< "Please note that if you specify and also if you modify levels here, the "
+< "change is activated only during an inventory. Saving this rule is not "
+< "enough. This is due to the nature of inventory rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:813
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6702
+< msgid ""
+< "Please note: in a few cases the automatic detection of the link speed does "
+< "not work. In these cases you have to set the link speed manually below if "
+< "you want to monitor percentage values"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1061
+< msgid ""
+< "Please note: the time rate selected here is relative to the time when the "
+< "report is being created. For example if you create a weekly report at Monday "
+< "00:00 you need to select last week."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6815
+< msgid "Please select a file for upload."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3137
+< msgid "Please select a file."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:156
+< msgid "Please select at least one notification method."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:924
+< msgid "Please select some hosts before doing bulk operations on hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:944
+< msgid "Please select the destination folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:629
+< msgid "Please select the levels of aggregations."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1288
+< msgid ""
+< "Please select which alarm state the service discovery check services shall "
+< "assume in case that un-monitored services are found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:691
+< #, python-format
+< msgid "Please specify %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:679
+< msgid "Please specify a date and time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11908
+< msgid "Please specify a full name or descriptive alias for the user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:858
+< msgid "Please specify a host name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2176
+< msgid "Please specify a host name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17244
+< msgid "Please specify a name for the new attribute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8008
+< msgid "Please specify a name of the new group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9719
+< msgid "Please specify a name of the new timeperiod."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1910
+< msgid "Please specify a name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15567
+< msgid ""
+< "Please specify a regular expression in the first field. This expression "
+< "should at least contain one subexpression exclosed in brackets - for example "
+< "vm_(.*)_prod. In the second field you specify the translated host "
+< "name and can refer to the first matched group with \\1, the second "
+< "with \\2 and so on, for example \\1.example.org"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11925
+< msgid "Please specify a secret of at least 10 characters length."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13064
+< msgid "Please specify a title for your host tag group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17230
+< msgid "Please specify a title."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5653
+< #, python-format
+< msgid "Please specify a value for %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12449
+< msgid "Please specify an ID for the new role."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13053
+< msgid "Please specify an ID for your tag group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:132
+< msgid "Please specify an absolute path name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9688
+< msgid "Please specify an alias name for your timeperiod."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7999
+< msgid "Please specify an alias name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:856
+< msgid "Please specify an application name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:818
+< msgid "Please specify at least on entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14706
+< #, python-format
+< msgid "Please specify at least one %s or this rule will never match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8349
+< msgid ""
+< "Please specify at least one host. Disable the option if you want to allow "
+< "all hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3594
+< msgid "Please specify at least one hostname."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8368
+< msgid ""
+< "Please specify at least one service regex. Disable the option if you want to "
+< "allow all services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13108
+< msgid "Please specify at least one tag."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:783
+< msgid "Please specify at least one value"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:550
+< msgid "Please specify four octets (X.X.X.X/YY)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:52
+< msgid "Please specify hostname or hash."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:174
+< msgid "Please specify the extensions in lower case and without dot."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10338
+< msgid "Please specify the name of the status host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:55
+< #, python-format
+< msgid ""
+< "Please specify the path to the export file. The text <HOST> "
+< "will be replaced with the host name the inventory has been done for. If you "
+< "use a relative path then that will be replative to Check_MK's directory for "
+< "variable data, which is %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:368
+< msgid "Please specify the user and password needed to access the xml interface"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10670
+< msgid "Please specify your administrator login on the remote site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10673
+< msgid "Please specify your password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12903
+< msgid "Please supply a title for you auxiliary tag."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1789
+< msgid "Please supply a title."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6323
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7063
+< msgid ""
+< "Please use only a-z, A-Z, 0-9, space, underscore, dot and hyphon for your "
+< "service description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:524
+< msgid "Please use the syntax X.X.X.X/YY"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:760
+< msgid "Plesk Backups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:530
+< msgid "Plesk backups and domains (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4915
+< msgid "Plug Item number or name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4910
+< msgid "Plug is OFF"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4909
+< msgid "Plug is ON"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8783
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9021
+< msgid "Plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11518
+< msgid "Plugin Arguments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3249
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8991
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:190
+< msgid "Plugin output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1253
+< msgid "Plugin output in case of absent updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9022
+< msgid "Plugin parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:140
+< msgid "Plugins, local checks and MRPE for non-root users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:732
+< msgid ""
+< "Populates the alias attribute of the WATO user by syncrhonizing an attribute "
+< "from the LDAP user account. By default the LDAP attribute cn is "
+< "used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:77
+< msgid "Popup Message in the GUI (shows up alert window)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6084
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:513
+< msgid "Port"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:187
+< msgid "Port Number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:112
+< msgid "Port for receiving notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:67
+< msgid "Port number for https connection to vSphere"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:81
+< msgid "Port number to be used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1512
+< msgid "Port number:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10194
+< msgid "Port:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:643
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:771
+< msgid "Position"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14972
+< msgid "Positive / Negative"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:290
+< msgid "PostgreSQL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4149
+< msgid "PostgreSQL Database Statistics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4050
+< msgid "PostgreSQL Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:630
+< msgid "PostgreSQL database and sessions (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1536
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1576
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5144
+< msgid "Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1039
+< msgid "Power Comsumption of APC Devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2930
+< msgid "Powered OFF"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2923
+< msgid "Powered ON"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:376
+< msgid "Precompile aggregations on demand"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:58
+< #, python-format
+< msgid "Prediction for %s - %s - %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15387
+< msgid "Predictive Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1379
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1411
+< msgid "Predictive levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14732
+< msgid "Prefix date and your name to the comment"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:86
+< msgid "Prefix match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1855
+< msgid "Pretty-Print rules in config file of Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1223
+< msgid "Prevent DNS lookups by use of a cache file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:226
+< msgid "Prevent loading HTML from plugin output or log messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:911
+< msgid "Preview this report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4722
+< msgid "Primary - Attaching"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4728
+< msgid "Primary - Consistent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4727
+< msgid "Primary - DUnknown"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4721
+< msgid "Primary - Diskless"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4723
+< msgid "Primary - Failed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4725
+< msgid "Primary - Inconsistent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4724
+< msgid "Primary - Negotiating"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4726
+< msgid "Primary - Outdated"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4729
+< msgid "Primary - UpToDate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4693
+< msgid "Primary / Primary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4692
+< msgid "Primary / Secondary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3012
+< msgid "Printer Input Units"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3003
+< msgid "Printer Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3035
+< msgid "Printer Output Units"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2966
+< msgid "Printer cartridge levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2975
+< msgid "Printer sends used material instead of remaining"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1562
+< msgid "Printer supply default levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1546
+< msgid "Printer supply some remaining status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:39
+< msgid "Printers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:427
+< msgid "Prio"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1031
+< msgid "Priority"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2320
+< msgid "Privacy pass phrase"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2317
+< msgid "Privacy protocol"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1187
+< msgid "Pro."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2647
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2666
+< msgid "Problem Aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:469
+< msgid "Problem acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:324
+< msgid "Problem hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:2006
+< #, python-format
+< msgid "Problem while executing hook function %s in hook %s: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:969
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1095
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1551
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1749
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2095
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:560
+< msgid "Problems"
+< msgstr "Probleme"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:168
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:419
+< msgid "Problems (all)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:218
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:219
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:455
+< msgid "Problems (unhandled)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:763
+< msgid "Problems of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:976
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5456
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13438
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13481
+< msgid "Proceed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4289
+< msgid "Process Creations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:343
+< msgid "Process Discovery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:419
+< msgid "Process ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:367
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6265
+< msgid "Process Matching"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:351
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6319
+< #, fuzzy
+< msgid "Process Name"
+< msgstr "Numele Elementului"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6249
+< msgid "Process name as defined at discovery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6196
+< msgid "Process name for usage in the Nagios service description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:71
+< msgid "Process notifications also locally"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1157
+< msgid "Process stored SNMP walks with agent simulator"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:460
+< msgid "Processes performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:70
+< msgid "Processing time per message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:393
+< msgid "Processor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:426
+< msgid "Product"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9083
+< msgid "Profile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:56
+< msgid "Profile requests"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+< msgid "Program"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4949
+< msgid "Progress"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:474
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:972
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2520
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2860
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3087
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7939
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8039
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9277
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10007
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11718
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12389
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17279
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17389
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2778
+< #: /omd/sites/production/share/check_mk/web/htdocs/forms.py:62
+< #: /omd/sites/production/share/check_mk/web/htdocs/forms.py:94
+< msgid "Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:811
+< #, python-format
+< msgid "Properties for %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1979
+< msgid "Properties of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:964
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1017
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1893
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6077
+< msgid "Protocol"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2197
+< msgid "Provisioning Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:672
+< msgid "Proxy-Authorization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:350
+< msgid "Public"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:153
+< #, python-format
+< msgid "Publish %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:458
+< msgid "Publisher"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:98
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6033
+< msgid ""
+< "Put the item names of the logfiles here. For example \"System$\" to select "
+< "the service \"LOG System\". You can use regular expressions which must match "
+< "the beginning of the logfile name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:766
+< msgid "Put this element on"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:51
+< msgid "Python data output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:31
+< msgid "Python raw data output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:203
+< msgid "Queried Hostname or IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:137
+< msgid "Queried host is a host system"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:138
+< msgid "Queried host is the vCenter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:139
+< msgid "Queried host is the vCenter with Check_MK Agent installed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:512
+< msgid "Query Time Limit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:737
+< msgid "Queue Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:35
+< msgid "Quicksearch"
+< msgstr "Cautare rapida"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:72
+< msgid "Quoting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:121
+< msgid "R.State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:303
+< msgid "RAID Arrays"
+< msgstr "Matrici RAID"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:238
+< msgid "RAID Groups"
+< msgstr "Grupuri RAID"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4854
+< msgid "RAID: overall state"
+< msgstr "RAID: starea sistemului"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4867
+< msgid "RAID: state of a single disk"
+< msgstr "RAID: starea unui singur disk"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:907
+< msgid "REWRITE"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1055
+< msgid "RMAN Backups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:628
+< msgid "RRA configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:590
+< #, python-format
+< msgid ""
+< "RRA entry number %d: the number of steps must be greater than that of the "
+< "previous entry."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2387
+< msgid "RRD databases with performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2389
+< msgid "RRD updates in journal of RRD Cache"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:855
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4493
+< msgid "Random Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:553
+< msgid "Random additional delay"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3121
+< msgid "Randomize password"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10223
+< msgid "Rate:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1321
+< msgid "Read"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4391
+< msgid "Read Queue-Length"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18598
+< msgid "Read access to all hosts and folders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18489
+< msgid "Read access to all modules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4302
+< msgid "Read latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3877
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4356
+< msgid "Read throughput"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:113
+< msgid "Receive notifications from remote sites"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6478
+< msgid "Received Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:50
+< msgid "Received messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:948
+< msgid "Recent Event History"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8938
+< msgid "Recent notifications (for analysis)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1724
+< msgid "Recently changed services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:149
+< msgid "Recipient Email address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1257
+< msgid "Record statistics of Inline SNMP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1050
+< msgid "Recovery Area"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1051
+< #, fuzzy
+< msgid "Recovery Status"
+< msgstr "Statusul Serverului"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:183
+< msgid "Red"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16850
+< msgid "Refer to:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:100
+< msgid "Reference"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2120
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3317
+< msgid "Reference size for magic factor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3873
+< msgid "Refresh all services (tabula rasa)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3117
+< #, python-format
+< msgid "Refreshed check configuration of host [%s] with %d services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3593
+< msgid "Regard required mirror space as free space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15451
+< msgid ""
+< "Regardless of how the dynamic levels upper bound are computed according to "
+< "the prediction: the will never be set below the following limits. This "
+< "avoids false alarms during times where the predicted levels would be very "
+< "low."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16866
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16891
+< msgid "Regex for host name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15573
+< msgid "Regular expression"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:552
+< msgid "Regular expression for matching the syslog tag (case insenstive)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:377
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:547
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6274
+< msgid "Regular expression matching command line"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7025
+< msgid "Regular expression matching tasks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:609
+< msgid "Regular expression matching the path"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6297
+< msgid "Regular expression matching username"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15566
+< msgid "Regular expression substitution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:732
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1382
+< msgid "Regular expression to expect in content"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:725
+< msgid "Regular expression: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:916
+< msgid "Regular expressions for message classification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:111
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2886
+< msgid ""
+< "Regular expressions matching the begining of the internal name or the "
+< "description of the service. If no name is given then this rule will match "
+< "all services. The match is done on the beginning of the service name. "
+< "It is done case sensitive. You can do a case insensitive match by "
+< "prefixing the regular expression with (?i). Example: (?i)."
+< "*mssql matches all services which contain MSSQL or MsSQL"
+< "tt> or mssql or..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10220
+< msgid "Regular heartbeat"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:387
+< msgid "Related Views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:92
+< msgid "Relative"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:68
+< msgid "Relative Time of Alert"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15431
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15474
+< msgid "Relative difference from prediction"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:185
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:284
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:523
+< msgid "Reload"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1191
+< msgid "Reload Config!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:805
+< msgid "Reloading..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1443
+< msgid "Remaining Open Slots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1919
+< msgid "Remote IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:97
+< msgid "Remote Protocol"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5084
+< msgid "Remote Temperature"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:92
+< msgid "Remote Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4755
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4759
+< #, python-format
+< msgid "Remote command on site %s failed: %s
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:61
+< msgid "Remote host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1920
+< msgid "Remote port number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:554
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:567
+< msgid "Remove"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:304
+< msgid "Remove Acknowledgement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:501
+< msgid "Remove all"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3188
+< msgid "Remove exceeding"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7658
+< msgid "Remove explicit setting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:615
+< msgid "Remove from Favorites"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3871
+< msgid "Remove obsolete services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12770
+< #, python-format
+< msgid "Removed auxiliary tag %s (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12728
+< #, python-format
+< msgid "Removed host tag group %s (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4471
+< msgid "Removed parents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6994
+< #, python-format
+< msgid "Removed snapshot %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1062
+< #, python-format
+< msgid "Removed: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10102
+< msgid "Removing site-specific configuration variable"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2005
+< #, python-format
+< msgid "Rename %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2226
+< #, python-format
+< msgid "Rename %s %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2272
+< msgid "Rename host!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2265
+< #, python-format
+< msgid "Rename to host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2249
+< #, python-format
+< msgid "Renamed host %s into %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2254
+< #, python-format
+< msgid ""
+< "Renamed host %s into %s at the following places:%s
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:611
+< msgid "Render URL contents in own frame"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:154
+< msgid "Render an error message into the document"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:938
+< msgid "Render background"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:939
+< msgid "Render gray background color behind the dashlets content."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:240
+< msgid "Render horizontal rules between rows"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:610
+< msgid "Render in iframe"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:944
+< msgid "Render the titlebar above the dashlet"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:945
+< msgid "Render the titlebar including title and link above the dashlet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:246
+< msgid "Render vertical rules between columns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:166
+< msgid "Repeat query and allow more results."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:169
+< msgid "Repeat query without limit."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:650
+< msgid ""
+< "Replace the application (syslog tag) with this text. If you have bracketed "
+< "groups in the text to match, then you can use the placeholders \\1, "
+< "\\2, etc. for inserting the first, second etc matching group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:637
+< msgid ""
+< "Replace the host name with this text. If you have bracketed groups in the "
+< "text to match, then you can use the placeholders \\1, \\2, "
+< "etc. for inserting the first, second etc matching group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:623
+< msgid ""
+< "Replace the message text with this text. If you have bracketed groups in the "
+< "text to match, then you can use the placeholders \\1, \\2, "
+< "etc. for inserting the first, second etc matching group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:848
+< msgid "Replace umlauts like \"ü\" with \"ue\""
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:128
+< msgid "Replace with underscores"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15581
+< msgid "Replacement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8949
+< msgid "Replay this notification, send it again!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8873
+< #, python-format
+< msgid "Replayed notifiation number %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15677
+< msgid "Replicate new Authentication Information"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4786
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10060
+< msgid "Replication"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:705
+< msgid "Replication Partner"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15694
+< msgid "Replication States"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11122
+< msgid "Replication completed successfully."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15726
+< msgid "Replication in progress"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1582
+< msgid "Replication interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1628
+< msgid "Replication is disabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10498
+< msgid "Replication method"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4797
+< msgid "Replication result"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:72
+< msgid "Replication synchronization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:39
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:118
+< msgid "Reply-To: Address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:344
+< msgid "Reply-To: email address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:925
+< msgid "Report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:410
+< msgid "Report Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:869
+< msgid "Report Scheduler"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:126
+< msgid "Report of Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1034
+< msgid "Report to create"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:972
+< msgid "Report to schedule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:77
+< msgid "Reporting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/reporting.py:30
+< msgid "Reporting - Default settings for all reports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:133
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:873
+< msgid "Reports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:99
+< msgid "Required number of OK-nodes for a total state of OK:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:100
+< msgid "Required number of OK-nodes for a total state of WARN:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4907
+< msgid "Required plug state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4887
+< msgid "Required switch contact state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:67
+< msgid "Reschedule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:65
+< msgid "Reschedule active checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:97
+< msgid "Reschedule an immediate check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:107
+< msgid "Reschedule an immediate check of the 'Check_MK' service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:57
+< msgid "Reschedule checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:58
+< msgid "Reschedule host and service checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3651
+< msgid "Reserved Space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:839
+< msgid "Reset Counters"
+< msgstr "Reseteaza contoarele"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:150
+< msgid ""
+< "Reset all manually modified attributes of a host or service (like disabled "
+< "notifications)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:149
+< #, fuzzy
+< msgid "Reset modified attributes"
+< msgstr "Atribute personalizate"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:301
+< #, fuzzy
+< msgid "Reset search"
+< msgstr "Cautare noua"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:307
+< msgid "Reset sorting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7658
+< msgid "Reset to default"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:618
+< msgid "Reset to defaults"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6919
+< msgid "Resetted WATO, wiped all configuration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:883
+< msgid "Resetted all rule hit counters to zero"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7584
+< #, python-format
+< msgid "Resetted configuration variable %s to its default."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7412
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7575
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1369
+< msgid "Resetting configuration variable"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7002
+< msgid "Resource Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:761
+< msgid "Response Timeout (sec)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1106
+< msgid "Ressource consumption of windows processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4920
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4922
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5459
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:522
+< msgid "Restart"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6701
+< msgid "Restore Snapshot"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6944
+< msgid "Restore from file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6939
+< msgid "Restore from uploaded file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6905
+< #, python-format
+< msgid "Restored snapshot %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6032
+< msgid "Restrict Logfiles (Prefix matching regular expressions)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1537
+< msgid "Restrict access to the following source IP addresses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:61
+< msgid "Restrict agent access via IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:851
+< msgid "Restrict number of new messages per cycle"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:860
+< msgid "Restrict runtime of logfile parsing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:41
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:63
+< msgid "Restrict severity to at worst"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8416
+< msgid "Restrict to nth to mth notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11539
+< msgid "Restrict to nth to mth notification (escalation)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9017
+< msgid "Resulting notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4699
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4741
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4787
+< msgid "Resulting state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:248
+< msgid "Results"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1057
+< msgid "Resumables"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:98
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:244
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:310
+< msgid "Retrieve information about..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:605
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1005
+< msgid "Retry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5458
+< msgid "Retry Failed Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1004
+< msgid "Retry check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1749
+< msgid "Retry check interval for host checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1660
+< msgid "Retry check interval for service checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3005
+< msgid "Retry this test"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:325
+< msgid "Retry with debug mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1212
+< msgid "Return process times within performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:112
+< msgid "Returns the host_attributes of the given hostname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1260
+< #, python-format
+< msgid "Reused cached compiled BI aggregations (PID %d)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1258
+< #, python-format
+< msgid "Reused persistent livestatus connection from earlier request (PID %d)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:649
+< msgid "Rewrite application"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:636
+< msgid "Rewrite hostname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:622
+< msgid "Rewrite message text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:699
+< msgid "Rewriting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:499
+< msgid "Right"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12593
+< msgid "Role & Permission Matrix"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11773
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12141
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4681
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:943
+< msgid "Roles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12333
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:55
+< msgid "Roles & Permissions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4924
+< msgid "Room temperature (external thermal sensors)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:426
+< msgid "Rotate every day at 00:00 local time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:425
+< msgid "Rotate every full hour"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:427
+< msgid "Rotate every monday at 00:00 local time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:424
+< msgid "Rotate once a minute (only for testing!)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:418
+< msgid "Rotation of history log file"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:36
+< msgid "Round trip average"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1476
+< msgid "Router (FQDN, IP-Address)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1490
+< msgid "Router that must or must not be used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2653
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16371
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:449
+< msgid "Rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2708
+< #, python-format
+< msgid "Rule %d in %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:250
+< msgid "Rule ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8538
+< msgid "Rule ID:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8296
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17116
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:246
+< msgid "Rule Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17046
+< msgid "Rule Title"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8316
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14747
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:266
+< msgid "Rule activation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:34
+< msgid "Rule based notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:984
+< #, python-format
+< msgid "Rule does not match: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13814
+< msgid "Rule folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:61
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:65
+< msgid "Rule hit ratio"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:51
+< msgid "Rule hits"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16944
+< msgid "Rule to call"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:52
+< msgid "Rule tries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13662
+< msgid "Rule-Based Configuration of Host & Service Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:448
+< msgid "Rule-ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16787
+< msgid "Rule:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2710
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7866
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7870
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16382
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1234
+< msgid "Rules"
+< msgstr "Reguli"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16347
+< msgid ""
+< "Rules are the nodes in BI aggregations. Each aggregation has one rule as its "
+< "root."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13660
+< msgid "Rules effective on host "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:832
+< msgid "Rules for event correlation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:62
+< msgid "Rules for the notification of contacts about host and service problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14237
+< msgid "Rules in folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13881
+< msgid "Rules matching "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7780
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9826
+< msgid "Ruleset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:836
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18620
+< msgid "Rulesets"
+< msgstr "Reguli"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13426
+< msgid "Rulesets that contain rules with references to the changed tags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:124
+< msgid "Run as user (empty = root):"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:242
+< msgid "Run asynchronous plugins in parallel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:241
+< msgid "Run asynchronous plugins sequential"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:582
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:602
+< msgid "Run asynchronously"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1069
+< msgid "Run asynchronously and cached"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:190
+< msgid "Run in piggyback mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1131
+< msgid "Run in simulation mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1077
+< msgid "Run report as this user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1066
+< msgid "Run synchronously"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:123
+< msgid "Running"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:904
+< msgid "S."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:737
+< msgid "SAP R/3 Monitoring plugin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:597
+< msgid "SAP R/3 Single Value Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:640
+< msgid "SAP Value Grouping Patterns"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:775
+< msgid "SAP-Client"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8968
+< msgid "SERVICESTATE"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2263
+< msgid "SHA1"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1149
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1181
+< msgid "SID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:391
+< msgid "SMART harddisk monitoring (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1106
+< msgid "SMB share to check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1056
+< msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1542
+< msgid "SMTP Authentication"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1011
+< msgid "SMTP Commands"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1017
+< msgid "SMTP Responses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1526
+< msgid "SMTP Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1536
+< msgid "SMTP TCP Port to connect to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1012
+< msgid "SMTP commands to execute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:710
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2257
+< msgid "SNMP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1156
+< msgid "SNMP Agent Simulator"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2880
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:55
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:222
+< msgid "SNMP Community"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:223
+< msgid "SNMP Community for the SNMP trap"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2282
+< msgid "SNMP community (SNMP Versions 1 and 2c)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2333
+< msgid "SNMP credentials of monitored hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2909
+< #, python-format
+< msgid "SNMP-Retries (Rules)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2899
+< #, python-format
+< msgid "SNMP-Timeout (Rules)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2843
+< msgid "SNMPv1"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2844
+< msgid "SNMPv2c"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2845
+< msgid "SNMPv2c (without Bulkwalk)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:426
+< msgid "SOFT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:315
+< msgid "SQL-statement or procedure name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10523
+< msgid "SSL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1569
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1617
+< msgid "SSL Encryption"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:182
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:490
+< msgid "SSL certificate validation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1049
+< msgid "STARTTLS enabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1780
+< msgid "SYN_RECV"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1770
+< msgid "SYN_SENT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2490
+< msgid "Same version as the monitoring site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9680
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1755
+< msgid "Saturday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:651
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1031
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7225
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7655
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8070
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9209
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9795
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10529
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12267
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12553
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12971
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13216
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14983
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15936
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17021
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17166
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17330
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:737
+< #: /omd/sites/production/share/check_mk/web/htdocs/forms.py:144
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1164
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1340
+< msgid "Save"
+< msgstr "Salveaza"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2973
+< msgid "Save & Exit"
+< msgstr "Salveaza si Iesi"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7226
+< msgid "Save & Test"
+< msgstr "Salveaza si Testeaza"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1900
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2144
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3974
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4046
+< msgid "Save & Finish"
+< msgstr "Salveaza & Termina"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2146
+< msgid "Save & Test"
+< msgstr "Salveaza & Testeaza"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2143
+< msgid "Save & go to Services"
+< msgstr "Salveaza & mergi la Servicii"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:739
+< msgid "Save and go to "
+< msgstr "Salveaza si mergi la"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1045
+< msgid "Save last access times of users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3196
+< msgid "Save manual check configuration"
+< msgstr "Salveaza configuratia manuala a verificarilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1046
+< msgid "Save the time of the latest user activity"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3143
+< #, python-format
+< msgid "Saved check configuration of host [%s] with %d services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:177
+< msgid "Scale to width of page"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4300
+< msgid "Scan all hosts"
+< msgstr "Scaneaza toate elementele"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:351
+< msgid "Schedule and remove downtimes on hosts and services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:533
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:542
+< msgid "Schedule downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:526
+< msgid ""
+< "Schedule downtimes on the affected hosts instead of their services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:223
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:166
+< msgid "Scheduled Downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1056
+< msgid "Scheduled Jobs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:899
+< msgid "Scheduled reports"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:516
+< #, python-format
+< msgid ""
+< "Scheduled service check rate: %.1f/s, current rate: %.1f/s, that is %.0f%% "
+< "of the scheduled rate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:398
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:71
+< msgid "Scheduler"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3520
+< msgid "Scheduler Job Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:789
+< msgid ""
+< "Scope to be used in LDAP searches. In most cases Search whole subtree "
+< "below the base DN is the best choice. It searches for matching objects "
+< "recursively."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:875
+< msgid ""
+< "Scope to be used in group related LDAP searches. In most cases Search "
+< "whole subtree below the base DN is the best choice. It searches for "
+< "matching objects in the given base recursively."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:116
+< msgid "Script Type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:181
+< msgid "Script body"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:98
+< msgid "Script executed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:746
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:300
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1344
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7462
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13718
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18132
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:123
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:379
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:30
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1143
+< msgid "Search"
+< msgstr "Cautare"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:800
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:887
+< msgid "Search Filter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1968
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1991
+< msgid "Search Global Logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1656
+< msgid "Search Graphs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:788
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:874
+< msgid "Search Scope"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:795
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:882
+< msgid "Search all entries one level below the base DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:296
+< msgid "Search field allowing regular expression and partial matches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:59
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:65
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:68
+< msgid "Search field allowing regular expressions and partial matches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:290
+< msgid ""
+< "Search field allowing regular expressions and partial matches on the names "
+< "of hostgroups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3351
+< msgid "Search for hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13712
+< msgid "Search for rules: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1592
+< msgid "Search for services and display PNP graphs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7456
+< msgid "Search for settings: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:662
+< msgid "Search for software packages installed on hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3375
+< msgid "Search globally"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3376
+< #, python-format
+< msgid "Search in %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:794
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:881
+< msgid "Search only the entry at the base DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3383
+< msgid "Search results"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:793
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:880
+< msgid "Search whole subtree below the base DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+< msgid "Sec."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1096
+< #, python-format
+< msgid "Second part of tuple must be list or string, not %s\n"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4731
+< msgid "Secondary - Attaching"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4737
+< msgid "Secondary - Consistent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4736
+< msgid "Secondary - DUnknown"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4730
+< msgid "Secondary - Diskless"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4732
+< msgid "Secondary - Failed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4734
+< msgid "Secondary - Inconsistent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4733
+< msgid "Secondary - Negotiating"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4735
+< msgid "Secondary - Outdated"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4738
+< msgid "Secondary - UpToDate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4694
+< msgid "Secondary / Primary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4695
+< msgid "Secondary / Secondary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:999
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1000
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:95
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:452
+< msgid "Seconds"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:87
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:146
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:256
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:407
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:636
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:937
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1085
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1315
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1377
+< msgid "Seconds before connection times out"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:464
+< msgid "Seconds to wait before polling"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:465
+< msgid "Seconds to wait between sending string and polling for response"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1172
+< msgid "Sections - data to collect"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1183
+< msgid "Sections to exclude"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12084
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17298
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1520
+< msgid "Security"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2290
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2299
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2308
+< msgid "Security Level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2268
+< msgid "Security name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:54
+< msgid "See all Nagios objects"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:269
+< msgid "See all events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:49
+< msgid "See all hosts and services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:55
+< msgid ""
+< "See all objects regardless of contacts and contact groups. If combined with "
+< "'perform commands' then commands may be done on all objects."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:275
+< msgid "See events not related to a known host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:158
+< #, python-format
+< msgid "See user %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:332
+< msgid "Select Datasource"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:835
+< msgid "Select View"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3209
+< msgid "Select an Icon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9523
+< msgid "Select an iCalendar file (*.ics) from your PC"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:356
+< msgid ""
+< "Select how the count is computed. The algorithm Interval will count "
+< "the number of messages from the first occurrance and reset this counter as "
+< "soon as the interval is elapsed or the maximum count has reached. The token "
+< "bucket algorithm does not work with intervals but simply decreases the "
+< "current count by one for each partial time interval. Please refer to the "
+< "online documentation for more details."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:419
+< msgid "Select specific object type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:714
+< msgid ""
+< "Select the LDAP version the LDAP server is serving. Most modern servers use "
+< "LDAP version 3."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8477
+< msgid ""
+< "Select the host event types and transitions this rule should handle. Note: "
+< "If you activate this option and do not also specify service event "
+< "types then this rule will never hold for service notifications!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8497
+< msgid ""
+< "Select the service event types and transitions this rule should handle. "
+< "Note: If you activate this option and do not also specify host event "
+< "types then this rule will never hold for host notifications!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:721
+< msgid ""
+< "Select the software the LDAP directory is based on. Depending on the "
+< "selection e.g. the attribute names used in LDAP queries will be altered."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:310
+< msgid "Select the type of content element"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:307
+< msgid "Select the type of fixed page element"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1611
+< msgid "Selected"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1347
+< msgid "Selected hosts:\n"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3875
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4291
+< msgid "Selection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:234
+< msgid "Selection of multiple host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:237
+< msgid "Selection of multiple service groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:530
+< msgid "Selection of site is enforced, use this filter for joining"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:273
+< msgid "Selection of the host group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:274
+< msgid "Selection of the service group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:258
+< msgid "Send"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:143
+< msgid "Send Email"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:737
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1394
+< msgid "Send HTTP POST data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:174
+< msgid "Send Notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:85
+< msgid "Send an E-Mail"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:231
+< msgid "Send custom notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6042
+< msgid "Send events to local event console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6047
+< msgid "Send events to local event console in same OMD site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6050
+< msgid "Send events to local event console into unix socket"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6070
+< msgid "Send events to remote syslog host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:81
+< msgid "Send hint to message inbox (bottom of sidebar)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:116
+< msgid "Send monitoring notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:111
+< msgid "Send notification to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1877
+< msgid "Send notifications to Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1899
+< msgid "Send notifications to remote Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:263
+< msgid "Send performance data to Graphite"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1906
+< msgid "Send to remote Event Console via syslog"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1658
+< msgid "Sender email address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6470
+< msgid "Sending Power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4895
+< msgid "Sensor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4934
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5033
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5314
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5361
+< msgid "Sensor ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5284
+< msgid "Sensor name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3228
+< msgid "Sensor names"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:65
+< msgid "Separator"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+< msgid "September"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:428
+< msgid "Serial Number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1459
+< msgid "Serv. by host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7343
+< msgid "Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:186
+< msgid "Server Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:841
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1313
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1352
+< msgid "Server Status"
+< msgstr "Statusul Serverului"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:658
+< msgid "Server performance"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:839
+< msgid "Server time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8989
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15257
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:265
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1288
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1365
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1874
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1921
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:502
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1569
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1662
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:134
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:37
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:67
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+< msgid "Service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:70
+< msgid "Service (exact match)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2593
+< msgid "Service Aggreg."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1629
+< msgid "Service Checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:766
+< msgid "Service Comments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:243
+< msgid "Service Contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:240
+< msgid "Service Contact Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3248
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:520
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:116
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:281
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1425
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:40
+< msgid "Service Description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1311
+< msgid "Service Discovery triggers service discovery check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11587
+< msgid "Service Events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1365
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1379
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:55
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:274
+< msgid "Service Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:58
+< msgid "Service Group Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1438
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1486
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1508
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+< msgid "Service Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1507
+< msgid "Service Groups (Grid)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1485
+< msgid "Service Groups (Summary)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:286
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1039
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:858
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1338
+< msgid "Service Level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:221
+< msgid "Service Level at least"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:222
+< msgid "Service Level at most"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2070
+< msgid "Service Level of hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2081
+< msgid "Service Level of services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:240
+< msgid "Service Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:707
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3080
+< msgid "Service Notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:448
+< msgid "Service Pack"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:449
+< msgid "Service Packs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/perfometer.py:244
+< msgid "Service Perf-O-Meter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:100
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:273
+< msgid "Service Problems (unhandled)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16895
+< msgid "Service Regex:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:796
+< msgid "Service Speed-O-Meter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:47
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:195
+< msgid "Service Statistics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:515
+< msgid "Service String"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:388
+< msgid "Service Time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:509
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:153
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:73
+< msgid "Service alternative display name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:472
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:320
+< msgid "Service check command"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:479
+< msgid "Service check command expanded"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:584
+< msgid "Service check duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:577
+< msgid "Service check latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:618
+< msgid "Service check type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:938
+< msgid "Service checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:493
+< msgid "Service contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2114
+< msgid "Service contact information"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:486
+< msgid "Service contacts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:875
+< msgid "Service custom variables"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8206
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:380
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1193
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:501
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:152
+< msgid "Service description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:798
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3622
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3821
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4227
+< msgid "Service descriptions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1269
+< msgid "Service discovery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1301
+< msgid "Service discovery check for SNMP devices"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17885
+< #, python-format
+< msgid ""
+< "Service discovery successful. Added %d, Removed %d, Kept %d, New Count %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12240
+< msgid "Service events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1320
+< msgid "Service globally"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11591
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12229
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1894
+< msgid "Service goes into critical state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11590
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12228
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1893
+< msgid "Service goes into unknown state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11589
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12227
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1892
+< msgid "Service goes into warning state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1442
+< msgid ""
+< "Service grouped by host groups. Services not member of a host group are not "
+< "displayed. Services being in more groups, are displayed once for each group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1414
+< msgid ""
+< "Service grouped by service groups. Services not member of a group are not "
+< "displayed. Services being in more groups, are displayed once for each group"
+< msgstr ""
+<
+< # georgem ##############
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7858
+< #, fuzzy
+< msgid "Service groups"
+< msgstr "Grup nou"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:356
+< msgid "Service hard states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:195
+< msgid "Service icons"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:474
+< msgid "Service in downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:470
+< msgid "Service in notif. per."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:668
+< msgid "Service is active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:654
+< msgid "Service is flapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:235
+< msgid "Service is in Group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:849
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:483
+< msgid "Service is stale"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8207
+< msgid "Service level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14651
+< msgid "Service name "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:598
+< msgid "Service normal check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:610
+< msgid "Service normal/retry check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:569
+< msgid "Service notification number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:647
+< msgid "Service notification period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:661
+< msgid "Service notifications enabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1530
+< msgid "Service output for logwatch"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:367
+< msgid "Service performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:395
+< msgid "Service performance data - value number 1"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:402
+< msgid "Service performance data - value number 2"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:409
+< msgid "Service performance data - value number 3"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:416
+< msgid "Service performance data - value number 4"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:423
+< msgid "Service performance data - value number 5"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:430
+< msgid "Service performance data - value number 6"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:437
+< msgid "Service performance data - value number 7"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:444
+< msgid "Service performance data - value number 8"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:451
+< msgid "Service performance data - value number 9"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:188
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:193
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:198
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:203
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:208
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:213
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:218
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:223
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:228
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:233
+< #, python-format
+< msgid "Service performance data - value number %02d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:458
+< msgid "Service performance data - value number 10"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2129
+< msgid "Service period for hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2144
+< msgid "Service period for services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:154
+< msgid "Service plugin output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:773
+< msgid "Service problem acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1550
+< msgid "Service problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2183
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2217
+< msgid "Service problems for NagStaMon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11592
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12230
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1895
+< msgid "Service recovers to OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:604
+< msgid "Service retry check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1233
+< msgid "Service search"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:857
+< msgid "Service service level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:836
+< msgid "Service staleness value"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:337
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:87
+< msgid "Service state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:157
+< msgid "Service state age"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:435
+< msgid "Service state type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:355
+< msgid "Service states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1700
+< msgid "Service whose state changed in the last 60 minutes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:384
+< msgid "Service-Level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16821
+< msgid "Service:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:158
+< msgid "Servicegroup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:295
+< msgid "Servicegroup (Regex)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:236
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:298
+< msgid "Servicegroup (enforced)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1525
+< msgid "Servicegroup alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1519
+< msgid "Servicegroup name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:140
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:220
+< msgid "Servicegroups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:682
+< msgid "Servicegroups the service is member of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:149
+< msgid "Servicegroups, merged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:127
+< msgid "Servicelevel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:125
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:105
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:172
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2000
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2521
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2864
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14132
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14902
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:124
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:169
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:220
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:217
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:284
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:548
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:577
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:829
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1234
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1460
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1725
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2040
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1244
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1472
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:558
+< msgid "Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:110
+< msgid "Services (Regular Expressions)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3849
+< msgid "Services added"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1437
+< msgid "Services by group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1243
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1471
+< msgid "Services colored according to state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:114
+< msgid "Services grouped by host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:106
+< msgid "Services grouped by service groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3851
+< msgid "Services kept"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:549
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:578
+< msgid "Services of Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:859
+< msgid "Services of Hostgroup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:594
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:606
+< msgid "Services of Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2017
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2039
+< msgid "Services of Site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1357
+< msgid "Services of a service group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:297
+< msgid "Services of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3076
+< #, python-format
+< msgid "Services of host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:296
+< msgid "Services of this host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3850
+< msgid "Services removed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4792
+< msgid "Services states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2083
+< msgid ""
+< "Services that are declared as disabled by this rule set will not be "
+< "added to a host during inventory (automatic service detection). Services "
+< "that already exist will continued to be monitored but be marked as obsolete "
+< "in the service list of a host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1729
+< msgid ""
+< "Services that have not been checked for too long according to their "
+< "configured check intervals."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:684
+< msgid "Services: CRIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:632
+< msgid "Services: OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:736
+< msgid "Services: PENDING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:710
+< msgid "Services: UNKNOWN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:658
+< msgid "Services: WARN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1958
+< msgid "Set Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1467
+< msgid "Set a filter for refining the shown data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4745
+< msgid "Set diskstates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:595
+< msgid "Set event to acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1494
+< msgid "Set expected router mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1563
+< msgid "Set global default levels for warning and critical. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:196
+< msgid "Set height"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4469
+< #, python-format
+< msgid "Set parents to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:180
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:182
+< msgid "Set resolution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4704
+< msgid "Set roles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:203
+< msgid "Set size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5290
+< msgid "Set state to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:205
+< msgid "Set the absolute size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:732
+< msgid ""
+< "Set the credentials to be used to connect to the LDAP server. The used "
+< "account must not be allowed to do any changes in the directory the whole "
+< "connection is read only. In some environment an anonymous connect/bind is "
+< "allowed, in this case you don't have to configure anything here.It must be "
+< "possible to list all needed user and group objects from the directory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:198
+< msgid "Set the height"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:666
+< msgid ""
+< "Set the host address of the LDAP server. Might be an IP address or "
+< "resolvable hostname."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:720
+< msgid "Set the maximum and minimum length for the queue size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1547
+< msgid ""
+< "Set the reported nagios state when the fill state is something between empty "
+< "and small remaining capacity"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:191
+< msgid "Set the width"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:577
+< msgid ""
+< "Set this in order to specify the name of the virtual host for the query "
+< "(using HTTP/1.1). If you leave this empty, then the IP address of the host "
+< "will be used instead."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1353
+< msgid ""
+< "Set this in order to specify the name of the virtual host for the query "
+< "(using HTTP/1.1). When you leave this empty, then the IP address of the host "
+< "will be used instead."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:198
+< msgid "Set to:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:189
+< msgid "Set width"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:350
+< msgid "Set/Remove Downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1235
+< msgid "Settings"
+< msgstr "Setari"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1928
+< msgid "Settings and Checks dealing with the Check_MK Event Console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2246
+< msgid "Settings concerning the connection to the Check_MK and SNMP agents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4276
+< msgid "Settings for Parent Scan"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:675
+< msgid "Settings for host checks via Smart PING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2359
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2382
+< msgid ""
+< "Settings levels on the used bandwidth is optional. If you do set levels you "
+< "might also consider using an averaging."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2456
+< msgid ""
+< "Settings levels on the used bandwidth is optional. If you do set levels you "
+< "might also consider using averaging."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:234
+< msgid "Several Host Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:237
+< msgid "Several Service Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:178
+< msgid ""
+< "Several pages which use tables to show data in rows, like the \"Users\" "
+< "configuration page, can be configured to show only a limited number of rows "
+< "when accessing the pages."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1287
+< msgid "Severity of failed service discovery check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:466
+< msgid "Short Time Intervals"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1172
+< msgid "Shortest"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:520
+< msgid "Should WATO restart or reload Nagios when activating changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8847
+< msgid "Show Bulks"
+< msgstr "Arata in masa"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3203
+< msgid "Show Check Parameters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1334
+< msgid "Show Checkboxes and bulk actions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:180
+< msgid "Show Context"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/inventory.py:30
+< msgid "Show Hardware/Software-Inventory of this host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16110
+< msgid "Show Logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:106
+< msgid "Show MK Livestatus error messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:943
+< msgid "Show Title"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:239
+< msgid "Show WATO icon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:389
+< msgid "Show all buttons"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:486
+< msgid "Show all hosts when opening the network topology view"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:234
+< msgid "Show column headings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1535
+< msgid "Show count and last message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:394
+< msgid "Show data only on search"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:238
+< msgid "Show icon linking to WATO parameter editor for services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17318
+< msgid "Show in Table"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:379
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1082
+< #, python-format
+< msgid "Show information of a single %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:932
+< msgid "Show information of single"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1536
+< msgid "Show only count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13694
+< msgid "Show only modified rulesets
(all rulesets with at least one rule)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:136
+< msgid "Show only most frequently used buttons"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:192
+< msgid "Show only problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:76
+< msgid "Show only this aggregation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:90
+< msgid "Show prediction for "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:730
+< msgid "Show the header of the dashboard with the configured title."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1441
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1462
+< msgid "Show the service problems contained in this branch"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:227
+< #, python-format
+< msgid "Show this %s in Nagios"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:393
+< msgid "Show this view in the Mobile GUI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:504
+< msgid "Show timeline of each object directly in table"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8837
+< msgid "Show user rules"
+< msgstr "Arata regulile de utilizator"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:127
+< msgid "Showing all hosts in a compact layout."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:603
+< msgid "Showing information of multiple objects."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2741
+< msgid "Shows a single aggregation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1015
+< msgid "Shows details of a host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2045
+< msgid "Shows number of alerts grouped for each service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:80
+< msgid "Shows the Check_MK logo."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1206
+< msgid "Shows the Wiki Navigation of the OMD Site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:58
+< msgid "Sidebar snapins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2426
+< msgid "Signal quality of Wireless device"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:253
+< msgid "Signatures of certificates in JAR files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:275
+< msgid "Silently drop message, do no actions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:158
+< msgid "Silently ignore the problem, skip this graph"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:876
+< msgid "Silently skip exceeding messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:253
+< #: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:37
+< #, fuzzy
+< msgid "Silver"
+< msgstr "Salveaza"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17186
+< msgid "Simple Text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4551
+< msgid "Simple checks for BIOS/Hardware errors"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2837
+< msgid ""
+< "Simple summary page of all BI aggregates that is used as a web services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2415
+< msgid "Simulating SNMP by using a stored SNMP walk"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1130
+< msgid "Simulation mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1141
+< msgid "Simultanous activation of changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2807
+< msgid ""
+< "Single Aggregation for simple API calls. Contains the state and state output."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:99
+< msgid "Single dataset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2410
+< msgid "Single-Host Aggregations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2505
+< msgid "Single-Host Aggregations of Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2709
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2734
+< msgid "Single-Host Problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1919
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:280
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:156
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:489
+< msgid "Site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:440
+< #, python-format
+< msgid "Site %s does not exist"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:446
+< #, python-format
+< msgid "Site %s is switched off"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:112
+< msgid "Site Alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4658
+< msgid "Site Configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10409
+< msgid "Site ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11266
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11303
+< #, python-format
+< msgid "Site ID mismatch. Our ID is '%s', but you are saying we are '%s'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:287
+< msgid "Site alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:279
+< msgid "Site id"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18636
+< msgid "Site management"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18641
+< msgid "Site remote automation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:472
+< msgid "Site status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10186
+< msgid "Site-Globals"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10015
+< msgid "Site-ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10012
+< msgid "Site-specific global configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7549
+< #, python-format
+< msgid "Site-specific global configuration for %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6644
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6964
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:173
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3635
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:416
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:429
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:461
+< msgid "Size"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1064
+< msgid "Size and age of single files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5953
+< msgid "Size of DB2 logfiles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4030
+< msgid "Size of MySQL/PostgresQL databases"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5926
+< msgid "Size of the queue"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1191
+< msgid "Size, age and count of file groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:874
+< msgid "Skip exceeding messages, create one critical message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:875
+< msgid "Skip exceeding messages, create one warning message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4298
+< msgid "Skip hosts hosts with non-empty parents (also if inherited)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4296
+< msgid "Skip hosts with explicit parent definitions (even if empty)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:849
+< msgid "Skip users with umlauts in their User-IDs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7318
+< msgid "Skipping this test (Plugin is not enabled)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4861
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10057
+< msgid "Slave"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10501
+< msgid "Slave: push configuration to this site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1777
+< msgid "Smart PING (only with Check_MK Micro Core)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:676
+< msgid ""
+< "Smart PING is the default method for host checks when using the Check_MK "
+< "Micro Core. The Core sends out ICMP echo requests (PING) at the rate "
+< "configured with Normal check interval for host checks (or Retry "
+< "check interval for host checks while the host is in soft non-UP state). "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:385
+< msgid "Smart PING: omit payload in ICMP packets"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6629
+< #, python-format
+< msgid "Snapshot %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6568
+< msgid "Snapshot build currently in progress"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6797
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7013
+< #, python-format
+< msgid "Snapshot created by %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6462
+< msgid "Snapshot created with old version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6865
+< msgid "Snapshot deleted."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6613
+< #, python-format
+< msgid "Snapshot details of %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6639
+< msgid "Snapshot is empty!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6948
+< msgid "Snapshots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10024
+< msgid "Socket"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:145
+< msgid "Soft query limit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:439
+< msgid "Software"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:628
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:630
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:114
+< msgid "Software Package"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:661
+< msgid "Software Package Search"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2976
+< msgid ""
+< "Some Printers (eg. Konica for Drum Cartdiges) returning the available fuel "
+< "instead of what is left. In this case it's possible to upturn the levels to "
+< "handle this behavior"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2523
+< msgid ""
+< "Some agents or agent plugins send data not only for the queried host but "
+< "also for other hosts "piggyback" with their own data. This is the "
+< "case for the vSphere special agent and the SAP R/3 plugin, for example. The "
+< "hostnames that these agents send must match your hostnames in your "
+< "monitoring configuration. If that is not the case, then with this rule you "
+< "can define a hostname translation. Note: This rule must be configured for "
+< "the "pig" - i.e. the host that the agent is running on. It is not "
+< "applied to the translated piggybacked hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2341
+< msgid ""
+< "Some devices send texts in non-ASCII characters. Check_MK always assumes UTF-"
+< "8 encoding. You can declare other other encodings here"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:402
+< msgid ""
+< "Some jobs in the Core need to be checked on a regular basis. The most "
+< "important one is delayed notifications. This settings decides, how often "
+< "these jobs should happen. Larger values add latency to the events in "
+< "question. A too small value wastes CPU resources in larger setups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:74
+< msgid ""
+< "Some of the display columns offer options for customizing their output. For "
+< "example time stamp columns can be displayed absolute, relative or in a mixed "
+< "style. This permission allows the user to modify display options"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13468
+< msgid ""
+< "Some tags that are used in rules have been removed by you. What shall we do "
+< "with that rules?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:207
+< msgid "Sorry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:350
+< msgid "Sorry, I will not display more than 900 hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:696
+< msgid ""
+< "Sorry, only absolute filenames are allowed. Your filename must begin with a "
+< "slash."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17246
+< msgid "Sorry, spaces are not allowed in attribute names."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8010
+< msgid "Sorry, spaces are not allowed in group names."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8014
+< msgid "Sorry, there is already a group with that name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17250
+< msgid "Sorry, there is already an attribute with that name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4703
+< msgid "Sorry, you are not allowed to activate changes of other users."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1971
+< msgid "Sorry, you are not allowed to clone hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1149
+< #, python-format
+< msgid ""
+< "Sorry, you cannot assign the contact group '%s' because you are not "
+< "member in that group. Your groups are: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:638
+< msgid "Sorry, you cannot edit hosts in this folder. They are locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:426
+< msgid "Sorry, you cannot edit this folder. It is locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1050
+< #, python-format
+< msgid ""
+< "Sorry, you have no permission on the host '%s'. The host's contact "
+< "groups are %s, your contact groups are %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1117
+< #, python-format
+< msgid "Sorry, you have no permissions to the folder %s. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:254
+< msgid "Sorry, you lack the permission for editing this type of visuals."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15885
+< msgid "Sorry, your user account does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1819
+< msgid ""
+< "Sorry. In order to change the permissions of a folder you need write access "
+< "to the parent folder."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2203
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3942
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4005
+< msgid ""
+< "Sorry. In order to change the permissions of a host you need write access to "
+< "the folder it is contained in."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:869
+< msgid ""
+< "Sorry. In order to delete a folder you need write permissions to its parent "
+< "folder."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1881
+< msgid "Sorry. This command is not implemented."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:2247
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:268
+< #, python-format
+< msgid "Sort by %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:546
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:567
+< msgid "Sorting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:368
+< msgid "Source (n'th Graph)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:125
+< msgid "Spaces in hostnames"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:29
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:359
+< msgid "Specialized agents, e.g. check via SSH, ESX vSphere, SAP R/3"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:958
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1012
+< msgid "Specific list of instances"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:601
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1084
+< msgid "Specific objects"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2491
+< msgid "Specific version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:216
+< msgid "Specify DNS Server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8362
+< msgid ""
+< "Specify a list of regular expressions that must match the beginning "
+< "of the service name in order for the rule to match. Note: Host notifications "
+< "never match this rule if this option is being used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14903
+< msgid ""
+< "Specify a list of service patterns this rule shall apply to. The patterns "
+< "must match the beginning of the service in question. Adding a $"
+< "tt> to the end forces an excact match. Pattern use regular expressions"
+< "b>. A .* will match an arbitrary text."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:954
+< msgid ""
+< "Specify all expected mount options here. If the list of actually found "
+< "options differs from this list, the check will go warning or critical. Just "
+< "the option commit is being ignored since it is modified by the "
+< "power saving algorithms."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1941
+< msgid "Specify an arbitrary name of this connection here"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1780
+< msgid ""
+< "Specify at which time period a new file for the event history will be "
+< "created."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14881
+< msgid "Specify explicit host names"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14931
+< msgid "Specify explicit values"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1954
+< msgid "Specify explicitly"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2544
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2570
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2614
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2747
+< msgid "Specify levels in absolute usage values"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2672
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2691
+< msgid "Specify levels in absolute values"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2607
+< msgid "Specify levels in percentage of total Flash"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2520
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2537
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2563
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2665
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2684
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2742
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2791
+< msgid "Specify levels in percentage of total RAM"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2590
+< msgid "Specify levels in percentage of total memory usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1983
+< msgid "Specify queue names that the rule should apply"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:919
+< msgid "Specify the Group DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:742
+< msgid ""
+< "Specify the distinguished name to be used to bind to the LDAP directory, e. "
+< "g. CN=ldap,OU=users,DC=example,DC=com"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1562
+< msgid ""
+< "Specify the host name or IP address of the master Event Console that you "
+< "want to replicate from. The port number must be the same as set in the "
+< "master in Access to event status via TCP."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1032
+< msgid "Specify the initial contact groups of an automatically created user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1026
+< msgid "Specify the initial roles of an automatically created user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3603
+< msgid "Specify the name of the ASM Disk Group "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:748
+< msgid "Specify the password to be used to bind to the LDAP directory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:795
+< msgid ""
+< "Specify the paths in CCMS that you want to monitor. Each entry must match "
+< "the full path to one or several monitor objects. We use unix shell patterns "
+< "during matching, so you can use several chars as placeholders:"
+< "
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10832
+< msgid "Specify the site that should monitor this host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3619
+< msgid "Specify time since last successful backup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:784
+< msgid "Specify two upper case letters like EN or DE."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:151
+< msgid ""
+< "Specify what we shall do if the selected graph is missing or cannot be "
+< "retrieved."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:417
+< msgid "Speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2391
+< msgid "Spool files of PNP4Nagios"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:78
+< msgid "Spool notifications to remote site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6056
+< msgid "Spool to event console"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6057
+< msgid "Spooling: Send events to local event console in same OMD site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6061
+< msgid "Spooling: Send events to local event console into given spool directory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:850
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1330
+< msgid "Stale"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1748
+< msgid "Stale services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:837
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1323
+< msgid "Staleness"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:430
+< msgid "Staleness value to mark hosts / services stale"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4642
+< msgid "Standby paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3895
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4352
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1653
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1682
+< msgid "Start"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8518
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11594
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12234
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1873
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1897
+< msgid "Start or end of a scheduled downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8488
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11579
+< msgid "Start or end of a scheduled downtime "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8487
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8517
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11578
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11593
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12233
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1872
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1896
+< msgid "Start or end of flapping state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4777
+< msgid "Start type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4523
+< msgid "Start!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1922
+< msgid "Start-Time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:188
+< msgid "Start-URL to display in main frame"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:152
+< msgid "Starts a service discovery for the given hostname."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4799
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7360
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8975
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8977
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8980
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8983
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8986
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16221
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:901
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:280
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1009
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1019
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:67
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1900
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1012
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1015
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:461
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:107
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:114
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:338
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1873
+< msgid "State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:460
+< msgid "State (severity) of event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1656
+< msgid "State Retention Interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1104
+< msgid "State and Count of Processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1105
+< msgid "State and Count of Processes (with additional performance data)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6241
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6260
+< msgid "State and count of processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+< msgid "State classification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:153
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:414
+< msgid "State for connection refusal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:456
+< msgid "State for expected string mismatch"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2451
+< msgid "State if just some agent sections are missing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4799
+< msgid "State if no entry matches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1612
+< msgid "State if tunnel is not found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3544
+< msgid "State in case of Archivelogmode is disabled: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3538
+< msgid "State in case of Archivelogmode is enabled: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3556
+< msgid "State in case of Force Logging is disabled: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3550
+< msgid "State in case of Force Logging is enabled: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2446
+< msgid "State in case of a overall timeout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1243
+< msgid "State in case of absent updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2441
+< msgid "State in case of connection problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2456
+< msgid "State in case of empty agent output"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3562
+< msgid "State in case of logins are not possible: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2466
+< msgid "State in case of unhandled exception"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2461
+< msgid "State in case of wrong agent version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2910
+< msgid "State of ESX hosts and virtual machines"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5369
+< msgid "State of NTP time synchronisation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4903
+< msgid "State of PDU Plugs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16808
+< msgid "State of a host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16815
+< msgid "State of a service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:102
+< msgid "State of event changed by user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16829
+< msgid "State of remaining services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:276
+< msgid "State retention interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4870
+< msgid ""
+< "State the disk is expected to be in. Typical good states are online, host "
+< "spare, OK and the like. The exact way of how to specify a state depends on "
+< "the check and hard type being used. Please take examples from inventorized "
+< "checks for reference."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1741
+< msgid "State when missing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:769
+< msgid "State when no backup can be found"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:765
+< msgid "State when no backup is configured"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:43
+< msgid "Statement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:687
+< msgid "States"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1697
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6520
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6562
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6597
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6632
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6678
+< msgid "States treated as critical"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1690
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6513
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6555
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6590
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6625
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6671
+< msgid "States treated as warning"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2533
+< msgid "Statgrab Memory Usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:488
+< msgid "Static text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6173
+< msgid "Statically configured Check_MK checks that do not rely on the inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1679
+< msgid "Statistics Interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3245
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4788
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4949
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6967
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18100
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18109
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18118
+< msgid "Status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:249
+< msgid "Status Classification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:41
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1838
+< msgid "Status GUI (Multisite)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:277
+< msgid "Status Grouping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:143
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1507
+< msgid "Status View"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:355
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:362
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:912
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:76
+< msgid "Status detail"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10033
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10035
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10471
+< msgid "Status host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1068
+< msgid "Status of Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2238
+< msgid "Status of Linux bonding interfaces"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1238
+< msgid "Status of a single service, to be used for linking"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1286
+< #, python-format
+< msgid "Status of last synchronization: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2471
+< msgid "Status of the Check_MK service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:729
+< #, python-format
+< msgid "Step %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:609
+< msgid "Step (precision)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:718
+< msgid "Still nothing happened."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:484
+< msgid "Stop Editing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:124
+< msgid "Stopped"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:419
+< msgid "Storage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:37
+< msgid "Storage, Filesystems and Files"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:60
+< msgid "Store notifications for rule analysis"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:360
+< msgid "Store output value into RRD database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:142
+< msgid "Stored SNMP Walks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:531
+< msgid "Street name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:533
+< msgid "Street number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:57
+< msgid "Strict - Must be contact of all members"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:47
+< msgid "Strict - Must be explicit contact of a service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:644
+< msgid "String to be sent in http header as \"User Agent\""
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1002
+< msgid ""
+< "String to expect in first line of server response. The default is 220"
+< "tt>."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:700
+< msgid "String to expect in response headers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:162
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:423
+< msgid "String to send"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:499
+< msgid "String to send server to initiate a clean close of the connection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:167
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:434
+< msgid "Strings to expect in response"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:705
+< msgid "Strings to expect in server response"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16896
+< msgid ""
+< "Subexpressions enclosed in ( and ) will be available as "
+< "arguments $2$, $3$, etc."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:348
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:156
+< msgid "Subject"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:46
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:125
+< msgid "Subject for host notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:55
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:134
+< msgid "Subject for service notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:765
+< msgid "Submit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/crashed_check.py:82
+< msgid "Submit Report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7355
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11001
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11152
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1287
+< msgid "Success"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2066
+< #, python-format
+< msgid ""
+< "Successfully created the host. Now you should do a service "
+< "discovery in order to auto-configure all services to be checked on this "
+< "host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1671
+< #, python-format
+< msgid "Successfully deleted %d hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4717
+< msgid "Successfully discarded all pending changes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9944
+< #, python-format
+< msgid "Successfully logged into remote site '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9945
+< #, python-format
+< msgid "Successfully logged into remote site '%s'!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:947
+< #, python-format
+< msgid "Successfully moved %d hosts to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3513
+< #, python-format
+< msgid "Successfully moved %d hosts to their original folder destinations."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6906
+< msgid "Successfully restored snapshot."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:380
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1938
+< #, python-format
+< msgid "Successfully sent %d commands."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2018
+< #, python-format
+< msgid "Successfully updated IP addresses of %d hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15877
+< msgid "Successfully updated user profile."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1432
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:635
+< msgid "Summary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:315
+< msgid "Summary hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:488
+< msgid "Summary line"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4413
+< msgid "Summary of all disks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4414
+< msgid "Summary of disk input (read)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4415
+< msgid "Summary of disk output (write)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9681
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1756
+< msgid "Sunday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:160
+< msgid "Support 4.1"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:159
+< msgid "Support ESX 4.1 (using slower PySphere implementation)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2937
+< msgid "Suspended"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4792
+< msgid "Sv."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:507
+< msgid "Swap left and right margins on pages with even numbers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:964
+< #, python-format
+< msgid "Switch %s %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1301
+< msgid "Switch back to sync mode!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4884
+< msgid "Switch contact state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1476
+< msgid "Switch slave replication mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1299
+< msgid "Switch to Takeover mode!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1258
+< #, python-format
+< msgid "Switched replication slave mode to %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1259
+< #, python-format
+< msgid "Switched to %s mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:466
+< msgid "Symantec Anti Virus (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4916
+< msgid "Sync"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4918
+< msgid "Sync & Restart"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11649
+< msgid "Sync Users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7339
+< msgid "Sync-Plugin: Roles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11346
+< #, python-format
+< msgid "Synchronized with master (my site id is %s.)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:713
+< msgid "Synchronizes the email of the LDAP user account into Check_MK."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:751
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:220
+< msgid "Syslog Facility"
+< msgstr "Unitatea Syslog"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:191
+< msgid "Syslog Facility to use"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:744
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:173
+< msgid "Syslog Priority"
+< msgstr "Prioritatea Syslog"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1915
+< msgid "Syslog facility for Event Console notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6096
+< msgid "Syslog facility for forwarded messages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:608
+< msgid "Syslog priority to cancel event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:433
+< msgid "Syslog-Facility"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:426
+< msgid "Syslog-Priority"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1702
+< msgid "Syslog-like message logging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:418
+< msgid "System"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:297
+< msgid "System Info"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:773
+< msgid "System Number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:298
+< msgid "System Stats"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:209
+< msgid "System time (time synchronization)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:208
+< msgid "System uptime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1894
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6075
+< msgid "TCP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1778
+< msgid "TCP Connect"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:681
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:374
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:602
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:821
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:895
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1128
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1366
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1577
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1585
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1625
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1633
+< msgid "TCP Port"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:975
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1028
+< msgid "TCP Port Number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:66
+< msgid "TCP Port number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1572
+< msgid "TCP Port number of status socket:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2023
+< msgid "TCP Port number:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:246
+< msgid "TCP Port of carbone line receiver"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10190
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:971
+< msgid "TCP Port to connect to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1500
+< msgid "TCP SYN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1593
+< msgid "TCP connection timeout for connecting to the master"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:64
+< msgid "TCP port"
+< msgstr "Portul TCO"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:653
+< msgid "TCP port for connection"
+< msgstr "Portul TCP pentru conexiune"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2429
+< msgid "TCP port for connection to Check_MK agent"
+< msgstr "TCP port pentru conexiunile la agentul Check_MK"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1129
+< msgid "TCP port number to connect to. Usually either 139 or 445."
+< msgstr "Numar port TCP pentru conexiune. Deobicei 139 sau 445."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1122
+< msgid "TCP-Port for Listener"
+< msgstr "TCP-Port pentru Listener"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1813
+< msgid "TIME_WAIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1054
+< msgid "TS Quotas"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:572
+< msgid "TSM - IBM Tivoli Storage Manager (Linux, Unix)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:475
+< msgid "Table"
+< msgstr "Tabel"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:273
+< msgid "Table Layout"
+< msgstr "Asezare tabel"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:786
+< msgid "Table of all currently open events (handled and unhandled)"
+< msgstr "Tabel cu toate evenimentele deschise (manipulate si netratate)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:148
+< msgid "Table of available text macros"
+< msgstr "Tabel cu macro-uri disponibile"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:146
+< msgid "Table options"
+< msgstr "Optiuni tabel"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3283
+< msgid "Tablespace larger than"
+< msgstr "Tablespace mai mare decat"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3685
+< msgid "Tablespace name"
+< msgstr "Nume tablespace"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1053
+< msgid "Tablespaces"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:42
+< msgid "Tabloid"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:576
+< msgid "Tactical Overview"
+< msgstr "Privire de ansamblu"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12947
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13020
+< msgid "Tag ID"
+< msgstr "ID Tag"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1505
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1924
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1947
+< msgid "Tags"
+< msgstr "Tag-uri"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13083
+< #, python-format
+< msgid "Tags IDs must be unique. You've used %s twice."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:36
+< msgid ""
+< "Tags classify hosts and are the fundament of configuration of hosts and "
+< "services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13110
+< msgid "Tags with only one choice must have an ID."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:59
+< msgid "Take n'th best state for n = "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:37
+< msgid "Take n'th worst state for n = "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1606
+< msgid "Takeover after a master downtime of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1283
+< msgid "Takeover!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2222
+< msgid "Target State"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4869
+< msgid "Target state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2918
+< msgid "Target states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:539
+< msgid "Task Matching"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5077
+< msgid "Temperature"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5324
+< msgid "Temperature Trend Analysis"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5072
+< msgid "Temperature and Humidity for Eaton UPS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4926
+< msgid ""
+< "Temperature levels for external thermometers that are used for monitoring "
+< "the temperature of a datacenter. An example is the webthem from W&T."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5058
+< msgid "Temperature levels for hard disks, that is determined e.g. via SMART"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5024
+< msgid ""
+< "Temperature levels for hardware devices like Brocade switches with "
+< "(potentially) several temperature sensors. Sensor IDs can be selected in the "
+< "rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5043
+< msgid ""
+< "Temperature levels for hardware devices like DELL Powerconnect that have "
+< "just one temperature sensor. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4944
+< msgid ""
+< "Temperature levels for hardware devices with a single temperature sensor."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5311
+< msgid "Temperature sensors with builtin levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5322
+< msgid "Temperature trends for devices with builtin levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:40
+< msgid "Temperature, Humidity, Electrical Parameters, etc."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:87
+< msgid "Template for PDF exporting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:111
+< msgid "Template for PDF exporting of availability views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:99
+< msgid "Template for PDF exporting of views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:31
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:86
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:98
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:110
+< msgid "Templates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:57
+< msgid "Temporarily disable all notifications!"
+< msgstr "Dezactiveaza temporar toate notificarile!"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10492
+< msgid "Temporarily disable this connection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3321
+< msgid "Temporarily ignore this service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:150
+< msgid "Terse"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2984
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7359
+< msgid "Test"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5300
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:105
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:102
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:495
+< msgid "Text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:816
+< msgid "Text logfiles (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:600
+< msgid "Text to cancel event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16143
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:535
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1045
+< msgid "Text to match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:59
+< msgid "Text to place"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:165
+< msgid "Text-body of the email to send. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:331
+< msgid "Text/Message of the event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12405
+< msgid "That many permissions do not use the factory defaults."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:340
+< msgid "That many times the message must occur until an event is created"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:763
+< #, python-format
+< msgid ""
+< "The \"Authentication Expiration\" attribute (%s) could not be fetched from "
+< "the LDAP server for user %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14532
+< #, python-format
+< msgid "The %s %s does not match this rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:524
+< #, python-format
+< msgid "The %s does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1738
+< #, python-format
+< msgid "The %s started flapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1736
+< #, python-format
+< msgid "The %s stopped flapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2096
+< msgid "The from time must not be greater then the until time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5782
+< msgid ""
+< "The BEA application servers have 'Execute Queues' in which requests are "
+< "processed. This rule allows to set warn and crit levels for the number of "
+< "requests that are being queued for processing. Other keywords for this rule: "
+< "Tomcat, Jolokia, JMX. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3060
+< msgid ""
+< "The CPU load of a system is the number of processes currently being in the "
+< "state running, i.e. either they occupy a CPU or wait for one. The "
+< "load average is the averaged CPU load over the last 1, 5 or 15 "
+< "minutes. The following levels will be applied on the average load. On Linux "
+< "system the 15-minute average load is used when applying those levels. The "
+< "configured levels are multiplied with the number of CPUs, so you should "
+< "configure the levels based on the value you want to be warned \"per CPU\"."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3085
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3097
+< msgid ""
+< "The CPU utilization sums up the percentages of CPU time that is used for "
+< "user processes and kernel routines over all available cores within the last "
+< "check interval. The possible range is from 0% to 100%"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3198
+< msgid ""
+< "The CPU utilization sums up the percentages of CPU time that is used for "
+< "user processes, kernel routines (system), disk wait (sometimes also called "
+< "IO wait) or nothing (idle). Currently you can only set warning/critical "
+< "levels to the disk wait. This is the total percentage of time all CPUs have "
+< "nothing else to do then waiting for data coming from or going to disk. If "
+< "you have a significant disk wait the the bottleneck of your server is IO. "
+< "Please note that depending on the applications being run this might or might "
+< "not be totally normal."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:199
+< msgid ""
+< "The Check_MK Agent for Windows has a number of builtin modules that provide "
+< "functionality for various types of checks. Usually all those sections are "
+< "being executed, but here you can select which sections you want the agent to "
+< "compute. Disabling some of the sections will make the agent faster but will "
+< "result in less different checks. The most CPU performance is needed by the "
+< "Eventlog monitoring and the performance counters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3419
+< msgid ""
+< "The Data-Guard are availible in Oracle Enterprise Edition with enabled Data-"
+< "Guard. The init.ora Parameter dg_broker_start must be TRUE for this check. "
+< "The apply and transport lag could be configured with this rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:106
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:117
+< msgid "The ESX Host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1203
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1268
+< msgid "The Event Console Daemon is currently not running. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8527
+< msgid ""
+< "The Event Console can have events create notifications in Check_MK. These "
+< "notifications will be processed by the rule based notification system of "
+< "Check_MK. This matching option helps you distinguishing and also gives you "
+< "access to special event fields."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7291
+< msgid "The Group Base DN could be found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7293
+< msgid "The Group Base DN could not be found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7288
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7297
+< msgid "The Group Base DN is not configured, not fetching any groups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12454
+< msgid "The ID is already used by another role"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17107
+< msgid ""
+< "The ID of the rule must be a unique text. It will be used as an internal key "
+< "when rules refer to each other. The rule IDs will not be visible in the "
+< "status GUI. They are just used within the configuration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:607
+< msgid ""
+< "The ID will be used in URLs that point to a view, e.g. view.py?"
+< "view_name=myview. It will also be used internally for "
+< "identifying a view. You can create several views with the same title but "
+< "only one per view name. If you create a view that has the same view name as "
+< "a builtin view, then your view will override that (shadowing it)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:742
+< msgid "The LDAP attribute containing the alias of the user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:724
+< msgid "The LDAP attribute containing the mail address of the user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:828
+< msgid "The LDAP attribute containing the pager number of the user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:853
+< msgid ""
+< "The LDAP attribute whose contents shall be synced into this custom attribute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:181
+< msgid ""
+< "The LDAP connector is enabled in global settings, but the LDAP server to "
+< "connect to is not configured. Please fix this in the LDAP connection settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7180
+< msgid ""
+< "The LDAP user connector is disabled. You need to enable it to be able to "
+< "configure the LDAP settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:174
+< msgid "The Logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10355
+< msgid "The Multisite URL must end with /check_mk/"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:623
+< msgid ""
+< "The Multisite User Management code is modularized, the modules are called "
+< "user connectors. A user connector can hook into multisite at several places "
+< "where users are handled. Examples are the authentication or saving of user "
+< "accounts. Here you can enable one or several connectors to extend or replace "
+< "the default authentication mechanism (htpasswd) e.g. with ldap based "
+< "mechanism."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10358
+< msgid ""
+< "The Multisites URL must begin with http:// or https://."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5272
+< msgid "The Number of the power Phase."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4498
+< msgid "The Offset of the information relative to counter base"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:316
+< msgid "The SQL-statement or procedure name which is executed on the DBMS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1537
+< msgid ""
+< "The TCP Port the SMTP server is listening on. Defaulting to 25."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:972
+< msgid ""
+< "The TCP Port the SMTP server is listening on. The default is 25."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:88
+< msgid ""
+< "The URL must begin with http or https and end with /"
+< "check_mk/."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:595
+< msgid "The URL must begin with http://"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:957
+< msgid "The URL of the target page the link of the dashlet should link to."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10297
+< msgid "The URL prefix must end with a slash."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10461
+< #, python-format
+< msgid ""
+< "The URL prefix will be prepended to links of addons like PNP4Nagios or the "
+< "classical Nagios GUI when a link to such applications points to a host or "
+< "service on that site. You can either use an absolute URL prefix like "
+< "http://some.host/mysite/ or a relative URL like /mysite/. "
+< "When using relative prefixes you needed a mod_proxy configuration in your "
+< "local system apache that proxies such URLs to the according remote site. "
+< "Please refer to the online documentation for "
+< "details. The prefix should end with a slash. Omit the /pnp4nagios/ "
+< "from the prefix."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7255
+< msgid "The User Base DN could be found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7257
+< msgid ""
+< "The User Base DN could not be found. Maybe the provided user (provided via "
+< "bind credentials) has no permission to access the Base DN or the credentials "
+< "are wrong."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7261
+< msgid ""
+< "The User Base DN could not be found. Seems you need to configure proper bind "
+< "credentials."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7252
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7266
+< msgid "The User Base DN is not configured."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:107
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:118
+< msgid "The Virtual Machine"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2300
+< msgid "The WATO folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1530
+< msgid ""
+< "The access to the event status via TCP will only be allowed from this source "
+< "IP addresses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:480
+< msgid ""
+< "The action of this event is still delayed in the hope of a cancelling event."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:939
+< msgid "The age of the current host state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:517
+< msgid "The age of the current service state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:817
+< msgid ""
+< "The agent plugin mk_logwatch monitors a configured set of text "
+< "logfiles for new messages, classifies these according to a set of rules and "
+< "sends (only) relevant messages to the Check_MK server for further "
+< "processing. Here the messages can further be (re-)classified using the Logwatch "
+< "Ruleset. Note: If you want to configure several log files with "
+< "different sets of patterns, then simply create several rules. In this "
+< "ruleset all matching rules are being executed, not only the first "
+< "one. Note (2): This duplicate possibility for classification is due "
+< "to performance issues. It is always a good idea that the agent forwards only "
+< "messages that are potential problems in order to cut down network traffic. "
+< "Central reclassification on the other hand is more conveniant because no "
+< "agent update is neccessary when rules need to be changed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:702
+< msgid "The aggregate was in a scheduled downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16967
+< msgid "The aggregation covers data from only one host and its parents."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17086
+< msgid ""
+< "The aggregation function decides how the status of a node is constructed "
+< "from the states of the child nodes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:203
+< msgid "The application (syslog tag) does not match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:192
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:199
+< msgid "The aspect of the image is preserved."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17324
+< msgid ""
+< "The attribute can be added to the contact definiton in order to use it for "
+< "notifications."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17220
+< msgid "The attribute does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17295
+< msgid "The attribute is added to this section in the edit dialog."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:830
+< msgid ""
+< "The attribute used to identify the individual users. It must have unique "
+< "values to make an user identifyable by the value of this attribute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:898
+< msgid "The attribute used to identify users group memberships."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4612
+< msgid "The audit log is empty."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2630
+< msgid "The average utilization of memory on the active supervisor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1278
+< msgid ""
+< "The base URL to the monitoring instance. For example http://
Please note that on windows systems any backslashes need to be "
+< "escaped.For example C:\\\\tmp\\\\message.log"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2878
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2897
+< #, python-format
+< msgid "The entry %s is missing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1680
+< msgid ""
+< "The event daemon keeps statistics about the rate of messages, events rule "
+< "hits, and other stuff. These values are updated in the interval configured "
+< "here and are available in the sidebar snapin Event Console Performance"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1824
+< msgid ""
+< "The event socket is an alternative way for sending events to the Event "
+< "Console. It is used by the Check_MK logwatch check when forwarding log "
+< "messages to the Event Console. This setting defines the number of unaccepted "
+< "connections to be queued before refusing new connections."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:99
+< msgid ""
+< "The event was cancelled because the corresponding OK message was received"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6975
+< msgid "The expected number of nodes in the cluster."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6982
+< msgid "The expected number of resources in the cluster."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9382
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9385
+< msgid "The file does not seem to be a valid iCalendar file."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2127
+< msgid ""
+< "The filesystem levels will never fall below these values, when using the "
+< "magic factor and the filesystem is very small."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13199
+< msgid ""
+< "The first choice of a tag group will be its default value. If a tag group "
+< "has only one choice, it will be displayed as a checkbox and set or not set "
+< "the only tag. If it has more choices you may leave at most one tag id empty. "
+< "A host with that choice will not get any tag of this group.
The tag "
+< "ID must contain only of letters, digits and underscores.
Renaming "
+< "tags ID: if you want to rename the ID of a tag, then please make sure "
+< "that you do not change its title at the same time! Otherwise WATO will not "
+< "be able to detect the renaming and cannot exchange the tags in all folders, "
+< "hosts and rules accordingly."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1119
+< msgid "The folder is not permitted for any contact group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1121
+< #, python-format
+< msgid "The folder's permitted contact groups are %s. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2323
+< #, python-format
+< msgid "The following cluster definitions: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8278
+< msgid "The following explicit email addresses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:291
+< #, python-format
+< msgid ""
+< "The following query produced no output:\n"
+< "\n"
+< "%s
\n"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13754
+< msgid "The following rules do not match to any of the existing hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8262
+< msgid "The following users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16852
+< msgid "The found hosts themselves"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16853
+< msgid "The found hosts' childs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16854
+< msgid "The found hosts' parents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:348
+< #, python-format
+< msgid "The given base object \"%s\" does not exist in LDAP (%s))"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:784
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:347
+< msgid "The given datasource is not supported"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:583
+< msgid "The given datasource is not supported."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9378
+< msgid ""
+< "The given file does not seem to be a valid iCalendar file. It needs to have "
+< "the file extension .ics."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2931
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3028
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16157
+< msgid "The given host does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:351
+< #, python-format
+< msgid "The given ldap filter \"%s\" is invalid (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15633
+< #, python-format
+< msgid "The given password is too short. It must have at least %d characters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:347
+< #, python-format
+< msgid "The host %s is not managed by WATO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14519
+< #, python-format
+< msgid "The host has the tag %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:351
+< msgid "The host is currently in downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14517
+< #, python-format
+< msgid "The host is missing the tag %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8339
+< msgid "The host must be in one of the selected host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:200
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14513
+< msgid "The host name does not match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:739
+< msgid "The host name may not contain spaces."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:733
+< msgid "The host name of the event"
+< msgstr "Numele elementului pentru eveniment"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:691
+< msgid "The host or service was in a scheduled downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:690
+< msgid "The host was down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:678
+< msgid "The host was in a scheduled downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8381
+< msgid ""
+< "The host/ service must be in one of the selected contact groups. Only works "
+< "with Check_MK Microcore. If you don't use the CMC, that filter will not apply"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2852
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3023
+< msgid "The hostname is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6967
+< msgid "The hostname of the expected distinguished controller of the cluster."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6998
+< msgid "The hostname of the expected node to hold this resource."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:866
+< msgid "The ident of the dashlet is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5203
+< msgid "The identificator of the fan."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5065
+< msgid "The identificator of the hard disk device, e.g. /dev/sda."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5315
+< msgid "The identificator of the thermal sensor."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6352
+< msgid "The identifier of the detector."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1055
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4967
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4984
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5001
+< msgid "The identifier of the phase the power is related to."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4935
+< msgid "The identifier of the themal sensor."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5034
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5362
+< msgid "The identifier of the thermal sensor."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:110
+< #, python-format
+< msgid "The image %s cannot be rendered."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:894
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:560
+< #, python-format
+< msgid "The info %s does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:317
+< msgid ""
+< "The information provided by the sidebar snapins is refreshed in a regular "
+< "interval. You can change the refresh interval to fit your needs here. This "
+< "value means that all snapnis which request a regular refresh are updated in "
+< "this interval."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6833
+< msgid ""
+< "The integrity of this snapshot could not be verified.
If you restore "
+< "a snapshot on the same site as where it was created, the checksum should "
+< "always be OK. If not, it is likely that something has been modified in the "
+< "snapshot.
When you restore the snapshot on a different site, the checksum "
+< "check will always fail. The snapshot contains files which contain code that "
+< "will be executed during runtime of the monitoring.
The upload of "
+< "insecure snapshots is currently disabled in WATO. If you want to allow the "
+< "upload of insecure snapshots you can activate it in the Global Settings "
+< "under
Configuration GUI (WATO) -> Allow upload of insecure WATO "
+< "snapshots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6890
+< msgid ""
+< "The integrity of this snapshot could not be verified.
If you restore "
+< "a snapshot on the same site as where it was created, the checksum should "
+< "always be OK. If not, it is likely that something has been modified in the "
+< "snapshot.
When you restore the snapshot on a different site, the checksum "
+< "check will always fail.
The snapshot contains files which contain "
+< "code that will be executed during runtime of the monitoring. Please ensure "
+< "that the snapshot is a legit, not manipulated file.
Do you want to "
+< "ignore the failed integrity check and restore the snapshot?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6883
+< msgid ""
+< "The integrity of this snapshot could not be verified.
You are "
+< "restoring a legacy snapshot which can not be verified. The snapshot contains "
+< "files which contain code that will be executed during runtime of the "
+< "monitoring. Please ensure that the snapshot is a legit, not manipulated file."
+< "
Do you want to continue restoring the snapshot?"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6826
+< msgid ""
+< "The integrity of this snapshot could not be verified.
You are "
+< "restoring a legacy snapshot which can not be verified. The snapshot contains "
+< "files which contain code that will be executed during runtime of the "
+< "monitoring.
The upload of insecure snapshots is currently disabled in "
+< "WATO. If you want to allow the upload of insecure snapshots you can activate "
+< "it in the Global Settings under
Configuration GUI (WATO) -> Allow "
+< "upload of insecure WATO snapshots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13178
+< msgid ""
+< "The internal ID of the tag group is used to store the tag's value in the "
+< "host properties. It cannot be changed later."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12953
+< msgid ""
+< "The internal name of the tag. The special tags snmp, tcp "
+< "and ping can be used here in order to specify the agent type."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2170
+< msgid "The last "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1940
+< #, python-format
+< msgid "The last one was: %s
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:547
+< msgid "The last time the service was OK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2130
+< msgid "The last..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3426
+< msgid "The limit for the apply lag in v$dataguard_stats."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3433
+< msgid "The limit for the transport lag in v$dataguard_stats."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16521
+< #, python-format
+< msgid "The list of host tags must be a list, but is %r"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16525
+< #, python-format
+< msgid "The list of host tags must only contain strings but also contains %r"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11492
+< msgid "The list of services will never match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:283
+< #, python-format
+< msgid "The log file %s of host %s could not be deleted: %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5245
+< msgid "The log is empty. No host has been created or changed yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1189
+< msgid ""
+< "The maximum age for piggy back data from another host to be valid for "
+< "monitoring. Older files are deleted before processing them. Please make sure "
+< "that this age is at least as large as you normal check interval for piggy "
+< "hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:775
+< msgid "The maximum age of the last backup."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:194
+< msgid ""
+< "The maximum number of concurrent Livestatus connections is limited by this "
+< "setting. Usually the default value should be fine. If you have a larger "
+< "number of users and use persistent connections then you could run out of "
+< "Livestatus connections. This results in hanging Apache processes and "
+< "browsers running into timeouts. Increase this number in such a case. Also "
+< "consider using the Livestatus proxy."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1634
+< msgid ""
+< "The maximum number of failed checks until a service problem state will be "
+< "considered as hard. Only hard state trigger notifications. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1725
+< msgid ""
+< "The maximum number of failed host checks until the host will be considered "
+< "in a hard down state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:785
+< msgid ""
+< "The maximum size of all files on the backup space. This might be set to the "
+< "allowed quotas on the configured FTP server to be notified if the space "
+< "limit is reached."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8271
+< msgid "The members of certain contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2735
+< msgid ""
+< "The memory levels for one specific module of this host. This is relevant for "
+< "hosts that have several distinct memory areas, e.g. pluggable cards"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:228
+< msgid "The message text does not match the required pattern."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:281
+< msgid "The monitoring state that this event will trigger."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2209
+< msgid "The name of the Datastore"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6836
+< msgid "The name of the FC port"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4563
+< msgid "The name of the OMD site to check the status for"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1286
+< msgid ""
+< "The name of the aggregation to fetch. It will be added to the service "
+< "description."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5659
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5693
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5732
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5771
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5802
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5878
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6895
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6943
+< msgid "The name of the application server"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17281
+< msgid ""
+< "The name of the attribute is used as an internal key. It cannot be changed "
+< "later."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7003
+< msgid "The name of the cluster resource as shown in the service description."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:636
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:853
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1043
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1105
+< msgid "The name of the dashboard is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:304
+< msgid "The name of the database on the DBMS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8041
+< msgid ""
+< "The name of the group is used as an internal key. It cannot be changed "
+< "later. It is also visible in the status GUI."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:738
+< msgid "The name of the queue like in the Apache queue manager"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:706
+< msgid ""
+< "The name of the replication partner (Destination DC Site/Destination DC)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:943
+< msgid "The name of the switch port"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2952
+< msgid ""
+< "The name of the system must begin with VM or HostSystem."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1291
+< msgid ""
+< "The name of the user account to use for fetching the BI aggregation via "
+< "HTTP. When using the cookie based authentication mode (default), this must "
+< "be a user where authentication is set to \"Automation Secret\" based "
+< "authentication."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:614
+< msgid "The name of the view may only contain letters, digits and underscores."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:282
+< msgid "The name of this active service to be displayed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:205
+< msgid "The name or IPv4 address you want to query"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1426
+< msgid "The name that will be used in the service description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1338
+< msgid "The name will be used in the service description"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:533
+< msgid "The network must contain three dots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:401
+< msgid ""
+< "The network timeout in seconds when communicating via HTTP. The default is "
+< "10 seconds."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:342
+< msgid ""
+< "The network timeout in seconds when communicating via UPNP. The default is "
+< "10 seconds. Please note that this is not a total timeout, instead it is "
+< "applied to each API call."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:76
+< msgid ""
+< "The network timeout in seconds when communicating with vSphere or to the "
+< "Check_MK Agent. The default is 60 seconds. Please note that this is not a "
+< "total timeout but is applied to each individual network transation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1199
+< msgid "The new configuration has successfully been activated."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15806
+< msgid "The new password must differ from your current one."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2041
+< #, python-format
+< msgid "The node %s is not a WATO host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:217
+< msgid "The notification has been sent via
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8680
+< #, python-format
+< msgid "The notification script %s does not allow bulking."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:192
+< msgid ""
+< "The notifications will be converted into syslog message with the facility "
+< "that you choose here. In the Event Console you can later create a rule "
+< "matching this facility."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2637
+< #, python-format
+< msgid "The number of elements in the tuple must be exactly %d."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:496
+< msgid ""
+< "The number of object handles in the processes object table. This includes "
+< "open handles to threads, files and other resources like registry keys."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2094
+< msgid ""
+< "The number of remaining inodes on the filesystem. Please note that this "
+< "setting has no effect on some filesystem checks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:698
+< msgid "The number of replication failures"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1179
+< msgid ""
+< "The number of seconds a cache file may be old if check_mk should use it "
+< "instead of getting information from the target hosts while checking a "
+< "cluster. Per default this is enabled and set to 90 seconds. If your check "
+< "cycle is not set to a larger value than one minute then you should increase "
+< "this accordingly."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5124
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5170
+< msgid "The number of the phase (usually 1,2,3)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4466
+< msgid "The number of the port type. For example 53 (propVirtual)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5387
+< msgid "The offset in ms at which a critical state is triggered."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5381
+< msgid "The offset in ms at which a warning state is triggered."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1537
+< msgid "The operational transmit power"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:45
+< msgid ""
+< "The option will make notifications handled asynchronously. For each "
+< "notification a spool file will be created and later processes by the "
+< "notification spooler. This avoids a hanging core in case of notifications "
+< "that need very long to execute. It also enables a retry in case of failed "
+< "notifications. Please not that this is not useful if you only use "
+< "notification methods that have their own spooling (like email or SMS tools)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:206
+< msgid "The original aspect of the image will be ignored."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5430
+< msgid "The output voltage at and below which a critical state is triggered."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12081
+< msgid "The pager address is optional "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:109
+< #, python-format
+< msgid ""
+< "The parent '%s' is monitored on site '%s' while the host itself is monitored "
+< "on site '%s'. Both must be monitored on the same site. Remember: The parent/"
+< "child relation is used to describe the reachability of hosts by one "
+< "monitoring daemon."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4267
+< msgid ""
+< "The parent scan will try to detect the last gateway on layer 3 (IP) before a "
+< "host. This will be done by calling traceroute. If a gateway is "
+< "found by that way and its IP address belongs to one of your monitored hosts, "
+< "that host will be used as the hosts parent. If no such host exists, an "
+< "artifical ping-only gateway host will be created if you have not disabled "
+< "this feature."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2326
+< #, python-format
+< msgid "The parents of the following hosts: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12103
+< msgid "The password can not be changed (It is locked by the user connector)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15649
+< #, python-format
+< msgid ""
+< "The password does not use enough character groups. You need to set a "
+< "password which uses at least %d of them."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:312
+< msgid "The password used to connect to the database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:641
+< msgid ""
+< "The placeholder \\0 will be replaced by the original host name. "
+< "This allows you to add new information in front or at the end."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:627
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:654
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:667
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:681
+< msgid ""
+< "The placeholder \\0 will be replaced by the original text. This "
+< "allows you to add new information in front or at the end."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:289
+< msgid ""
+< "The plugin mailman_lists allows monitoring mailing lists of mailman."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:300
+< msgid "The port the DBMS listens to"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:130
+< msgid ""
+< "The python module python-ldap seems to be missing. You need to install this "
+< "extension to make the LDAP user connector work."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:105
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:116
+< msgid "The queried ESX system (vCenter / Host)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2260
+< msgid ""
+< "The renaming of hosts is a complex operation since a host's name is being "
+< "used as a unique key in various places. It also involves stopping and "
+< "starting of the monitoring core. You cannot rename a host while you have "
+< "pending changes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1583
+< msgid "The replication will be triggered each this number of seconds"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:237
+< msgid "The requested dashboard can not be found."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:646
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:871
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1053
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1112
+< msgid "The requested dashboard does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:668
+< msgid "The requested dashlet type does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6607
+< msgid "The requested snapshot does not exist"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11066
+< msgid "The requested user does not exist"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:354
+< msgid ""
+< "The response reached a size limit. This could be due to a sizelimit "
+< "configuration on the LDAP server.
Throwing away the incomplete results. "
+< "You should change the scope of operation within the ldap or adapt the limit "
+< "settings of the LDAP server."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14522
+< msgid "The rule does not apply to the folder of the host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14866
+< msgid "The rule is only applied to hosts directly in or below this folder."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14871
+< msgid ""
+< "The rule will only be applied to hosts fullfilling all of of the host tag "
+< "conditions listed here, even if they appear in the list of explicit host "
+< "names."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:544
+< msgid ""
+< "The rules does only apply when the given regular expression matches the host "
+< "name the message originates from. Note: in some cases the event might use "
+< "the IP address instead of the host name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:536
+< msgid ""
+< "The rules does only apply when the given regular expression matches the "
+< "message text (infix search)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4043
+< msgid "The selected hosts have no explicit attributes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3245
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2214
+< msgid "The selected icon image does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:854
+< msgid "The service description will be LDAP plus this name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1522
+< msgid "The service description will be Mail Loop plus this name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:957
+< msgid "The service description will be SMTP plus this name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:628
+< msgid ""
+< "The service descriptions of the inventorized services are named like the "
+< "paths in SAP. You can use this option to let the inventory function only use "
+< "the last x path levels for naming."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1449
+< msgid ""
+< "The service discovery of this host failed during a previous bulk service "
+< "discovery."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8374
+< msgid "The service must be in one of the selected service groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:337
+< msgid ""
+< "The sidebar can be configured to regularly check for pending popup "
+< "notififcations. This is disabled by default."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10282
+< msgid "The site id must consist only of letters, digit and the underscore."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11112
+< msgid "The site is marked as dead. Not trying to replicate."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10333
+< msgid "The site of the status host does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:431
+< msgid ""
+< "The staleness value of a host / service is calculated by measuring the "
+< "configured check intervals a check result is old. A value of 1.5 means the "
+< "current check result has been gathered one and a half check intervals of an "
+< "object. This would mean 90 seconds in case of a check which is checked each "
+< "60 seconds."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3517
+< msgid "The state of the job is ignored per default."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5375
+< msgid ""
+< "The stratum (\"distance\" to the reference clock) at which the check gets "
+< "critical."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:206
+< msgid "The syslog facility does not match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:236
+< msgid "The syslog priority is not in the required range."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:724
+< msgid "The syslog tag"
+< msgstr "Tagul Aplicatiei in syslog"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:773
+< msgid "The system number is two digits"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3324
+< msgid ""
+< "The tablespace levels will never fall below these values, when using the "
+< "magic factor and the tablespace is very small."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13105
+< #, python-format
+< msgid "The tag ID '%s' is already being used as auxiliary tag."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13097
+< #, python-format
+< msgid ""
+< "The tag ID '%s' is already being used by the choice '%s' in the tag group '%"
+< "s'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13060
+< #, python-format
+< msgid "The tag group ID %s is already used by the tag group '%s'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3034
+< msgid "The test is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:61
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:67
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:106
+< msgid "The text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1084
+< #, python-format
+< msgid "The text %s is not a valid floating point number."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:277
+< #, python-format
+< msgid "The text %s is not a valid integer number."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:255
+< msgid ""
+< "The text entered here well be prefixed to the hostname. Ending the prefix "
+< "with a period will create a separate folder in Graphite"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2034
+< #, python-format
+< msgid "The time must not be greater than %02d:%02d."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:969
+< msgid "The time of the last host notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:561
+< msgid "The time of the last service notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:962
+< msgid "The time of the next host notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:955
+< msgid "The time of the next scheduled host check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:540
+< msgid "The time of the next scheduled service check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:554
+< msgid "The time of the next service notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9725
+< msgid ""
+< "The time period name 24X7 cannot be used. It is always autmatically defined."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:947
+< msgid "The time since the last check of the host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:532
+< msgid "The time since the last check of the service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:257
+< #, python-format
+< msgid "The timeperiod %s is currently not active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:255
+< #, python-format
+< msgid "The timeperiod %s is not known to the local monitoring core"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17291
+< msgid "The title is used to label this attribute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17047
+< msgid ""
+< "The title of the BI nodes which are created from this rule. This will be "
+< "displayed as the name of the node in the BI view. For top level nodes this "
+< "title must be unique. You can insert rule parameters like $FOO$ or "
+< "$BAR$ here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:577
+< msgid "The total number of hosts and service with and without problems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2020
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2087
+< #, python-format
+< msgid "The tuple must contain two elements, but you have %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3241
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2209
+< #, python-format
+< msgid "The type is %s, but should be str"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2868
+< #, python-format
+< msgid "The type must be a dictionary, but it is a %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1052
+< #, python-format
+< msgid "The type must be dict, but is %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:940
+< #, python-format
+< msgid "The type must be list, but is %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17308
+< msgid "The type of information to be stored in this attribute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1959
+< #, python-format
+< msgid "The type of the timestamp must be int or float, but is %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2653
+< msgid ""
+< "The used and free levels for the memory on Linux and UNIX systems take into "
+< "account the currently used memory (RAM or SWAP) by all processes and sets "
+< "this in relation to the total RAM of the system. This means that the memory "
+< "usage can exceed 100%. A usage of 200% means that the total size of all "
+< "processes is twice as large as the main memory, so at least half of "
+< "it is currently swapped out. Besides Linux and UNIX systems, these "
+< "parameters are also used for memory checks of other devices, like Fortigate "
+< "devices."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11687
+< msgid "The user synchronization completed successfully."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11896
+< msgid ""
+< "The username must consist only of letters, digits, @, _ or "
+< "colon."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:726
+< #, python-format
+< msgid "The username returned by the %s connector is not of type string (%r)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:308
+< msgid "The username used to connect to the database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:296
+< #, python-format
+< msgid "The value %r has the wrong type %s, but must be of type int"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1113
+< #, python-format
+< msgid "The value %r has type %s, but must be either float or int"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1144
+< #, python-format
+< msgid "The value %r has type %s, but must be of type bool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1089
+< #, python-format
+< msgid "The value %r has type %s, but must be of type float%s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:225
+< #, python-format
+< msgid "The value %r has type %s, but must be of type int"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1941
+< #, python-format
+< msgid "The value for %s must be between %d and %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1072
+< #, python-format
+< msgid "The value must be of type dict, but it has type %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:449
+< #, python-format
+< msgid "The value must be of type str or unicode, but it has type %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:415
+< #, python-format
+< msgid "The value must be of type str, but it has type %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13834
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14362
+< msgid "The value of this rule is not valid. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2101
+< msgid "The view is intended for NagStaMon as web service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11311
+< #, python-format
+< msgid "There are %d pending changes that would get lost. The most recent are: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17896
+< msgid ""
+< "There are changes from other users and foreign changes are not allowed in "
+< "this API call."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1582
+< msgid "There are no elements for selection."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13856
+< msgid "There are no ineffective rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16170
+< #, python-format
+< msgid ""
+< "There are no logfile patterns defined. You may create logfile patterns using "
+< "the Rule Editor."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1202
+< msgid "There are no options to select from"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4963
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1212
+< msgid "There are no pending changes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5860
+< msgid "There are no possible hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14197
+< #, python-format
+< msgid "There are no rules availabe for %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14037
+< msgid "There are no rules defined in this folder."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14215
+< msgid "There are no rules defined in this set."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14035
+< #, python-format
+< msgid "There are no rules with an exception for the host %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6948
+< msgid "There are no snapshots available."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9266
+< msgid "There are no timeperiods defined yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2924
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2929
+< msgid "There are not defined any elements for this selection yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4686
+< msgid ""
+< "There are some changes made by your colleagues that you will activate if you "
+< "proceed:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4690
+< msgid ""
+< "There are some changes made by your colleagues that you will discard if you "
+< "proceed:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2373
+< msgid ""
+< "There exist a few devices out there that behave very badly when using SNMP "
+< "v2c and bulk walk. If you want to use SNMP v2c on those devices, "
+< "nevertheless, you need to configure this device as legacy snmp device and "
+< "upgrade it to SNMP v2c (without bulk walk) with this rule set. One reason is "
+< "enabling 64 bit counters. Note: This rule won't apply if the device is "
+< "already configured as SNMP v2c device."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1713
+< #, python-format
+< msgid "There is a cycle in the imports of the report %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17150
+< msgid ""
+< "There is a cycle in your rules. This rule calls itself - either directly or "
+< "indirectly."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17137
+< #, python-format
+< msgid "There is already a rule with the id %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4711
+< msgid "There is no WATO snapshot to be restored."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5922
+< msgid "These contact groups are also used in the monitoring configuration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4237
+< msgid ""
+< "These levels check the number of currently existing threads on the system. "
+< "Each process has at least one thread."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2268
+< msgid ""
+< "These levels make the check go warning or critical whenever the "
+< "percentual error rate of the monitored interface reaches the given "
+< "bounds. The error rate is computed by dividing number of errors by the total "
+< "number of packets (successful plus errors)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:343
+< msgid ""
+< "These settings control how the initial scheduling of new active "
+< "checks should be done. If you just add a few new checks then those are "
+< "scheduled immediately. Then you add a larger number of services then their "
+< "initial checks are spread over the complete check interval."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:38
+< msgid ""
+< "These settings control under which circumstances a user is said to be a "
+< "contact of a host or group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:305
+< msgid ""
+< "These settings tune, how sensitive the core is to state changes when it "
+< "decides whether the state of an object is flapping. Each object keeps "
+< "are value called flappiness. This value is increased by 1.0 each time "
+< "its state changes. Every minute the value is being decreased by a certain "
+< "part that is relative to its current amount. When the flappiness reaches the "
+< "high threshold the object is set to flapping. When it later "
+< "falls below the low threshold the flapping state ends."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1029
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13222
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:734
+< #, python-format
+< msgid ""
+< "These texts may be localized depending on the users' language. You can "
+< "configure the localizations in the global settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1123
+< #, python-format
+< msgid ""
+< "This %s can not be displayed, because the necessary context information \"%s"
+< "\" is missing."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:576
+< #, python-format
+< msgid "This %s is one of your favorites"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3220
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3238
+< msgid "This Rulset sets the threshold limits for humidity sensors"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11177
+< msgid "This account has no permission for automation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1514
+< msgid ""
+< "This active check sends out special E-Mails to a defined mail address using "
+< "the SMTP protocol and then tries to receive these mails back by querying the "
+< "inbox of a IMAP or POP3 mailbox. With this check you can verify that your "
+< "whole mail delivery progress is working."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1457
+< msgid ""
+< "This active check uses traceroute in order to determine the current "
+< "routing from the monitoring host to the target host. You can specify any "
+< "number of missing or expected routes in that way detect e.g. an (unintended) "
+< "failover to a secondary route."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16367
+< msgid "This aggregation covers only data from a single host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16365
+< msgid "This aggregation is currently disabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:80
+< msgid "This aggregation is currently in a scheduled downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17233
+< #, python-format
+< msgid "This alias is already used by the attribute %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18300
+< #, python-format
+< msgid "This alias is already used in the %s group %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18312
+< #, python-format
+< msgid "This alias is already used in the role %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18306
+< #, python-format
+< msgid "This alias is already used in timeperiod %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:103
+< msgid ""
+< "This allows a user to edit his personal notification settings. You also need "
+< "the permission Edit the user profile in order to do this."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:117
+< msgid ""
+< "This allows a user to edit his personal user attributes. You also need the "
+< "permission Edit the user profile in order to do this."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:92
+< msgid "This allows the user to add, move and remove sidebar snapins."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1630
+< msgid ""
+< "This allows you to disable the replication without loosing your settings. If "
+< "you check this box, then no replication will be done and the Event Console "
+< "will act as its own master."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4092
+< msgid ""
+< "This attribute is mandatory and there is no value defined in the host list "
+< "or any parent folder."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17319
+< msgid ""
+< "This attribute is only visibile on the detail pages by default, but you can "
+< "also make it visible in the overview tables."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1132
+< msgid ""
+< "This boolean variable allows you to bring check_mk into a dry run mode. No "
+< "hosts will be contacted, no DNS lookups will take place and data is read "
+< "from cache files that have been created during normal operation or have been "
+< "copied here from another monitoring site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5278
+< msgid "This change has been made by another user"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:271
+< msgid ""
+< "This check connects to the specified database, sends a custom SQL-statement "
+< "or starts a procedure, and checks that the result has a defined format "
+< "containing three columns, a number, a text, and performance data. Upper or "
+< "lower levels may be defined here. If they are not defined the number is "
+< "taken as the state of the check. If a procedure is used, input parameters "
+< "of the procedures may by given as comma separated list. This check uses the "
+< "active check check_sql."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:626
+< msgid ""
+< "This check crashed. Please click here for more information. You also can "
+< "submit a crash report to the development team if you like."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15334
+< msgid "This check has no parameters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2574
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2599
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2610
+< msgid "This check is not configurable via WATO"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1937
+< msgid ""
+< "This check is part of the Check_MK Event Console and will check if there are "
+< "any open events for a certain host (and maybe a certain application on that "
+< "host. The state of the check will reflect the status of the worst open event "
+< "for that host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5889
+< msgid ""
+< "This check is used to monitor successful email delivery through Symantec "
+< "Brightmail Scanner appliances."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:762
+< msgid "This check monitors backups configured for domains in plesk."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4151
+< msgid ""
+< "This check monitors how often database objects in a PostgreSQL Database are "
+< "accessed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3776
+< msgid "This check monitors locking related information of MSSQL tablespaces."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4823
+< msgid ""
+< "This check monitors number of active and inactive terminal server sessions."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4052
+< msgid ""
+< "This check monitors the current number of active and idle sessions on "
+< "PostgreSQL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4086
+< msgid "This check monitors the current number of active sessions on Oracle"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3832
+< msgid ""
+< "This check monitors the current number of active sessions to the MySQL "
+< "database server as well as the connection rate."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3375
+< msgid ""
+< "This check monitors the number of log switches of an ORACLE database "
+< "instance in the last 60 minutes. You can set levels for upper and lower "
+< "bounds."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:371
+< msgid ""
+< "This check tests the connection to a TCP port. It uses check_tcp "
+< "from the standard Nagios plugins."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:848
+< msgid ""
+< "This check uses check_ldap from the standard Nagios plugins in "
+< "order to try the response of an LDAP server."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:951
+< msgid ""
+< "This check uses check_smtp from the standard Nagios plugins in "
+< "order to try the response of an SMTP server."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:107
+< #, python-format
+< msgid ""
+< "This command will be executed whenever a notification should be done. The "
+< "command will receive the notification text body on standard input. The macro "
+< "$SUBJECT$ will be replaced by a text configured with notification_host_subject and notification_service_subject. You find a list of all "
+< "remaining available variables in the help text of notification_common_body."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8327
+< msgid ""
+< "This condition makes the rule match only hosts that are managed via WATO and "
+< "that are contained in this folder - either directly or in one of its "
+< "subfolders."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:662
+< msgid ""
+< "This configures how many datapoints will be stored of the performance values "
+< "of hosts. Note: hosts checked via Smart PING do not create any performance "
+< "data."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:646
+< msgid ""
+< "This configures how many datapoints will be stored of the performance values "
+< "of services. Please note, that these settings only apply for new "
+< "services. Existing RRDs cannot be changed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:34
+< msgid ""
+< "This dashboard gives you a general overview on the state of your monitored "
+< "devices."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:205
+< msgid ""
+< "This dashboard uses the parent relationships of your hosts to display a "
+< "hierarchical map."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1161
+< msgid "This defines one file grouping pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6139
+< msgid "This defines one logfile grouping pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:62
+< msgid "This defines one logfile pattern rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:647
+< msgid "This defines one value grouping pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1581
+< msgid "This element is currently in a scheduled downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:916
+< msgid "This entry is currently disabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:476
+< msgid "This event has been acknowledged."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:478
+< msgid "This event has not reached the target count yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2235
+< msgid "This folder is locked. You cannot rename a host here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1065
+< msgid "This host has no such service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1469
+< #, python-format
+< msgid "This host is a cluster of %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:425
+< msgid "This host is flapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5870
+< msgid "This host is not configured."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5873
+< msgid "This host is not possible."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:448
+< msgid "This host is stale"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10280
+< msgid "This id is already being used by another connection."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:359
+< msgid ""
+< "This interval is applied to all new checks that go beyond the number of "
+< "immediately scheduled checks. Note: the maximum delay is five times the "
+< "normal check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:369
+< msgid ""
+< "This interval is applied to all new non-Check_MK active checks that go "
+< "beyond the number of immediately scheduled checks. Note: the maximum delay "
+< "is five times the normal check interval"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8563
+< msgid "This is a regular expression for matching the event's comment."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16390
+< msgid "This is a top-level rule. Show rule tree"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:364
+< msgid ""
+< "This is just for testing! The agent will then always send all historic "
+< "messages, not just the new ones. This leads to enormous amounts of data."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6822
+< #, python-format
+< msgid "This is not a Check_MK snapshot!
%s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9311
+< msgid "This is not a valid Nagios timeperiod day specification."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1882
+< msgid ""
+< "This is the name of subdirectory where the files and other folders will be "
+< "created. You cannot change this later."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:196
+< msgid "This logfile contains no unacknowledged messages."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16257
+< msgid "This logfile pattern does not match the given string."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16254
+< msgid "This logfile pattern matches but another matched first."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16247
+< msgid ""
+< "This logfile pattern matches first and will be used for defining the state "
+< "of the given line."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8441
+< msgid ""
+< "This match option allows you to throttle periodic notifications after a "
+< "certain number of notifications have been created by the monitoring core. If "
+< "you for example select 10 as the beginning and 5 as the rate then you will "
+< "receive the notification 1 through 10 and then 15, 20, 25.. and so on."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10525
+< msgid ""
+< "This might be needed to make the synchronization accept problems with SSL "
+< "certificates when using an SSL secured connection."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:211
+< msgid "This module has not yet been implemented."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2124
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:498
+< msgid "This month"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9723
+< msgid "This name is already being used by another timeperiod."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1306
+< #, python-format
+< msgid ""
+< "This name must match the name of the group defined in the %s ruleset."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6320
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7060
+< msgid "This name will be used in the description of the service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:290
+< #, python-format
+< msgid "This notification has been created at %s and is valid till %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:352
+< msgid "This number of new checks is scheduled immediately"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:75
+< msgid ""
+< "This option allows you to forward notifications to another Check_MK site. "
+< "That site must have the notification spooler running and TCP listening "
+< "enabled. This allows you to create a centralized notification handling."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:108
+< msgid ""
+< "This option controls whether error messages from unreachable sites are shown "
+< "in the output of views. Those error messages shall alert you that not all "
+< "data from all sites has been shown. Other people - however - find those "
+< "messages distracting. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:929
+< msgid ""
+< "This option defines the maximum age for using the cached LDAP data. The time "
+< "of the last LDAP synchronisation is saved and checked on every request to "
+< "the multisite interface. Once the cache gets outdated, a new synchronisation "
+< "job is started.
Please note: Passwords of the users are never stored "
+< "in WATO and therefor never cached!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:94
+< msgid ""
+< "This option defines the maximum age of unmodified checkbox selections stored "
+< "for users. If a user modifies the selection in a view, these selections are "
+< "persisted for the currently open view. When a view is re-opened a new "
+< "selection is used. The old one remains on the server until the livetime is "
+< "exceeded."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:516
+< msgid ""
+< "This option enables a new implementation of the Livestatus table "
+< "statehist that makes use of a in-memory cache of state transitions "
+< "of hosts and services. This dramatically speeds up availability queries for "
+< "large installations. But it's still experimental."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:560
+< msgid ""
+< "This option is just for testing and can be used in tests where long round "
+< "trip times should be simulated. Never use this option in production mode."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:506
+< msgid ""
+< "This option is just for testing. It will be removed in future. Do not use it "
+< "unless you are told to do so!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:870
+< msgid ""
+< "This option is only relevant when you limit the number of messages or the "
+< "parsing time. It sets the behaviour in case of too many new messages in a "
+< "logfile."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:307
+< msgid ""
+< "This option lets Check_MK add the string \"ISL\" to the service description "
+< "for interswitch links."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1455
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:241
+< msgid ""
+< "This option lets Check_MK use the alias of the port (ifAlias) as item "
+< "instead of the port number. If no alias is available then the port number is "
+< "used anyway."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1447
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:234
+< msgid ""
+< "This option lets Check_MK use the interface description as item instead of "
+< "the port number. If no description is available then the port number is used "
+< "anyway."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:300
+< msgid ""
+< "This option lets Check_MK use the port name as item instead of the port "
+< "number. If no description is available then the port number is used anyway."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1717
+< msgid "This option turns on a faster algorithm for matching events to rules. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1693
+< msgid ""
+< "This option turns on logging the execution of rules. For each message "
+< "received the execution details of each rule are logged. This creates an "
+< "immense volume of logging and should never be used in productive operation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10252
+< msgid ""
+< "This option will enable the caching of several queries that need no current "
+< "data. This reduces the number of Livestatus queries to sites and cuts down "
+< "the response time of remote sites with large latencies."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:122
+< msgid ""
+< "This options creates additional log messages in various phases of the "
+< "notification mechanics. Each time a notification is suppressed due to "
+< "settings a log message will explain the exact reason."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:967
+< msgid ""
+< "This options enables automatic locking of user account after N logon "
+< "failures. One successful login resets the failure counter."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9587
+< msgid ""
+< "This page can be used to generate a new timeperiod definition based on the "
+< "appointments of an iCalendar (*.ics) file. This import is normally "
+< "used to import events like holidays, therefore only single whole day "
+< "appointments are handled by this import."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:338
+< msgid "This page was not found. Sorry."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:604
+< msgid ""
+< "This permission allows a user to make certain host and services his personal "
+< "favorites. Favorites can be used for a having a fast access to items that "
+< "are needed on a regular base."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1464
+< msgid ""
+< "This permission allows the creation, modification and deletion of event "
+< "correlation rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:627
+< msgid ""
+< "This permission allows to change the state classification of an event (e.g. "
+< "from CRIT to WARN)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1458
+< msgid ""
+< "This permission allows to configure the global settings of the event console."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:34
+< msgid "This permission grants full access to NagVis."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18534
+< msgid ""
+< "This permission is neccessary for performing automatic scans for network "
+< "parents of hosts (making use of traceroute). Please note, that for actually "
+< "modifying the parents via the scan and for the creation of gateway hosts "
+< "proper permissions for host and folders are also neccessary."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18642
+< msgid ""
+< "This permission is needed for a remote administration of the site as a "
+< "distributed WATO slave."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18497
+< msgid ""
+< "This permission is needed for activating the current configuration (and thus "
+< "rewriting the monitoring configuration and restart the monitoring daemon.)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:656
+< msgid ""
+< "This permission is needed for performing the configured actions (execution "
+< "of scripts and sending emails)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18648
+< msgid ""
+< "This permission is needed for the modules Users, Roles and "
+< "Contact Groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18653
+< msgid ""
+< "This permission is needed for the new rule based notification configuration "
+< "via the WATO module Notifications."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18481
+< msgid ""
+< "This permission is needed in order to make any changes or perform any "
+< "actions at all. Without this permission, the user is only able to view data, "
+< "and that only in modules he has explicit permissions for."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1477
+< msgid ""
+< "This permission is only useful if the Event Console is setup as a "
+< "replication slave. It allows a manual switch between sync and takeover mode."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:136
+< msgid ""
+< "This permissions allows users to send notifications to the users of the "
+< "monitoring system using the web interface."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18473
+< msgid ""
+< "This permissions allows users to use WATO - Check_MK's Web Administration "
+< "Tool. Without this permission all references to WATO (buttons, links, "
+< "snapins) will be invisible."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:110
+< msgid ""
+< "This permissions provides a checkbox in the personal settings of the user "
+< "that allows him to completely disable all of his notifications. Use with "
+< "caution."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:54
+< msgid ""
+< "This permissions specifies if the role is able to use web API functions at "
+< "all"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:141
+< msgid ""
+< "This plugin allows you to let users keep their own plugins, local scripts "
+< "and MRPE configuration, which will be run by the agent with the permissions "
+< "of that user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:254
+< msgid ""
+< "This plugin can be used to check the remaining life time of SSL certificates "
+< "that are contained in JAVA JAR files. The tool jarsigner -verify is "
+< "being called for that purpose."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:418
+< msgid "This plugin enables checks for channels and queues of IBM WebSphere MQ."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:792
+< msgid ""
+< "This plugin fetches all information which are needed to check wether or not "
+< "an already authenticated user should be deauthenticated, e.g. because the "
+< "password has changed in LDAP or the account has been locked."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:441
+< msgid "This plugin monitors the NFS version 4 exports of a Linux host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:406
+< msgid "This plugin monitors various aspects of VxVM."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:817
+< msgid ""
+< "This plugin synchronizes a field of the users LDAP account to the pager "
+< "attribute of the WATO user accounts, which is then forwarded to the "
+< "monitoring core and can be usedfor notifications. By default the LDAP "
+< "attribute mobile is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:550
+< msgid ""
+< "This plugin tests the local DNS resolver by looking up one or several host "
+< "names using nslookup. That tool is expected to be installed on the "
+< "target machine."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:453
+< msgid ""
+< "This plugin uses the comment netstat in order to output information "
+< "about established TCP (and UDP) connections. The according check then allows "
+< "you to make sure that certain TCP connections are always established."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1585
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:150
+< msgid "This problem has been acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:379
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6275
+< msgid ""
+< "This regex must match the beginning of the complete command line of "
+< "the process including arguments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7026
+< msgid ""
+< "This regex must match the beginning of the complete command line of "
+< "the task including arguments"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:610
+< msgid ""
+< "This regex must match the beginning of the complete path of the node "
+< "as reported by the agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6298
+< msgid "This regex must match the beginning of the complete username"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:548
+< msgid "This regex must match the beginning of the task"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:132
+< msgid ""
+< "This report shows various information about one single host. Itis not "
+< "visible in the sidebar, because it needs a host to be called.Call it via a "
+< "button at a view that is displaying one host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1888
+< msgid ""
+< "This rule allows to monitor the existence of specific TCP connections or TCP/"
+< "UDP listeners."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5283
+< msgid "This rule allows to override alert levels for the given sensor names."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5814
+< msgid ""
+< "This rule allows to set the warn and crit levels of the heap / non-heap and "
+< "total memory area usage on web application servers. Other keywords for this "
+< "rule: Tomcat, Jolokia, JMX. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:62
+< msgid ""
+< "This rule allows you to restrict the access to the Check_MK agent to certain "
+< "IP addresses and networks. Usually you configure just the IP addresses of "
+< "your Check_MK servers here. You can enter either IP addresses in the form "
+< "1.2.3.4 or networks in the style 1.2.0.0/16. If you leave "
+< "this configuration empty or create no rule then all addresses are "
+< "allowed to access the agent."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1963
+< msgid ""
+< "This rule applies to the number of e-mails in the various Exchange Message "
+< "Queues"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1002
+< #, python-format
+< msgid "This rule attaches contact group(s) to the events: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:137
+< msgid ""
+< "This rule can be used to configure the inventory of the windows services "
+< "check. You can configure specific windows services to be monitored by the "
+< "windows check by selecting them by name, current state during the inventory, "
+< "or start mode."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:687
+< msgid ""
+< "This rule can be used to control the inventory for Heartbeat CRM checks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:334
+< msgid ""
+< "This rule can be used to control the inventory for brocade ports. You can "
+< "configure the port states for inventory and the use of the description as "
+< "service name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:284
+< msgid ""
+< "This rule can be used to control the inventory for network ports. You can "
+< "configure the port types and port states for inventoryand the use of alias "
+< "or description as service name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1820
+< msgid ""
+< "This rule can be used to customize the check interval of each SNMP based "
+< "check. With this option it is possible to configure a longer check interval "
+< "for specific checks, than then normal check interval."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8787
+< msgid "This rule configures bulk notifications."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3146
+< msgid ""
+< "This rule configures levels for the CPU utilization (not load) for the "
+< "operating systems Windows and VMWare ESX host systems. The utilization "
+< "ranges from 0 to 100 - regardless of the number of CPUs."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4606
+< msgid "This rule controls the inventory of Multipath devices on Linux."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4433
+< msgid ""
+< "This rule controls which and how many checks will be created for monitoring "
+< "individual physical and logical disks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2382
+< msgid ""
+< "This rule decides about the number of retries and timeout values for the "
+< "SNMP access to devices."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4250
+< msgid ""
+< "This rule defines upper limits for the number of users logged in on a system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14617
+< msgid ""
+< "This rule does never apply due to an empty list of explicit hosts!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:992
+< msgid "This rule does a cancelling match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8722
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14295
+< #, python-format
+< msgid "This rule does not match: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5325
+< msgid ""
+< "This rule enables and configures a trend analysis and corresponding limits "
+< "for devices, which have their own limits configured on the device. It will "
+< "only work for supported checks, right now the adva_fsp_temp check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4512
+< msgid ""
+< "This rule is applied to the number of E-Mails that are currently in the "
+< "outgoing mail queue."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2995
+< msgid ""
+< "This rule is applied to the number of print jobs currently waiting in "
+< "windows printer queue."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8766
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14302
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:980
+< msgid "This rule is currently disabled and will not be applied"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14259
+< msgid "This rule is disabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8720
+< msgid "This rule matches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14272
+< msgid "This rule matches and defines new parameters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14283
+< #, python-format
+< msgid "This rule matches for the host '%s'"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14275
+< msgid ""
+< "This rule matches, but all of its parameters are overridden by previous "
+< "rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14267
+< msgid "This rule matches, but does not define any parameters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14291
+< msgid "This rule matches, but is overridden by a previous rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:988
+< msgid "This rule matches, but is overruled by a previous match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14278
+< msgid ""
+< "This rule matches, but some of its parameters are overridden by previous "
+< "rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:994
+< msgid "This rule matches."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13838
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14366
+< msgid "This rule results in a positive outcome."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:394
+< msgid ""
+< "This rule selects the ALLNET IP Sensoric agent, which fetches /xml/"
+< "sensordata.xml from the device by HTTP and extracts the needed monitoring "
+< "information from this file."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:203
+< msgid ""
+< "This rule selects the EMC VNX agent instead of the normal Check_MK Agent and "
+< "allows monitoring of EMC VNX storage systems by calling naviseccli "
+< "commandline tool locally on the monitoring system. Make sure it is installed "
+< "and working. You can configure your connection settings here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:336
+< msgid ""
+< "This rule selects the Fritz!Box agent, which uses UPNP to gather information "
+< "about configuration and connection status information."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:257
+< msgid ""
+< "This rule selects the ibmsvc agent instead of the normal Check_MK Agent and "
+< "allows monitoring of IBM SVC / V7000 storage systems by calling ls* commands "
+< "there over SSH. Make sure you have SSH key authentication enabled for your "
+< "monitoring user. That means: The user your monitoring is running under on "
+< "the monitoring system must be able to ssh to the storage system as the user "
+< "you gave below without password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:171
+< msgid ""
+< "This rule selects the vSphere agent instead of the normal Check_MK Agent and "
+< "allows monitoring of VMWare ESX via the vSphere API. You can configure your "
+< "connection settings here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2053
+< msgid ""
+< "This rule set allows you to specify an alternative name to be displayed for "
+< "certain services. This name is available as a column when creating new views "
+< "or modifying existing ones. It is always visible in the details view of a "
+< "service. In the availability reporting there is an option for using that "
+< "name instead of the normal service description. It does not "
+< "automatically replace the normal service name in all views.
Note"
+< "b>: The purpose of this rule set is to define unique names for several well-"
+< "known services. It cannot rename services in general."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2090
+< msgid ""
+< "This rule set is useful if you send your monitoring notifications into the "
+< "Event Console. The contact information that is set by this rule will be put "
+< "into the resulting event in the Event Console."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3957
+< msgid ""
+< "This rule sets limits to the current number of connections through a "
+< "Checkpoint firewall."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:50
+< msgid ""
+< "This rule sets the parameters for the host checks (via check_icmp) "
+< "and also for PING checks on ping-only-hosts. For the host checks only the "
+< "critical state is relevant, the warning levels are ignored."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4905
+< msgid ""
+< "This rule sets the required state of a PDU plug. It is meant to be "
+< "independent of the hardware manufacturer."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4886
+< msgid "This rule sets the required state of a switch contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5704
+< msgid ""
+< "This rule sets the warn and crit levels for the number of current "
+< "connections to a JVM application on the servlet level. Other keywords for "
+< "this rule: Tomcat, Jolokia, JMX. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5743
+< msgid ""
+< "This rule sets the warn and crit levels for the number of incoming requests "
+< "to a JVM application server Other keywords for this rule: Tomcat, Jolokia, "
+< "JMX. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5642
+< msgid ""
+< "This rule sets the warn and crit levels for the number of threads running in "
+< "a JVM. Other keywords for this rule: Tomcat, Jolokia, JMX."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5670
+< msgid ""
+< "This rule sets the warn and crit levels for the uptime of a JVM. Other "
+< "keywords for this rule: Tomcat, Jolokia, JMX. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:108
+< msgid ""
+< "This ruleset allows you to configure explicit PING monitoring of hosts. "
+< "Usually a PING is being used as a host check, so this is not neccessary. "
+< "There are some situations, however, where this can be useful. One of them is "
+< "when using the Check_MK Micro Core with SMART Ping and you want to track "
+< "performance data of the PING to some hosts, nevertheless."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1878
+< msgid ""
+< "This ruleset allows you to restrict notifications of host problems to "
+< "certain states, e.g. only notify on DOWN, but not on UNREACHABLE. Please "
+< "select the types of events that should initiate notifications. Please note "
+< "that several other filters must also be passed in order for notifications to "
+< "finally being sent out."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1902
+< msgid ""
+< "This ruleset allows you to restrict notifications of service problems to "
+< "certain states, e.g. only notify on CRIT, but not on WARN. Please select the "
+< "types of events that should initiate notifications. Please note that several "
+< "other filters must also be passed in order for notifications to finally "
+< "being sent out."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4276
+< msgid ""
+< "This ruleset applies to several similar checks measing various kernel events "
+< "like context switches, process creations and major page faults. Please "
+< "create separate rules for each type of kernel counter you want to set levels "
+< "for."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:344
+< msgid ""
+< "This ruleset defines criteria for automatically creating checks for running "
+< "processes based upon what is running when the service discovery is done. "
+< "These services will be created with default parameters. They will get "
+< "critical when no process is running and OK otherwise. You can parameterize "
+< "the check with the ruleset State and count of processes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2416
+< msgid ""
+< "This ruleset helps in test and development. You can create stored SNMP walks "
+< "on the command line with cmk --snmpwalk HOSTNAME. A host that is configured "
+< "with this ruleset will then use the information from that file instead of "
+< "using real SNMP. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1100
+< msgid ""
+< "This ruleset helps you to configure the classical Nagios plugin "
+< "check_disk_smb that checks the access to filesystem shares that are "
+< "exported via SMB/CIFS."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1802
+< msgid ""
+< "This ruleset is deprecated and will be removed soon: it changes the default "
+< "check_command for a host check. You need to define that command manually in "
+< "your monitoring configuration."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:429
+< msgid ""
+< "This ruleset is for deploying two plugins for monitoring Unitrends software."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2093
+< msgid ""
+< "This ruleset is similar to 'Disabled services', but selects checks to be "
+< "disabled by their type. This allows you to disable certain technical "
+< "implementations such as filesystem checks via SNMP on hosts that also have "
+< "the Check_MK agent installed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2252
+< msgid ""
+< "This ruleset selects host for dynamic DNS lookup during monitoring. Normally "
+< "the IP addresses of hosts are statically configured or looked up when you "
+< "activate the changes. In some rare cases DNS lookups must be done each time "
+< "a host is connected to, e.g. when the IP address of the host is dynamic and "
+< "can change."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2472
+< msgid ""
+< "This ruleset specifies the total status of the Check_MK service in case of "
+< "various error situations. One use case is the monitoring of hosts that are "
+< "not always up. You can have Check_MK an OK status here if the host is not "
+< "reachable. Note: the Timeout setting only works when using the "
+< "Check_MK Micro Core."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:738
+< msgid ""
+< "This ruleset will deploy the agent plugin mk_sap for (locally) "
+< "monitoring SAP R/3 instances. Note: you still need to manually deploy the "
+< "SAP NetWeaver RFCSDK (nwrfcsdk) and the Python module sapnwrfc. Both is "
+< "explained in an article in the Check_MK documentation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:77
+< msgid "This rulset allow you to configure a SSH check for a host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:182
+< msgid "This script will be executed using the BASH shell. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:661
+< msgid ""
+< "This section configures all LDAP specific connection options. These options "
+< "are used by the LDAP user connector."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:864
+< msgid ""
+< "This section configures all group related LDAP options. These options are "
+< "only needed when using group related attribute synchonisation plugins."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:778
+< msgid ""
+< "This section configures all user related LDAP options. These options are "
+< "used by the LDAP user connector to find the needed users in the LDAP "
+< "directory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1039
+< msgid "This service has not been checked yet"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:427
+< msgid "This service is flapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:450
+< msgid "This service is stale"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10445
+< msgid ""
+< "This sets the time that Multisite waits for a connection to the site to be "
+< "established before the site is considered to be unreachable. If not set, the "
+< "operating system defaults are begin used and just one login attempt is "
+< "being. performed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:367
+< msgid ""
+< "This setting allows to set an adhoc downtime comment and its duration. When "
+< "enabled a new button Adhoc downtime for __ minutes will be available "
+< "in the command form."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1843
+< msgid ""
+< "This setting allows you to disable notifications about problems of a host "
+< "completely. Per default all notifications are enabled. Sometimes it is more "
+< "convenient to just disable notifications then to remove a host completely "
+< "from the monitoring. Note: this setting has no effect on the notifications "
+< "of service problems of a host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1856
+< msgid ""
+< "This setting allows you to disable notifications about problems of a service "
+< "completely. Per default all notifications are enabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1713
+< msgid ""
+< "This setting allows you to disable or enable active checks for a service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2009
+< msgid ""
+< "This setting allows you to disable the flapping detection for a host "
+< "completely."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2019
+< msgid ""
+< "This setting allows you to disable the flapping detection for a service "
+< "completely."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1702
+< msgid ""
+< "This setting allows you to disable the processing of passiv check results "
+< "for a service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1691
+< msgid ""
+< "This setting allows you to disable the processing of perfdata for a service "
+< "completely."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:476
+< #, python-format
+< msgid ""
+< "This setting controls the distance of text lines, in relation to the font "
+< "width. A setting of 1.2 thus means that the line spacing is 120% of the font "
+< "height."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:610
+< msgid ""
+< "This setting controls the resolution of the RRD in seconds. The smaller the "
+< "step the more precise the timing will be, but the larger your RRD will be. "
+< "It does not make sense to have the step smaller then your normal check "
+< "interval for a service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:73
+< msgid ""
+< "This setting decides which types of messages to log into the daemon log of "
+< "the Check_MK Micro Core. The object history (service alerts, events, etc.) "
+< "is not affected by this setting."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1944
+< msgid ""
+< "This setting delays notifications about host problems by the specified "
+< "amount of time. If the host is up again within that time, no notification "
+< "will be sent out."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1959
+< msgid ""
+< "This setting delays notifications about service problems by the specified "
+< "amount of time. If the service is OK again within that time, no notification "
+< "will be sent out."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:578
+< msgid ""
+< "This setting is only useful for events that result from monitoring "
+< "notifications sent by Check_MK. Those can set a service level already in the "
+< "event. In such a case you can make this rule match only certain service "
+< "levels. Events that do not "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1750
+< msgid ""
+< "This setting is relevant if you have set the maximum number of check "
+< "attempts to a number greater than one. In case a host check is not UP and "
+< "the maximum number of check attempts is not yet reached, it will be "
+< "rescheduled with this interval. The retry interval is usually set to a "
+< "smaller value than the normal interval."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1661
+< msgid ""
+< "This setting is relevant if you have set the maximum number of check "
+< "attempts to a number greater than one. In case a service check is not OK and "
+< "the maximum number of check attempts is not yet reached, it will be "
+< "rescheduled with this interval. The retry interval is usually set to a "
+< "smaller value than the normal interval.
This setting only applies to "
+< "active checks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10144
+< msgid ""
+< "This site is not a replication slave. You cannot configure specific settings "
+< "for it."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4894
+< msgid "This site is not update and needs a replication."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4900
+< msgid "This site is up-to-date."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4897
+< msgid "This site needs a restart for activating the changes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1104
+< msgid ""
+< "This snapin contains custom links which can be configured via the "
+< "configuration variable custom_links in multisite.mk"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:259
+< msgid ""
+< "This snapin shows the folders defined in WATO. It can be used to open views "
+< "filtered by the WATO folder. It works standalone, without interaction with "
+< "any other snapin."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:294
+< msgid ""
+< "This snapin shows the folders defined in WATO. It can be used to open views "
+< "filtered by the WATO folder. This snapin interacts with the \"Views\" "
+< "snapin, when both are enabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1521
+< msgid ""
+< "This snapin shows tree views of your hosts based on their tag "
+< "classifications. You can configure which tags to use in your global settings "
+< "of Multisite."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6969
+< msgid "This snapshot is broken"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6624
+< msgid "This snapshot is broken!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:675
+< msgid "This synchronization plugin has no parameters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/table.py:353
+< #, python-format
+< msgid ""
+< "This table is limited to show only %d of %d rows. Click here"
+< "a> to disable the limitation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:150
+< #, python-format
+< msgid ""
+< "This table would contain more than %d rows. Due to a configured limit the "
+< "rest of the rows has not been fetched and rendered."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12924
+< msgid "This tag id does already exist in the list of auxiliary tags."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12918
+< #, python-format
+< msgid "This tag id is already being used in the host tag group %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:201
+< #, python-format
+< msgid ""
+< "This template will be appended to the notification_common_body when host notifications are sent."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:213
+< #, python-format
+< msgid ""
+< "This template will be appended to the notification_common_body when service notifications are sent."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:129
+< #, python-format
+< msgid ""
+< "This template will be used as $SUBJECT$ in email notifications that "
+< "deal with host alerts. The variable $SUBJECT$ will then be "
+< "available in notification_common_body."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:143
+< #, python-format
+< msgid ""
+< "This template will be used as $SUBJECT$ in email notifications that "
+< "deal with service alerts. The variable $SUBJECT$ will then be "
+< "available in notification_common_body."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:158
+< msgid ""
+< "This template will be used as email body when sending notifications. "
+< "Appended to it will be a specific body for either host or service "
+< "notifications configured in two extra parameters. The following macros are "
+< "available in all templates:
$CONTACTNAME$: login name "
+< "of the contact person, $CONTACTEMAIL$: email address of the "
+< "contact person, $CONTACTPAGER$: pager address of the contact "
+< "person, $NOTIFICATIONTYPE$: one of PROBLEM, RECOVERY, "
+< "ACKNOWLEDGEMENT, FLAPPINGSTART, FLAPPINGSTOP, FLAPPINGDISABLED, "
+< "DOWNTIMESTART, DOWNTIMEEND, or DOWNTIMECANCELLED, $HOSTNAME$"
+< "tt>: the name of the host, $HOSTALIAS$: the alias of the "
+< "host, $HOSTADDRESS$: the IP address or DNS name of the host, "
+< "$LASTHOSTSTATE$: the previous state of the host, "
+< "$HOSTSTATE$: the new state of the host, $HOSTCHECKCOMMAND$"
+< "b>: the name of the host check command, $HOSTOUTPUT$: "
+< "the output of the host check command, $LONGHOSTOUTPUT$: the "
+< "long output of the host check, $HOSTPERFDATA$: the "
+< "performance data of the host check, $SERVICEDESC$: the name "
+< "of the service, $LASTSERVICESTATE$: the previous state of "
+< "the service, $SERVICESTATE$: the new state of the service, "
+< "$SERVICEOUTPUT$: the output of the check command , "
+< "$LONGSERVICEOUTPUT$: the long output of the check command, "
+< "$SERVICEPERFDATA$: the performance data of the check, "
+< "$SERVICECHECKCOMMAND$: the name of the service check command, "
+< "$HOSTPROBLEMID$: a unique ID of the host problem this "
+< "notification is about, $SERVICEPROBLEMID$: the same for "
+< "service problems, $HOSTNOTIFICATIONNUMBER$: the number of "
+< "notification of this host problem (begins with 1), $HOSTURL$"
+< "tt>: URL pointing to the host detail view (starting with /check_mk/...), "
+< "$SERVICEURL$: URL pointing to the service detail view "
+< "(starting with /check_mk/...),
$MONITORING_HOST$: "
+< "the host name of the monitoring server $OMD_ROOT$: the home "
+< "directory of the OMD site (only on OMD) $OMD_SITE$: the name "
+< "of the OMD site (only on OMD) "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8396
+< msgid ""
+< "This text is a regular expression that is being searched in the output of "
+< "the check plugins that produced the alert. It is not a prefix but an infix "
+< "match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:200
+< #, python-format
+< msgid ""
+< "This title will be displayed in your browser's title bar or tab. If you are "
+< "using OMD then you can embed a %s. This will be replaced by the "
+< "name of the OMD site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:264
+< msgid "This user does not exist."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:267
+< msgid "This user has no mail address configured."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11894
+< msgid "This username is already being used by another user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6313
+< msgid "This value differs between the selected hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:682
+< msgid ""
+< "This variable allows to specify the TCP port to be used to connect to the "
+< "LDAP server. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2895
+< msgid ""
+< "This variable allows to specify the TCP port to be used to connect to the "
+< "agent on a per-host-basis."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2430
+< msgid ""
+< "This variable allows to specify the TCP port to be used to connect to the "
+< "agent on a per-host-basis. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:64
+< msgid ""
+< "This variable controls on how much free space left the incremental deletion "
+< "of dynamic growing files in the OMD site should be started."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7646
+< msgid "This variable is at factory settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:728
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:770
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:805
+< msgid "This view can only be used in mobile mode."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2933
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3030
+< msgid "This view does not support cluster hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2156
+< msgid "This view is intended for usage as web service for NagStaMon."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:262
+< #, python-format
+< msgid ""
+< "This view needs a host/service group to be specified. We are missing the URL "
+< "variable %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:50
+< msgid "This webservice allows you to add a new host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2121
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2194
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:497
+< msgid "This week"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:700
+< msgid ""
+< "This will deploy and configure the Check_MK agent plugin mk_jolokia"
+< "tt>. In order to use this you need the Jolokia .war file from the "
+< "Jolokia Project Homepage "
+< "deployed in your JVMs. Currently at least Tomcat, JBoss and BEA Weblogic are "
+< "supported. Please note: you need both the Check_MK mk_jolokia "
+< "plugin and the WAR file."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:595
+< msgid ""
+< "This will deploy the agent plugin mk_mysql for monitoring several "
+< "aspects of MySQL databases."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:573
+< msgid ""
+< "This will deploy the agent plugin mk_tsm. It will provide several "
+< "checks concerning TSM."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:513
+< msgid ""
+< "This will deploy the agent plugin mk_zypper. This will activate the "
+< "check zypper on SUSE Linux hosts and monitor normal and security "
+< "updates."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:531
+< msgid ""
+< "This will deploy the two agent plugins plesk_backup and "
+< "plesk_domain, used for monitoring Plesk."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1900
+< msgid ""
+< "This will send the notification to a Check_MK Event Console on a remote host "
+< "by using syslog. Note: this setting will only be applied if no Event "
+< "Console is running locally in this site! That way you can use the same "
+< "global settings on your central and decentralized system and makes "
+< "distributed WATO easier. Please also make sure that Send notifications to "
+< "Event Console is enabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2127
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:499
+< msgid "This year"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1440
+< msgid "Thresholds for Notifications per Contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8440
+< msgid "Throttle periodic notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:812
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6701
+< msgid "Throughput levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9678
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1753
+< msgid "Thursday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:320
+< msgid "Tiles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:943
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5296
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:520
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1574
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1843
+< msgid "Time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5602
+< msgid "Time Left on Battery at and below which a critical state is triggered"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9231
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:64
+< msgid "Time Periods"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:933
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:197
+< msgid "Time Range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2135
+< msgid "Time Range for filesystem trend computation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:358
+< msgid "Time between new checks of type Check_MK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:368
+< msgid "Time between new classical active checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2263
+< msgid "Time format"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8608
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9025
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15405
+< msgid "Time horizon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9528
+< msgid "Time horizon for repeated events"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:489
+< msgid "Time horizon to keep in cache"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5596
+< msgid "Time left on Battery at and below which a warning state is triggered"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5592
+< msgid "Time left on battery"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:665
+< msgid "Time of Downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:664
+< msgid "Time of comment"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1055
+< msgid "Time of day to create report at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:190
+< msgid "Time of entry in event history"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:519
+< msgid "Time of entry in logfile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:355
+< msgid "Time of first occurrance of this serial"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6869
+< msgid "Time of garbage collection in ms per minute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:363
+< msgid "Time of last occurrance"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:673
+< msgid "Time of log entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:997
+< msgid "Time offset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:71
+< msgid "Time per client request"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:346
+< msgid "Time period for counting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2107
+< msgid "Time range"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5332
+< msgid "Time range for temperature trend computation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1060
+< msgid "Time range to create report for"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3717
+< msgid "Time since end of last backup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1010
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1012
+< msgid "Time since last UPS selftest"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:87
+< msgid "Time stamp format"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:998
+< msgid "Time warp - show BI aggregate during this time period"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:503
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1339
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1341
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1377
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1514
+< msgid "Timeline"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1243
+< msgid "Timeline colors"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:106
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:109
+< msgid "Timeline of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1499
+< msgid "Timeline of "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10045
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10047
+< msgid "Timeout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2387
+< msgid "Timeout between retries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:762
+< msgid "Timeout for LDAP query responses."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1120
+< msgid ""
+< "Timeout for TCP connect to agent in seconds. If the agent does not respond "
+< "within this time, it is considered to be unreachable. Note: This does "
+< "not limit the time the agent needs to generate its output."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:303
+< msgid "Timeout for rescheduling checks in Multisite"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4305
+< msgid "Timeout for responses"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:708
+< msgid "Timeout for the initial connection to the LDAP server in seconds."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10228
+< msgid "Timeout waiting for a free channel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10224
+< msgid "Timeout:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9736
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9840
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11533
+< msgid "Timeperiod"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18631
+< msgid "Timeperiods"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:65
+< msgid ""
+< "Timeperiods restrict notifications and other things to certain periods of "
+< "the day."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:359
+< msgid "Timerange"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:466
+< msgid "Times"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1581
+< msgid "Timewarp to "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:426
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:435
+< msgid "Timezone offset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2381
+< msgid "Timing settings for SNMP access"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:922
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1039
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:519
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1869
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12831
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12859
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12958
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13187
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16398
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17290
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17393
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:331
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:617
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:115
+< msgid "Title"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:280
+< msgid "Title of the tree"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:646
+< msgid "Title:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15689
+< msgid ""
+< "To make a login possible with your new credentials on all remote sites, the "
+< "new login credentials need to be replicated to the remote sites. This is "
+< "done on this page now. Each site is being represented by a single image "
+< "which is first shown gray and then fills to green during synchronisation."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2137
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2155
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:545
+< msgid "To:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:77
+< msgid "To: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2118
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2190
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:496
+< msgid "Today"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:363
+< msgid "Token Bucket"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:482
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:515
+< msgid "Tooltip"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:498
+< msgid "Top"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:180
+< msgid "Top of page handling"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12832
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12860
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12883
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12963
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13009
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13192
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17294
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:620
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:269
+< msgid "Topic"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:227
+< msgid "Topic:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:235
+< msgid "Total"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5820
+< msgid "Total Memory Levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:402
+< msgid "Total Number of CPUs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:404
+< msgid "Total Number of Cores"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:401
+< msgid "Total Number of Hyperthreads"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7091
+< msgid "Total Pending Mails"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5236
+< msgid "Total accumulated Active Energy of Power Channel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3847
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4244
+< msgid "Total hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4316
+< msgid "Total latency for all MDisks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4317
+< msgid "Total latency for all VDisks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4315
+< msgid "Total latency for all drives"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6435
+< msgid "Total number of Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10236
+< msgid "Total query timeout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3852
+< msgid "Total services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:407
+< msgid "Total swap space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:66
+< msgid "Total timeout of check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:406
+< msgid "Total usable RAM"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:781
+< msgid "Trace level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2846
+< msgid "Traceroute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15600
+< msgid "Translated hostname"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:449
+< msgid "Translations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3432
+< msgid "Transport Lag"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:306
+< msgid "Treat Host Down as: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:294
+< msgid "Treat Unknown as: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:282
+< msgid "Treat Warning as: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:237
+< msgid "Treat phases of UP/OK as non-downtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:296
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:304
+< msgid "Tree"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:258
+< msgid "Tree of Folders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2139
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5336
+< msgid "Trend computation"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2170
+< msgid "Trend performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:278
+< msgid "True"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6644
+< msgid "Trusted"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16138
+< msgid "Try Pattern Match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1952
+< msgid "Try both host name and IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1594
+< msgid "Try bringing up TCP connection for"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16150
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:744
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:936
+< msgid "Try out"
+< msgstr "Testeaza"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9676
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1751
+< msgid "Tuesday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:304
+< msgid "Tuning of flap detection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1606
+< msgid "Tunnel Alias"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:626
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:641
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4795
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8777
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8964
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12833
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17394
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:619
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1019
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1567
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1761
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:430
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:444
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:455
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:637
+< msgid "Type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:139
+< msgid "Type of Action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:287
+< msgid "Type of Database"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:749
+< msgid "Type of alerts of hosts and services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2567
+< msgid "Type of check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:527
+< msgid "Type of event action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:135
+< msgid "Type of query"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:203
+< msgid "Type of tree layout"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1409
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1507
+< msgid "U"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1894
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6074
+< msgid "UDP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1498
+< msgid "UDP (default behaviour of tcpdump)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1660
+< msgid "UN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+< msgid "UNAVAILABLE"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:589
+< msgid "UNIX timestamp"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1903
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+< msgid "UNKN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8503
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8507
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8511
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8513
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8514
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8515
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1249
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:211
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1016
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5296
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1247
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:287
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:299
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:311
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:688
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:701
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1248
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:332
+< msgid "UNKNOWN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:711
+< msgid "UNKNOWN Services of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:38
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:676
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1248
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:366
+< msgid "UNREACH"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:82
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8483
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8484
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8485
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8486
+< msgid "UNREACHABLE"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:38
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:82
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8481
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8482
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8483
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8486
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:674
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1244
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:365
+< msgid "UP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5566
+< msgid "UPS Capacity"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:981
+< msgid "URI (page name)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:596
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1360
+< msgid "URI to fetch (default is /)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:648
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:602
+< msgid "URL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10511
+< msgid ""
+< "URL of the remote Check_MK including /check_mk/. This URL is in "
+< "many cases the same as the URL-Prefix but with check_mk/ appended, "
+< "but it must always be an absolute URL. Please note, that that URL will be "
+< "fetched by the Apache server of the local site itself, whilst the URL-Prefix "
+< "is used by your local Browser."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10459
+< msgid "URL prefix"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:81
+< msgid "URL prefix for links to Check_MK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:879
+< msgid "URL to this frame"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:881
+< msgid "URL to this page including sidebar"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2030
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2041
+< msgid "URL:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:458
+< msgid "UTC"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:459
+< msgid "UTC +1 hour"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:468
+< msgid "UTC +10 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:469
+< msgid "UTC +11 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:470
+< msgid "UTC +12 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:460
+< msgid "UTC +2 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:461
+< msgid "UTC +3 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:462
+< msgid "UTC +4 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:463
+< msgid "UTC +5 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:465
+< msgid "UTC +7 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:464
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:466
+< msgid "UTC +8 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:467
+< msgid "UTC +9 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:457
+< msgid "UTC -1 hour"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:448
+< msgid "UTC -10 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:447
+< msgid "UTC -11 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:446
+< msgid "UTC -12 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:456
+< msgid "UTC -2 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:455
+< msgid "UTC -3 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:454
+< msgid "UTC -4 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:453
+< msgid "UTC -5 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:452
+< msgid "UTC -6 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:451
+< msgid "UTC -7 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:450
+< msgid "UTC -8 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:449
+< msgid "UTC -9 hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2345
+< msgid "UTF-8"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:843
+< msgid "Umlauts in User-IDs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1208
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1437
+< msgid "Un"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:243
+< #, python-format
+< msgid "Unable to authenticate with LDAP (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:229
+< msgid ""
+< "Unable to connect to LDAP server with the configured bind credentials. "
+< "Please fix this in the LDAP connection "
+< "settings."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:43
+< msgid ""
+< "Unable to fetch CMC stats via livestatus. Maybe you are not using CMC as "
+< "your core in all of your sites. In this case this snapin is useless."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18072
+< #, python-format
+< msgid "Unable to parse provided data: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14963
+< #, python-format
+< msgid ""
+< "Unable to read current options of this rule. Falling back to default values. "
+< "When saving this rule now, your previous settings will be overwritten. "
+< "Problem was: %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:191
+< #, python-format
+< msgid "Unable to show logfile: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:379
+< #, python-format
+< msgid "Unable to successfully perform the LDAP search (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:373
+< #, python-format
+< msgid ""
+< "Unable to successfully perform the LDAP search (Base: %s, Scope: %s, Filter: "
+< "%s, Columns: %s): %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:187
+< #, python-format
+< msgid ""
+< "Unable to transform dashlet %d of dashboard %s. You will need to migrate it "
+< "on your own. Definition: %r"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:165
+< #, python-format
+< msgid ""
+< "Unable to transform dashlet %d of dashboard %s: the dashlet is using "
+< "\"urlfunc\" which can not be converted automatically."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3643
+< msgid "Unallocated Space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1102
+< #, python-format
+< msgid "Undefined aggregation function '%s'. Available are: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2886
+< #, python-format
+< msgid "Undefined key '%s' in the dictionary. Allowed are %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1049
+< msgid "Undo Statistics"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:560
+< msgid "Unhandled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:606
+< msgid "Unique ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17106
+< msgid "Unique Rule ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3026
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3049
+< msgid "Unit Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:428
+< msgid "Unitrends backup and replication plugins (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:437
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:94
+< msgid "Unix Timestamp (Epoch)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1294
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:208
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:171
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:747
+< msgid "Unknown"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1454
+< #, python-format
+< msgid "Unknown BI Aggregation %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1440
+< #, python-format
+< msgid "Unknown BI Aggregation group %s. Available are: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:67
+< msgid "Unknown agent configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:569
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:624
+< #, python-format
+< msgid ""
+< "Unknown bookmark id: %d. This is probably a problem with reload or browser "
+< "history. Please try again."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:399
+< msgid "Unknown configuration change"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8960
+< msgid "Unknown date"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17525
+< #, python-format
+< msgid "Unknown host tag %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17528
+< #, python-format
+< msgid "Unknown host tag group %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4643
+< msgid "Unknown paths"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17728
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17902
+< #, python-format
+< msgid "Unknown site %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:362
+< msgid "Unknown/Unreach"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:203
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:112
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:745
+< msgid "Unreachable"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4247
+< msgid "Unreachable gateways"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:109
+< msgid "Unsupported image format"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1008
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1877
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:594
+< msgid "Until"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:714
+< msgid "Untitled BI rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3675
+< msgid "Unused"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:201
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1423
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:100
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:745
+< msgid "Up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:598
+< msgid "Update"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:618
+< msgid "Update & Acknowledge"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2010
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18576
+< msgid "Update DNS Cache"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:570
+< msgid "Update an event"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:576
+< msgid "Update an event: change comment"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:580
+< msgid "Update an event: change contact"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:209
+< msgid "Update delay for PNP meta information"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8023
+< #, python-format
+< msgid "Updated properties of %s group %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4191
+< msgid "Updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1236
+< msgid "Updates are expected at least every"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18577
+< msgid ""
+< "Updating the DNS cache is neccessary in order to reflect IP address changes "
+< "in hosts that are configured without an explicit address."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5192
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5549
+< msgid "Upper levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:345
+< msgid "Upper levels for first output item"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5191
+< msgid "Upper levels for the Fan speed of a hardware device"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4793
+< msgid "Uptime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:967
+< msgid "Uptime since last reboot"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2974
+< msgid "Upturn toner levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16401
+< msgid "Usages"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:646
+< msgid ""
+< "Use 127.0.0.1 should be correct in almost every situation. It is "
+< "possible - though uncommon - to do a remote monitoring here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15582
+< msgid "Use \\1, \\2 etc. to replace matched subgroups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1001
+< msgid ""
+< "Use Check_MK clusters if an item can move from one host to another at runtime"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:86
+< msgid "Use Check_MK sidebar"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1222
+< msgid "Use DNS lookup cache"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1465
+< msgid "Use DNS to convert IP addresses into hostnames"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:595
+< msgid "Use GIT version control for WATO"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16956
+< msgid "Use Hard States"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1240
+< msgid "Use Inline SNMP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:906
+< msgid "Use LDAPS (LDAP SSLv2 method). This sets the default port number to 636"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:905
+< msgid "Use LDAPS (SSL)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10206
+< msgid "Use Livestatus Proxy-Daemon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:49
+< msgid "Use Multisite at all"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:113
+< msgid "Use Reporting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:689
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:904
+< msgid "Use SSL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:177
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:485
+< msgid "Use SSL for the connection."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:611
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1374
+< msgid "Use SSL/HTTPS for the connection."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1050
+< msgid "Use STARTTLS for the connection."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1532
+< msgid "Use TLS over SMTP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18472
+< msgid "Use WATO"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1788
+< msgid "Use a custom check plugin..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1453
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:239
+< msgid "Use alias as service name for network interface checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:40
+< msgid "Use all map rotations"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:211
+< msgid "Use alternative display name for services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:64
+< msgid "Use bold font"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3886
+< msgid "Use cached data if present"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1445
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:232
+< msgid "Use description as service name for network interface checks"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:76
+< msgid "Use double quotes, escape contained quotes with backslash"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:603
+< msgid "Use favorites"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10026
+< msgid "Use livestatus Proxy-Daemon"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:214
+< msgid "Use local DNS configuration of monitoring site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1107
+< msgid "Use manually created ORACLE password wallet"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1087
+< msgid "Use new service descriptions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1572
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1620
+< msgid "Use no encryption"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10452
+< msgid "Use persistent connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:297
+< msgid "Use port name as service name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:321
+< msgid "Use procedure call instead of SQL statement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:430
+< msgid "Use settings and page layout from"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:75
+< msgid "Use single quotes, escape contained quotes with backslash"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9541
+< msgid "Use specific times"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9542
+< msgid "Use specific times instead of whole day"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4599
+< msgid "Use the multipath alias as service name, if one is set"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1780
+< msgid "Use the status of the Check_MK Agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1781
+< msgid "Use the status of the service..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1972
+< msgid ""
+< "Use this only if you want to overwrite the postion of the information in the "
+< "agent output. Also refer to the rule Microsoft Exchange Queues Inventory"
+< "i> "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:531
+< msgid "Use unsafe legacy encoding for distributed WATO"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:825
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6714
+< msgid "Used Bandwidth of port in megabyte/s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13693
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13873
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14129
+< msgid "Used Rulesets"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2358
+< msgid "Used bandwidth (maximum traffic)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2381
+< msgid "Used bandwidth (minimum traffic)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2455
+< msgid "Used bandwidth (traffic)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:818
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6707
+< msgid "Used bandwidth of port relative to the link speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:787
+< msgid "Used in BI aggregate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1103
+< msgid "Used space in ZFS pools and filesystems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1097
+< msgid "Used space in filesystems"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1101
+< msgid "Used space in filesystems via SNMP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5298
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7800
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9834
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1103
+< msgid "User"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:643
+< msgid "User Agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17211
+< msgid "User Attributes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:782
+< msgid "User Base DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7335
+< msgid "User Base-DN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:148
+< msgid "User Config"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:664
+< msgid "User ID for web login (if login required)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:617
+< msgid "User Management"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15682
+< msgid "User Profile"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9087
+< msgid "User Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1025
+< msgid "User Roles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:245
+< msgid "User error"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:777
+< msgid "User for login"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18647
+< msgid "User management"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:270
+< msgid "User name on the storage system. Read only permissions are sufficient."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15747
+< msgid "User profiles can not be edited (WATO is disabled)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:299
+< msgid "User quotas on filesystems (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:56
+< msgid "User roles are configurable sets of permissions."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:104
+< msgid "User that performed action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:541
+< msgid "User who performed action"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:829
+< msgid "User-ID Attribute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:404
+< #, fuzzy
+< msgid "User:"
+< msgstr "Utilizator nou"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:269
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12052
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:370
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:383
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:661
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:676
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1059
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1147
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1290
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1545
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1594
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1642
+< msgid "Username"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:580
+< msgid "Username for login"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:114
+< msgid "Username is unknown"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:167
+< msgid "Username:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7164
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11642
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12408
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17343
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:52
+< msgid "Users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:50
+< msgid "Users without this permission are not let in at all"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18599
+< msgid ""
+< "Users without this permissions can only see folders with a contact group "
+< "they are in. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:56
+< #, python-format
+< msgid ""
+< "Using this option you can configure the community which should be used when "
+< "contacting this host via SNMP v1 or v2. It is possible to configure the SNMP "
+< "community by using the SNMP Communities ruleset, but when "
+< "you configure a community here, this will override the community defined by "
+< "the rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:801
+< msgid ""
+< "Using this option you can define an optional LDAP filter which is used "
+< "during LDAP searches. It can be used to only handle a subset of the users "
+< "below the given base DN.
Some common examples:
All user "
+< "objects in LDAP:
(&(objectclass=user)(objectcategory=person))"
+< "tt>
Members of a group:
(&(objectclass=user)"
+< "(objectcategory=person)(memberof=CN=cmk-users,OU=groups,DC=example,DC=com))"
+< "tt>
"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:888
+< msgid ""
+< "Using this option you can define an optional LDAP filter which is used "
+< "during group related LDAP searches. It can be used to only handle a subset "
+< "of the groups below the given base DN.
e.g. (objectclass=group)"
+< "tt>"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:814
+< msgid ""
+< "Using this option you can define the DN of a group object which is used to "
+< "filter the users. Only members of this group will then be synchronized. This "
+< "is a filter which can be used to extend capabilities of the regular \"Search "
+< "Filter\". Using the search filter you can only define filters which directly "
+< "apply to the user objects. To filter by group memberships, you can use the "
+< "memberOf attribute of the user objects in some directories. But "
+< "some directories do not have such attributes because the memberships are "
+< "stored in the group objects as e.g. member attributes. You should "
+< "use the regular search filter whenever possible and only use this filter "
+< "when it is really neccessary. Finally you can say, you should not use this "
+< "option when using Active Directory. This option is neccessary in OpenLDAP "
+< "directories when you like to filter by group membership.
If using, "
+< "give a plain distinguished name of a group here, e. g. CN=cmk-users,"
+< "OU=groups,DC=example,DC=com"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3651
+< msgid ""
+< "Using this page you can import several hosts at once into the choosen "
+< "folder. You can paste a list of hostnames, separated by comma, semicolon, "
+< "space or newlines. These hosts will then be added to the folder using the "
+< "default attributes. If some of the host names cannot be resolved via DNS, "
+< "you must manually edit those hosts later and add explicit IP addresses."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:92
+< msgid ""
+< "Using this, datasources host rows might appear multiple times depending on "
+< "their membership in hostgroups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1772
+< msgid ""
+< "Usually Check_MK uses a series of PING (ICMP echo request) in order to "
+< "determine whether a host is up. In some cases this is not possible, however. "
+< "With this rule you can specify an alternative way of determining the host's "
+< "state."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:584
+< msgid ""
+< "Usually Check_MK will nail this check to the IP address of the host it is "
+< "attached to. With this option you can have the check use the name of the "
+< "virtual host instead and do a dynamic DNS lookup."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2912
+< msgid ""
+< "Usually the check goes to WARN if a VM or host is powered off and OK "
+< "otherwise. You can change this behaviour on a per-state-basis here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5259
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5260
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5432
+< msgid "V"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5266
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5267
+< msgid "VA"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1100
+< msgid "VMWare ESX host systems: Used space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2820
+< msgid "VMware Tools has never been installed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2808
+< msgid "VMware Tools is installed, and the version is current"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2826
+< msgid "VMware Tools is installed, but it is not managed by VMWare"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2814
+< msgid "VMware Tools is installed, but the version is not current"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1591
+< msgid "VPN Tunnel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1616
+< #, fuzzy
+< msgid "VPN tunnel specific configuration"
+< msgstr "Salveaza configuratia manuala a verificarilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:396
+< msgid "Val. 1"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:459
+< msgid "Val. 10"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:403
+< msgid "Val. 2"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:410
+< msgid "Val. 3"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:417
+< msgid "Val. 4"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:424
+< msgid "Val. 5"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:431
+< msgid "Val. 6"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:438
+< msgid "Val. 7"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:445
+< msgid "Val. 8"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:452
+< msgid "Val. 9"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1298
+< msgid ""
+< "Valid automation secret or password for the user, depending on the choosen "
+< "authentication mode."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13822
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14349
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14953
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:139
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:466
+< msgid "Value"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1397
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1408
+< #, python-format
+< msgid "Value %r is not allowed here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1394
+< msgid "Value must a tuple with two elements."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3219
+< msgid "Vanished services (checked, but no longer exist)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7635
+< #, python-format
+< msgid "Variable for %s.mk"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:642
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:658
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2109
+< msgid "Various"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1817
+< msgid "Various Commands"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:214
+< msgid "Various performance counters"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3712
+< msgid "Veeam: Time since last Backup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:389
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:423
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:434
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:443
+< msgid "Vendor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:434
+< msgid "Vendor and Device ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:405
+< msgid "Veritas Volume Manger (Linux, HP-UX)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4789
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:390
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:442
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:457
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:639
+< msgid "Version"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:914
+< msgid "Version 2"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:915
+< msgid "Version 3"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:916
+< msgid "Version 3 and TLS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:56
+< msgid ""
+< "Version information and Links to Documentation, Homepage and Download of "
+< "Check_MK"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:46
+< msgid "Version: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:259
+< msgid "Vertical padding"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:245
+< msgid "Vertical rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:168
+< msgid "Vertical space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:268
+< msgid "Vertical spacing"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:555
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:561
+< msgid "View"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:800
+< msgid "View Name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:410
+< msgid "View Properties"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:47
+< msgid "View all maps"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:129
+< msgid "View and edit parameters for this host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:127
+< msgid "View and edit parameters for this service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3287
+< msgid "View and modify the parameters for this service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:68
+< msgid "View permitted maps"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1443
+< msgid "View the rule based parameters of this host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:250
+< msgid "View:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:125
+< msgid "Views"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1489
+< msgid "Viprinet router"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1517
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1520
+< msgid "Virtual Host Tree"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:291
+< msgid "Virtual Host Trees"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3693
+< msgid "Virtual Machine Snapshots"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:89
+< msgid "Virtual Machines"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:408
+< msgid "Virtual addresses for mapping"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:573
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1352
+< msgid "Virtual host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2802
+< msgid "Virtual machine (for example ESX) guest tools status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2838
+< msgid "Virtual machine (for example ESX) heartbeat status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:480
+< msgid "Virtual memory usage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:42
+< msgid "Virtualization"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:634
+< msgid "Visibility"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:31
+< msgid "Visibility of Hosts/Services"
+< msgstr "Vizibilitatea Elementelor/Serviciilor"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:43
+< msgid "Visibility of Hosts/Services (Webservice)"
+< msgstr "Vizibilitatea Elementelor/Serviciilor (Serviciu Web)"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:333
+< msgid "Visual levels for the availability (OK percentage)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:74
+< msgid "Volt"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5109
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5136
+< #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:398
+< msgid "Voltage"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4959
+< msgid ""
+< "Voltage Levels for devices like UPS or PDUs. Several phases may be addressed "
+< "independently."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4957
+< msgid "Voltage levels (UPS / PDU / Other Devices)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5257
+< msgid "Voltage on Power Channel"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1043
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1048
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5245
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5246
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1395
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1493
+< msgid "W"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1658
+< msgid "WA"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8501
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8505
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8506
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8507
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8510
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8514
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1247
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:209
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1015
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1245
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:285
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:297
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:309
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:686
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:699
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1230
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1246
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1889
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:331
+< msgid "WARN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1484
+< msgid "WARN - if this router is being used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1482
+< msgid "WARN - if this router is not being used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:223
+< msgid "WARN Pattern"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:659
+< msgid "WARN Services of host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:329
+< msgid "WARN/CRIT"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:904
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:70
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5294
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:155
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:416
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:458
+< msgid "WARNING"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:932
+< msgid "WARNING: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:918
+< msgid ""
+< "WARNING: This Event Console is currently running as a replication slave. The "
+< "rules edited here will not be used. Instead a copy of the rules of the "
+< "master are being used in the case of a takeover. The same holds for the "
+< "event actions in the global settings.
If you want you can copy the "
+< "ruleset of the master into your local slave configuration: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1517
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10517
+< msgid "WATO"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:66
+< msgid "WATO · Configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:74
+< msgid "WATO · Quickaccess"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7111
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18469
+< msgid "WATO - Check_MK's Web Administration Tool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:53
+< msgid "WATO Configuration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/wato.py:31
+< msgid "WATO Folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13451
+< msgid ""
+< "WATO can repair things for you. It can rename tags in folders, host and "
+< "rules. Removed tag groups will be removed from hosts and folders, removed "
+< "tags will be replaced with the default value for the tag group (for hosts "
+< "and folders). What rules concern, you have to decide how to proceed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:64
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:72
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:80
+< msgid "WATO folder"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:63
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:90
+< msgid "WATO folder - complete path"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:79
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:102
+< msgid "WATO folder - just folder name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:71
+< #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:96
+< msgid "WATO folder - relative path"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:39
+< msgid "WATO is disabled."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:180
+< msgid ""
+< "WATO is disabled. Please set wato_enabled = True in your "
+< "multisite.mk if you want to use WATO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10503
+< msgid ""
+< "WATO replication allows you to manage several monitoring sites with a "
+< "logically centralized WATO. Slave sites receive their configuration from "
+< "master sites.
Note: Slave sites do not need any replication "
+< "configuration. They will be remote-controlled by the master sites."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:519
+< msgid "WATO restart mode for Nagios"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1712
+< msgid "WLC WiFi client connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5980
+< msgid "WSUS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4669
+< msgid "WWID of the LUN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1194
+< msgid "Wa"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1148
+< msgid "Wait until the other has finished"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15717
+< msgid "Waiting for replication to start"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:360
+< msgid "Warn"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6105
+< msgid "Warn if list of forwarded logfiles changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:98
+< msgid "Warn if protocol doesn't match expected protocol version (ex: 2.0)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:93
+< msgid ""
+< "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2243
+< msgid "Warn on unexpected active interface"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:783
+< msgid "Warn, if the age of the page is older than this"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:82
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1292
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1552
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:206
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:162
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:746
+< msgid "Warning"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1016
+< msgid ""
+< "Warning Level for time since last diagnostic test of the device. For a value "
+< "of 0 the warning level will not be used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1015
+< msgid "Warning Level for time since last self test"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:447
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:500
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:578
+< msgid "Warning above"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:102
+< msgid "Warning area"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15424
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15434
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15442
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15467
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15477
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15485
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15530
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1566
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:482
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:490
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3018
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3041
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4252
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5378
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5576
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5595
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6365
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6372
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6871
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6887
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6915
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6931
+< msgid "Warning at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2772
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2793
+< msgid "Warning at a RAM usage of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3196
+< msgid "Warning at a disk wait of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2744
+< msgid "Warning at a memory usage of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2522
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2539
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2565
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2592
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2609
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2632
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2667
+< msgid "Warning at a usage of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3082
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3104
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3127
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3184
+< msgid "Warning at a utilization of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1519
+< msgid "Warning at or below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2200
+< msgid "Warning at overprovisioning of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:442
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:573
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1042
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:329
+< msgid "Warning below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2000
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2006
+< #, python-format
+< msgid "Warning if %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:462
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:700
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:749
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:777
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:789
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:820
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:827
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:845
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:854
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:863
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:872
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:982
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:999
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1098
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1252
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1261
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1279
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1297
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1332
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1361
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1393
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1446
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1472
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1641
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1670
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1678
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1719
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1763
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1773
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1784
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1795
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1806
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1816
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1826
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1837
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1848
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1859
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1871
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1934
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1965
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2130
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2145
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2152
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2273
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2365
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2373
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2462
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2470
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2496
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2502
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2546
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2572
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2616
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2674
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2749
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2998
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3224
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3242
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3327
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3428
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3435
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3637
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3645
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3653
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3661
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3669
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3677
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3759
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3783
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3793
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3803
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3813
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3839
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3849
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3858
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3917
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3961
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4058
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4068
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4088
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4157
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4166
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4175
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4184
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4193
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4202
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4240
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4264
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4515
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4830
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4840
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5344
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5500
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5514
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5551
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5646
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5685
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5719
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5758
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5789
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5825
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5844
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5863
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5896
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5904
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5912
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5920
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5928
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5936
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6533
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6709
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6716
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6734
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6743
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6752
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6761
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:38
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:49
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:135
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:245
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:347
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:396
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:625
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:926
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1074
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1138
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1442
+< msgid "Warning if above"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1672
+< msgid "Warning if above or equal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:974
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1089
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1234
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1243
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1270
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1288
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1323
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1718
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1925
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2159
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2388
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2396
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2693
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3223
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3241
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3268
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3275
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3290
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3297
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3569
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4019
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5353
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5507
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5521
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5542
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5677
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5709
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5748
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5832
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5851
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5870
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:355
+< msgid "Warning if below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1402
+< msgid "Warning if equal or below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3379
+< msgid "Warning if fewer than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1369
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1401
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2099
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2105
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2686
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4223
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4631
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5967
+< msgid "Warning if less than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3355
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3380
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4132
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4632
+< msgid "Warning if more than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1080
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1207
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1225
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3615
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3700
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3719
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3739
+< msgid "Warning if older than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2429
+< msgid "Warning if under"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1071
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1198
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1216
+< msgid "Warning if younger than"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5445
+< msgid "Warning level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5984
+< msgid "Warning level for important updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5986
+< msgid "Warning level for optional updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6004
+< msgid "Warning level for time since last update"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5988
+< msgid "Warning level for time until forced reboot"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15455
+< msgid "Warning level is at least"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2971
+< msgid "Warning remaining"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2102
+< msgid "Warning: This host has an invalid configuration!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1460
+< msgid "Warning: This host has an invalid configuration: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10604
+< #, python-format
+< msgid "Warning: cannot reload Livestatus Proxy-Daemon: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/config.py:362
+< #, python-format
+< msgid ""
+< "We are sorry, but you lack the permission for this operation. If you do not "
+< "like this then please ask you administrator to provide you with the "
+< "following permission: '%s'."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:59
+< msgid "Web API"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9677
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1752
+< msgid "Wednesday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9759
+< msgid "Weekdays"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1351
+< msgid "Weekly Report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:158
+< msgid "Welcome to Check_MK Multisite Mobile. Please Login."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:47
+< msgid ""
+< "When Multisite is running in debug mode, internal Python error messages are "
+< "being displayed and various debug information in other places is also "
+< "available."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:388
+< msgid ""
+< "When aggregation is turned on and the rule matches for two different "
+< "applications then these two events will be kept separate if you check this "
+< "box."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:379
+< msgid ""
+< "When aggregation is turned on and the rule matches for two different hosts "
+< "then these two events will be kept separate if you check this box."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3892
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4369
+< msgid ""
+< "When averaging is set, then an floating average value of the disk throughput "
+< "is computed and the levels for read and write will be applied to the average "
+< "instead of the current value."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:82
+< msgid ""
+< "When buffering the HTTP stream is enabled, then Multisite will not send "
+< "single TCP segments for each particle of HTML output but try to make larger "
+< "segments. This saves bandwidth especially when using HTTPS. On the backside "
+< "there might be a higher latency for the beginning of pages being displayed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16871
+< msgid ""
+< "When calling a rule you can use the place holder $1$ in the rule "
+< "arguments. It will be replaced by the actual host names found by the search "
+< "- one host name for each rule call."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16902
+< msgid ""
+< "When calling a rule you can use the place holder $1$ in the rule "
+< "arguments. It will be replaced by the actual host names found by the search "
+< "- one host name for each rule call. If you have regular expression subgroups "
+< "in the service pattern, then the place holders $2$ will represent "
+< "the first group match, $3 the second, and so on..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10434
+< msgid ""
+< "When connecting to remote site please make sure that Livestatus over TCP is "
+< "activated there. You can use UNIX sockets to connect to foreign sites on "
+< "localhost. Please make sure that this site has proper read and write "
+< "permissions to the UNIX socket of the foreign site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:454
+< msgid ""
+< "When creating a report PDF then the browser will suggest to save the file "
+< "with this filename. The extension should always be pdf."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:589
+< msgid ""
+< "When disabled, WATO shows the help texts of rules also in the list views."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:295
+< msgid ""
+< "When displaying events in the Check_MK GUI, you can make a user see only "
+< "events for hosts he is a contact for. When you expect this rule to receive "
+< "events from hosts that are not known to the monitoring, you can "
+< "specify contact groups for visibility here. Note: If you activate this "
+< "option and do not specify any group, then users with restricted permissions "
+< "can never see these events."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:310
+< msgid ""
+< "When doing inventory on brocade switches only ports with the given "
+< "administrative states will be added to the monitoring system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:326
+< msgid ""
+< "When doing inventory on brocade switches only ports with the given "
+< "operational states will be added to the monitoring system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:318
+< msgid ""
+< "When doing inventory on brocade switches only ports with the given physical "
+< "states will be added to the monitoring system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1462
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:257
+< msgid ""
+< "When doing inventory on switches or other devices with network interfaces "
+< "then only ports found in one of the configured port states will be added to "
+< "the monitoring."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1469
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:265
+< msgid ""
+< "When doing inventory on switches or other devices with network interfaces "
+< "then only ports of the specified types will be created services for."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1478
+< msgid ""
+< "When doing inventory the various disk IO checks can either create a single "
+< "check per host, one check per device or a separate check for read and "
+< "written bytes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:240
+< msgid ""
+< "When enabled a rule editor icon is displayed for each service in the "
+< "multisite views. It is only displayed if the user does have the permission "
+< "to edit rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:597
+< msgid ""
+< "When enabled, all changes of configuration files are tracked with the "
+< "version control system GIT. You need to make sure that git is installed on "
+< "your Nagios server. The version history currently cannot be viewed via the "
+< "web GUI. Please use git command line tools within your Check_MK "
+< "configuration directory."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:570
+< msgid "When enabled, hosttags are no longer shown within the WATO folder view"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:559
+< msgid ""
+< "When enabled, insecure snapshots are allowed. Please keep in mind that the "
+< "upload of unverified snapshots represents a security risk, since the content "
+< "of a snapshot is executed during runtime. Any manipulations in the content - "
+< "either willingly or unwillingly (XSS attack) - pose a serious security risk."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:579
+< msgid ""
+< "When enabled, internal configuration variable names of Check_MK are hidden "
+< "from the user (for example in the rule editor)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:212
+< msgid ""
+< "When enabled, the headline of each page also displays the date in addition "
+< "the time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1047
+< msgid ""
+< "When enabled, the time of the last access is stored for each user. The last "
+< "activity is shown on the users page."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:547
+< msgid ""
+< "When enabled, then the internal names of WATO folder in the filesystem are "
+< "not shown. They will automatically be derived from the name of the folder "
+< "when a new folder is being created. Disable this option if you want to see "
+< "and set the filenames manually."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6097
+< msgid ""
+< "When forwarding messages and no facility can be extracted from the message "
+< "this facility is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2130
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2145
+< msgid ""
+< "When it comes to availability reporting, you might want the report to cover "
+< "only certain time periods, e.g. only Monday to Friday from 8:00 to 17:00. "
+< "You can do this by specifying a service period for hosts or services. In the "
+< "reporting you can then decide to include, exclude or ignore such periods und "
+< "thus e.g. create a report of the availability just within or without these "
+< "times. Note: Changes in the actual definition of a time period "
+< "will only be reflected in times after that change. Selecting a "
+< "different service period will also be reflected in the past."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:498
+< msgid ""
+< "When it comes to the computation of unmonitored time spans, core stops and "
+< "starts that last shorter then this period will be ignored. A time of 0 will "
+< "honor every core downtime."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:648
+< msgid "When opening the users configuration page"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:743
+< msgid ""
+< "When performing walks on an OID during checking, Check_MK fetches all sub "
+< "OIDs regardless whether these values are needed or not. For example, if you "
+< "monitor a single network interface of a switch with hundrets of ports, the "
+< "check will fetch the information for all the interfaces, while only one is "
+< "used. This rule can be used to reduce the amount of fetched OIDs, but please "
+< "note, this is only useful for special cases like the example above and only "
+< "used when you perform bulkwalks."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1945
+< msgid ""
+< "When quering the event status you can either use the monitoring host name, "
+< "the IP address or a custom host name for referring to a host. This is needed "
+< "in cases where the event source (syslog, snmptrapd) do not send a host name "
+< "that matches the monitoring host name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1916
+< msgid ""
+< "When sending notifications from the monitoring system to the event console "
+< "the following syslog facility will be set for these messages. Choosing a "
+< "unique facility makes creation of rules easier."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18504
+< msgid ""
+< "When several users work in parallel with WATO then several pending changes "
+< "of different users might pile up before changes are activate. Only with this "
+< "permission a user will be allowed to activate the current configuration if "
+< "this situation appears."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:571
+< msgid ""
+< "When switching from the Nagios core to CMC with omd config with "
+< "this option enabled, then during the configuration generation for the CMC "
+< "the current state of Nagios comments, downtimes and switches from Master "
+< "Control will be imported into CMC. Note: This implies that any "
+< "previous state of the CMC will be lost. The import will always take "
+< "place when the age of the Nagios state file is younger than that of the CMC. "
+< "Therefore once you are using CMC in production we propose switching this "
+< "option to False."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1767
+< msgid ""
+< "When the Event Console receives a message than the host name that is "
+< "contained in that message will be translated using this configuration. This "
+< "can be used for unifying host names from message with those of actively "
+< "monitored hosts. Note: this translation is happening before any rule is "
+< "being applied."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1842
+< msgid ""
+< "When the Multisite GUI connects the socket of the event daemon in order to "
+< "retrieve information about current and historic events then this timeout "
+< "will be applied."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1807
+< msgid ""
+< "When the Multisite GUI or the active check check_mkevents connects to the "
+< "socket of the event daemon in order to retrieve information about current "
+< "and historic events then its connection request might be queued before being "
+< "processed. This setting defines the number of unaccepted connections to be "
+< "queued before refusing new connections."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1857
+< msgid ""
+< "When the WATO module of the Event Console saves rules to the file "
+< "mkeventd.d/wato/rules.mk it usually prints the Python "
+< "representation of the rules-list into one single line by using the native "
+< "Python code generator. Enabling this option switches to pprint, "
+< "which nicely indents everything. While this is a bit slower for large "
+< "rulesets it makes debugging and manual editing simpler."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:673
+< msgid ""
+< "When the connection to the first server fails with connect specific errors "
+< "like timeouts or some other network related problems, the connect mechanism "
+< "will try to use this server instead of the server configured above. If you "
+< "use persistent connections (default), the connection is being used until the "
+< "LDAP is not reachable or the local webserver is restarted."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:218
+< msgid ""
+< "When the given regular expression (infix search) matches the events state is "
+< "set to CRITICAL."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:230
+< msgid ""
+< "When the given regular expression (infix search) matches the events state is "
+< "set to OK."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:224
+< msgid ""
+< "When the given regular expression (infix search) matches the events state is "
+< "set to WARNING."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9529
+< msgid ""
+< "When the iCalendar file contains definitions of repeating events, these "
+< "repeating events will be resolved to single events for the number of years "
+< "you specify here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6115
+< msgid ""
+< "When the monitoring of forwarded logfiles is enabled, the check verifies "
+< "that all of the logfiles listed here are reported by the monitored system."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:44
+< msgid ""
+< "When the percentage of lost packets is equal or greater then this level, "
+< "then the according state is triggered. The default for critical is 100%. "
+< "That means that the check is only critical if all packets are lost."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:806
+< msgid ""
+< "When the value of this attribute changes for a user account, all current "
+< "authenticated sessions of the user are invalidated and the user must login "
+< "again. By default this field uses the fields which hold the time of the last "
+< "password change of the user."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3162
+< msgid ""
+< "When this option is activated then the CPU utilization is being averaged "
+< "before the levels are being applied."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:58
+< msgid ""
+< "When this option is active the you will not get any alerts or other "
+< "notifications via email, SMS or similar. This overrides all other "
+< "notification settings or rules, so make sure that you know what you do."
+< msgstr ""
+< "Cand aceasta optiune este activa nu vei primi nici o alerta sau alte "
+< "notificari pe email, SMS, sau similar. Aceasta suprascrie toate celelalte "
+< "reguli sau setari pentru notificari, deci fii sigur ca stii ceea ce faci."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1508
+< msgid ""
+< "When this option is active then during inventory of networking interfaces "
+< "(and switch ports) the current operational state of the port will "
+< "automatically be coded as a check parameter into the check. That way the "
+< "check will get warning or critical when the state changes. This setting can "
+< "later by overridden on a per-host and per-port base by defining special "
+< "check parameters via a rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1519
+< msgid ""
+< "When this option is active then during inventory of networking interfaces "
+< "(and switch ports) the current speed setting of the port will automatically "
+< "be coded as a check parameter into the check. That way the check will get "
+< "warning or critical when speed later changes (for example from 100 MBit/s to "
+< "10 MBit/s). This setting can later by overridden on a per-host and per-port "
+< "base by defining special check parameters via a rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:45
+< msgid ""
+< "When this option is checked, then the Multisite webservice will only export "
+< "hosts and services that the user is a contact for - even if he has the "
+< "permission for seeing all objects."
+< msgstr ""
+< "Cand aceasta optiune esta activa, Serviciul web Multisite va exporta "
+< "doarelementele si serviciile pentru care utilizatorul este contact - chiar "
+< "daca el are permisiunea de a vedea toate serviciile"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:33
+< msgid ""
+< "When this option is checked, then the status GUI will only display hosts and "
+< "services that the user is a contact for - even if he has the permission for "
+< "seeing all objects."
+< msgstr ""
+< "Cand aceasta optiune este activa, interfata de status va arata doar "
+< "elementele si serviciile pentru care utilizatorul este contact - chiar daca "
+< "el are permisiunea de a vedea toate obiectele."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1224
+< msgid ""
+< "When this option is enabled (which is the default), then Check_MK tries to "
+< "prevent IP address lookups during the configuration generation. This can "
+< "speed up this process greatly when you have a larger number of hosts. The "
+< "cache is stored in a simple file. Note: when the cache is enabled then "
+< "changes of the IP address of a host in your name server will not be detected "
+< "immediately. If you need an immediate update then simply disable the cache "
+< "once, activate the changes and enabled it again. OMD based installations "
+< "automatically update the cache once a day."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1313
+< msgid ""
+< "When this option is enabled then after each change of the service "
+< "configuration of a host via WATO - may it be via manual changes or a bulk "
+< "discovry - the service discovery check is automatically rescheduled in order "
+< "to reflect the new service state correctly immediately."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:264
+< msgid ""
+< "When this option is enabled then all performance data (check metrics) will "
+< "in addition be sent to an external graphite installation of your "
+< "choice. Graphite graphs will be named with the schema HOST / SERVICE / "
+< "VARIABLE."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1755
+< msgid ""
+< "When this option is enabled then messages that do not match a rule will be "
+< "archived into the event history anyway (Messages that do match a rule will "
+< "be archived always, as long as they are not explicitely dropped are being "
+< "aggregated by counting.)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:44
+< msgid ""
+< "When this option is enabled then updated monitoring agents are automatically "
+< "being created whenever configuration changes are activated and the agents "
+< "are outdated. Agents are being updated if their configuration has changed "
+< "(due to some change in the rules of the monitoring agents)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1704
+< msgid ""
+< "When this option is enabled, then every incoming message is being "
+< "logged into the directory messages in the Event Consoles state "
+< "directory. The logfile rotation is analog to that of the history logfiles. "
+< "Please note that if you have lots of incoming messages then these files can "
+< "get very large."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18490
+< msgid ""
+< "When this permission is set then the user sees also such modules he has no "
+< "explicit access to (see below)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1142
+< msgid ""
+< "When two users simultanously try to activate the changes then you can decide "
+< "to abort with an error (default) or have the requests serialized. It is also "
+< "possible - but not recommended - to turn off locking altogether."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:167
+< msgid ""
+< "When typing a texts in the Quicksearch snapin, a dropdown will appear "
+< "listing all matching host names containing that text. That list is limited "
+< "in size so that the dropdown will not get too large when you have a huge "
+< "number of lists. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1158
+< msgid ""
+< "When using stored SNMP walks you can place inline code generating dynamic "
+< "simulation data. This feature can be activated here. There is a big chance "
+< "that you will never need this feature..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2102
+< msgid ""
+< "When you define HA clusters in WATO then you also have to specify which "
+< "services of a node should be assigned to the cluster and which services to "
+< "the physical node. This is done by this ruleset. Please note that the rule "
+< "will be applied to the nodes, not to the cluster.
Please make "
+< "sure that you re-inventorize the cluster and the physical nodes after "
+< "changing this ruleset."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1259
+< msgid ""
+< "When you have enabled Inline SNMP, you can use this flag to enable recording "
+< "of some performance related values. The recorded values are stored in a "
+< "single file at var/check_mk/snmp.stats.
Please note: "
+< "Only enable this for a short period, because it will decrease the "
+< "performance of your monitoring."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12518
+< msgid ""
+< "When you leave the permissions at "default" then they get their "
+< "settings from the factory defaults (for builtin roles) or from the factory "
+< "default of their base role (for user define roles). Factory defaults may "
+< "change due to software updates. When choosing another base role, all "
+< "permissions that are on default will reflect the new base role."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:189
+< msgid ""
+< "When you point your browser to the Multisite GUI, usually the dashboard is "
+< "shown in the main (right) frame. You can replace this with any other URL you "
+< "like here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:304
+< msgid ""
+< "When you reschedule a check by clicking on the "arrow"-icon then "
+< "Multisite will use this number of seconds as a timeout. If the monitoring "
+< "core has not executed the check within this time, an error will be displayed "
+< "and the page not reloaded."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9543
+< msgid ""
+< "When you specify explicit time definitions here, these will be added to each "
+< "date which is added to the resulting time period. By default the whole day "
+< "is used."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:397
+< msgid ""
+< "When you use subgroups in the regular expression of your match text then you "
+< "can have different values for the matching groups be reflected in different "
+< "events."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:146
+< msgid ""
+< "Whenever the number of returned datasets of a view would exceed this limit, "
+< "a warning is being displayed and no further data is being shown. A normal "
+< "user can override this limit with one mouse click."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:156
+< msgid ""
+< "Whenever the number of returned datasets of a view would exceed this limit, "
+< "an error message is shown. The normal user cannot override the hard limit. "
+< "The purpose of the hard limit is to secure the server against useless "
+< "queries with huge result sets."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:509
+< msgid ""
+< "Whenever you successfully activate changes a snapshot of the configuration "
+< "will be created. You can also create snapshots manually. WATO will delete "
+< "old snapshots when the maximum number of snapshots is reached."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:542
+< msgid "Who"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:488
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:37
+< msgid "Width"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:251
+< msgid "Width of the rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1205
+< msgid "Wiki"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:561
+< msgid ""
+< "Will be used in the service description. If the name starts with a caret "
+< "(^), the service description will not be prefixed with HTTP."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16810
+< msgid ""
+< "Will create child nodes representing the state of hosts (usually the host "
+< "check is done via ping)."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16817
+< msgid "Will create child nodes representing the state of services."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1222
+< msgid "Windows"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:147
+< msgid "Windows Agent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4218
+< msgid "Windows DHCP Pool"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:215
+< msgid "Windows Event Logs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:106
+< msgid "Windows Service Inventory"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2879
+< msgid "Windows Service Summary"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4761
+< msgid "Windows Services"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4821
+< msgid "Windows Terminal Server Sessions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:995
+< msgid "Windows system time offset"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:852
+< msgid ""
+< "With this option activated at most X new messages per monitoring "
+< "cycle are being transferred."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:861
+< msgid ""
+< "With this option activated at most the configured time is being spent for "
+< "each logfile in question. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:409
+< msgid ""
+< "With this option activated you can make the Event Console monitor that a "
+< "certain number of messages are at least seen within each regular time "
+< "interval. Otherwise an event will be created. The options week, "
+< "two days and day refer to periodic intervals aligned at "
+< "00:00:00 on the 1st of January 1970. You can specify a relative offset in "
+< "hours in order to re-align this to any other point of time."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:274
+< msgid ""
+< "With this option all messages matching this rule will be silently dropped."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:531
+< msgid ""
+< "With this option enabled the core schedules all checks as fast as "
+< "possible. As soon as a check is finished it is being scheduled for the "
+< "earliest possible time. This is useful for performance-measurement. You "
+< "probably won't want to do this in a productive environment."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:792
+< msgid ""
+< "With this option the check produces an output that is a valid hyperlink to "
+< "the checked URL and this clickable."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:72
+< msgid ""
+< "With this option turned on all Livestatus queries made by Multisite in order "
+< "to render views are being displayed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1738
+< msgid ""
+< "With this option turned on all queries made to the event daemon will be "
+< "displayed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:329
+< msgid ""
+< "With this option you can make the rule being executed not before the "
+< "matching message is seen a couple of times in a defined time interval. Also "
+< "counting activates the aggregation of messages that result from the same "
+< "rule into one event, even if count is set to 1."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:78
+< msgid ""
+< "With this option you can prevent cleanup of files newer than this value."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1020
+< msgid ""
+< "With this option you can specify the attributes a user which is created "
+< "during its initial login gets added. For example, the default is to add the "
+< "role \"user\" to all automatically created users."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:50
+< msgid ""
+< "With this permission set, the BI aggregation rules are applied to all hosts "
+< "and services - not only those the user is a contact for. If you remove this "
+< "permissions then the user will see incomplete aggregation trees with status "
+< "based only on those items."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1185
+< msgid ""
+< "With this ruleset you can configure "classical Nagios checks" to "
+< "be executed directly on your monitoring server. These checks will not use "
+< "Check_MK. It is also possible to configure passive checks that are fed with "
+< "data from external sources via the Nagios command pipe."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2043
+< msgid "With this setting you can set links to documentations for Hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2032
+< msgid "With this setting you can set links to documentations for each service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1522
+< msgid ""
+< "Without this option the access is limited to querying the current and "
+< "historic event status."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:87
+< msgid "Without this permission the Check_MK sidebar will be invisible"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18604
+< msgid ""
+< "Without this permission, operations on folders can only be done by users "
+< "that are members of one of the folders contact groups. This permission "
+< "grants full access to all folders and hosts. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1114
+< msgid "Workgroup"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1115
+< msgid "Workgroup or domain used (defaults to WORKGROUP)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:28
+< msgid "Worst - take worst of all node states"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1330
+< msgid "Write"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4398
+< msgid "Write Queue-Length"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18603
+< msgid "Write access to all hosts and folders"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4308
+< msgid "Write latency"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3884
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4362
+< msgid "Write throughput"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1432
+< #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:55
+< msgid "X"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:216
+< msgid "YYYY-MM-DD"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:436
+< msgid "YYYY-MM-DD HH:MM:SS"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1868
+< msgid "Year"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1166
+< msgid "Yes!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2119
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2190
+< msgid "Yesterday"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8951
+< msgid "You are analysing this notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6493
+< msgid ""
+< "You are currently not using the Check_MK Microcore, but this snapshot uses "
+< "the Check_MK Microcore. If you need to migrate your data, you could consider "
+< "changing the core, restoring the snapshot and changing the core back again."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6489
+< msgid ""
+< "You are currently using the Check_MK Microcore, but this snapshot does not "
+< "use the Check_MK Microcore. If you need to migrate your data, you could "
+< "consider changing the core, restoring the snapshot and changing the core "
+< "back again."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3479
+< msgid ""
+< "You are going to move the selected hosts to folders representing their "
+< "original folder location in the system you did the import from. Please make "
+< "sure that you have done an inventory before moving the hosts."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:92
+< #, python-format
+< msgid ""
+< "You are missing the action with the ID %s, which is still used in "
+< "some rules."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:75
+< #, python-format
+< msgid "You are not allowed to access the logs of the host %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:269
+< #, python-format
+< msgid "You are not allowed to acknowledge %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17894
+< msgid "You are not allowed to activate changes of other users."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:440
+< msgid "You are not allowed to change the sidebar."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:509
+< #, python-format
+< msgid "You are not allowed to edit %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:300
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:849
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1039
+< #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1101
+< msgid "You are not allowed to edit dashboards."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15744
+< msgid "You are not allowed to edit your user profile."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1906
+< msgid ""
+< "You are not allowed to perform actions. If you think this is an error, "
+< "please ask your administrator grant you the permission to do so."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:42
+< msgid "You are not allowed to use Check_MK's web configuration GUI."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:186
+< msgid "You are not allowed to use WATO."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:143
+< msgid "You are not allowed to use the notification module."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:185
+< msgid "You are not authenticated."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:226
+< #, python-format
+< msgid ""
+< "You are not authorized to use Check_MK Multisite. Sorry. You are logged in "
+< "as %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10771
+< msgid "You are not logged into the remote site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3019
+< msgid "You are not permitted to perform this action."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15869
+< msgid "You are required to change your password before proceeding."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1137
+< #, python-format
+< msgid ""
+< "You are using the replacment reference \\%d, but your match text "
+< "has only %d subgroups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3072
+< msgid "You called this page for a non-existing host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:352
+< msgid ""
+< "You called this page with a non-existing folder! Go back to the main index."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1968
+< msgid "You called this page with an invalid host name."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1495
+< msgid ""
+< "You can activate the inventorization of dhcp pools, which have no ip "
+< "addresses in it"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2223
+< #, python-format
+< msgid ""
+< "You can assign icons to hosts for the status GUI. Put your images into %"
+< "s. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2234
+< #, python-format
+< msgid ""
+< "You can assign icons to services for the status GUI. Put your images into "
+< "%s. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1531
+< msgid ""
+< "You can change the plugin output of logwatch to show only the count of "
+< "messages or also to show the last worst message"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1607
+< msgid ""
+< "You can configure an individual alias here for the tunnel matching the IP-"
+< "Address or Name configured in the field above."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:97
+< #, python-format
+< msgid ""
+< "You can configure the notification mechanism to log more details about the "
+< "notifications into the notification log. These information are logged into "
+< "the file %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1469
+< msgid ""
+< "You can configure upper thresholds for the currently active connections "
+< "handled by the web server."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:977
+< msgid ""
+< "You can define some rules which each user password must fit with. By default "
+< "all passwords are accepted, even ones which are made of only a single "
+< "character, which is obviously a bad idea. Using this option you can enforce "
+< "your users to choose more secure passwords of a minimal length having a "
+< "defined complexity."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2992
+< msgid ""
+< "You can diagnose the connection to a specific host using this dialog. You "
+< "can either test wether your current configuration is still working or "
+< "investigate in which ways a host can be reached. Simply configure the "
+< "connection options you like to try on the right side of the screen and press "
+< "the \"Test\" button. The results will be displayed here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:293
+< msgid "You can enable this checkbox to show empty hostgroups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14894
+< msgid ""
+< "You can enter a number of explicit host names that rule should or should not "
+< "apply to here. Leave this option disabled if you want the rule to apply for "
+< "all hosts specified by the given tags."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12795
+< msgid ""
+< "You can have these tags automatically added if certain primary tags are set."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16144
+< msgid ""
+< "You can insert some text (e.g. a line of the logfile) to test the patterns "
+< "defined for this logfile. All patterns for this logfile are listed below. "
+< "Matching patterns will be highlighted after clicking the \"Try out\" button."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14915
+< msgid ""
+< "You can make the rule apply only to certain services of the specified hosts. "
+< "Do this by specifying explicit items to match here. Hint: make "
+< "sure to enter the item only, not the full Service description. Note: "
+< "the match is done on the beginning of the item in question. Regular "
+< "expressions are interpreted, so appending a $ will force an exact "
+< "match."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:153
+< #, python-format
+< msgid ""
+< "You can select either from the shipped images or upload your own images. "
+< "Copy your own images to the monitoring server into the directory %s"
+< "tt>. Supported formats: %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:112
+< msgid ""
+< "You can send the notification to a list of multiple users, which can be "
+< "choosen out of these predefined filters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:708
+< msgid "You can simulate an event here and check out, which rules are matching."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:966
+< msgid ""
+< "You can specify a hostname or IP address different from the IP address of "
+< "the host as configured in your host properties."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1528
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1565
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1613
+< msgid ""
+< "You can specify a hostname or IP address different from the IP address of "
+< "the host this check will be assigned to."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4793
+< msgid ""
+< "You can specify a separate monitoring state for each possible combination of "
+< "service state and start type. If you do not use this parameter, then only "
+< "running/auto will be assumed to be OK."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:431
+< msgid ""
+< "You can specify another report here. All global settings from that report "
+< "are takes as default values. Fixed page elements from that report are added "
+< "to the fixed elements defined in this report."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11519
+< msgid ""
+< "You can specify arguments to the notification plugin here. Please refer to "
+< "the documentation about the plugin for what parameters are allowed or "
+< "required here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1132
+< msgid ""
+< "You can specify one or several patterns containing * and ?"
+< "tt>, for example /spool/tmpspace*. The filesystems matching the "
+< "patterns will be monitored like one big filesystem in a single service."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:269
+< msgid "You can use * and ? here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9789
+< msgid ""
+< "You can use other timeperiod defnitions to exclude the times defined in the "
+< "other timeperiods from this current timeperiod."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:107
+< msgid ""
+< "You can use text macros here. For explanation of the available text macros "
+< "you can add the report element Table of available text macros to your "
+< "report. The text will automatically be wrapped. An empty line will start a "
+< "new paragraph."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8302
+< msgid ""
+< "You can use this description for commenting your rules. It has no influence "
+< "on the notification."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:259
+< msgid ""
+< "You can use this description for commenting your rules. It will not be "
+< "attached to the event this rule classifies."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/login.py:285
+< #, python-format
+< msgid ""
+< "You can use, modify and distribute Check_MK under the terms of the GNU GPL Version 2."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7234
+< msgid ""
+< "You can verify the single parts of your ldap configuration using this "
+< "dialog. Simply make your configuration in the form on the left side and hit "
+< "the \"Save & Test\" button to execute the tests. After the page reload, you "
+< "should see the results of the test here."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4669
+< msgid ""
+< "You cannot activate changes while some hosts have an invalid configuration: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12347
+< msgid "You cannot delete the builtin roles!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7889
+< #, python-format
+< msgid "You cannot delete this %s group."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12743
+< #, python-format
+< msgid ""
+< "You cannot delete this auxiliary tag. It is being used in the tag group %"
+< "s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9891
+< msgid "You cannot delete this connection. It has folders/hosts assigned to it."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9247
+< msgid "You cannot delete this timeperiod."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11671
+< msgid "You cannot delete your own account!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10361
+< msgid "You cannot do replication with the local site."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11913
+< msgid "You cannot lock your own account!"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:490
+< msgid "You cannot query for time ranges that are before the horizon."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2238
+< msgid "You cannot rename a host while you have pending changes."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2946
+< msgid ""
+< "You cannot save this rule. There are not defined any elements for this "
+< "selection yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:412
+< msgid ""
+< "You cannot set a downtime that ends in the past. This incident will be "
+< "reported."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1121
+< msgid ""
+< "You cannot use counting and expecting at the same time in the same rule."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1125
+< msgid ""
+< "You cannot use expecting and delay at the same time in the same rule, sorry."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10335
+< msgid "You cannot use the site itself as site of the status host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9318
+< #, python-format
+< msgid "You cannot use weekday names (%s) in exceptions"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:103
+< #, python-format
+< msgid "You defined the non-existing host '%s' as a parent."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12003
+< msgid ""
+< "You have enabled the notifications but missed to configure a Email address. "
+< "You need to configure your mail address in order to be able to receive "
+< "emails."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12009
+< msgid ""
+< "You have enabled the notifications but missed to make the user member of at "
+< "least one contact group. You need to make the user member of a contact group "
+< "which has hosts assigned in order to be able to receive emails."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1397
+< msgid ""
+< "You have no mail transfer agent installed. /usr/sbin/sendmail is "
+< "missing. Please install Postfix, Qmail, Nullmailer or Sendmail."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14994
+< msgid ""
+< "You have not configured any host tags."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9993
+< msgid ""
+< "You have not configured any local or remotes sites. Multisite will "
+< "implicitely add the data of the local monitoring site. If you add remotes "
+< "sites, please do not forget to add your local monitoring site also, if you "
+< "want to display its data."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8690
+< msgid "You have not created any rules yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:927
+< msgid ""
+< "You have not created any rules yet. The Event Console is useless unless you "
+< "have activated Force message archiving in the global settings."
+< msgstr ""
+< "Inca nu ai creat nici o regula. Consola de Evenimente este nefolositoare "
+< "daca nu ai activat Forteaza arhivarea mesajelor in setarile globale."
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1491
+< #, python-format
+< msgid ""
+< "You have not defined any virtual host trees. You can do this in the global "
+< "settings for Multisite."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:200
+< msgid "You have pending messages."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1486
+< msgid "You have permission to this host."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4033
+< #, python-format
+< msgid ""
+< "You have selected %d hosts for bulk cleanup. This means removing "
+< "explicit attribute values from hosts. The hosts will then inherit attributes "
+< "configured at the host list or folders or simply fall back to the builtin "
+< "default values."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3865
+< #, python-format
+< msgid "You have selected %d hosts for bulk discovery. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3965
+< #, python-format
+< msgid ""
+< "You have selected %d hosts for bulk edit. You can now change host "
+< "attributes for all selected hosts at once. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4265
+< #, python-format
+< msgid "You have selected %d hosts for parent scan. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1533
+< msgid "You have to select at least one element."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12846
+< msgid "You haven't defined any auxiliary tags."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12806
+< msgid "You haven't defined any tag groups yet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:719
+< msgid ""
+< "You just need to specify values that are different from the default values "
+< "that you've specified above."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1117
+< msgid ""
+< "You matching text has too many regular expresssion subgroups. Only nine are "
+< "allowed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1126
+< msgid ""
+< "You may enter the folder as you might have permission on a subfolders, "
+< "though."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17304
+< msgid "You might want to add some helpful description for the attribute."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15804
+< msgid "You need to change your password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:153
+< msgid "You need to provide a text."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:436
+< #, python-format
+< msgid "You need to provide at least %d characters."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:589
+< msgid ""
+< "You need to provide either an URL or the name of a python function to be "
+< "used for rendering the dashlet."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15802
+< msgid "You need to provide your current password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:444
+< msgid "You need to supply a comment for your downtime."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:272
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:330
+< msgid "You need to supply a comment."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:715
+< msgid ""
+< "You search statement is not valid. You need to provide a regular expression "
+< "(regex). For example you need to e use \\\\ instead of \\ "
+< "if you like to search for a single backslash."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:834
+< #, python-format
+< msgid "Your %s element has been saved."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:702
+< #, python-format
+< msgid "Your %s has been saved."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2106
+< msgid "Your changes have been saved nevertheless."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1123
+< #, python-format
+< msgid "Your contact groups are %s."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:699
+< msgid "Your filename must not end with a slash."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:560
+< msgid "Your hostname has an invalid format."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:355
+< msgid "Your input does not match the required format."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13449
+< msgid "Your modifications affect some objects"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15810
+< msgid "Your old password is wrong."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15874
+< msgid "Your password has been changed."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15867
+< msgid "Your password is too old, you need to choose a new password."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9068
+< msgid "Your personal notification rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:163
+< #, python-format
+< msgid "Your query produced more than %d results. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:479
+< #, python-format
+< msgid ""
+< "Your regular expression containes %d groups. It must have at most %"
+< "d groups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:476
+< #, python-format
+< msgid ""
+< "Your regular expression containes %d groups. You need at least %d"
+< "b> groups."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/index.py:229
+< #, python-format
+< msgid "Your roles are %s. "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1124
+< msgid "Your schedule task has been saved."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7650
+< msgid "Your setting and factory settings are identical."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12016
+< msgid "Your user has no roles. Please assign at least one role."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4534
+< msgid "ZFS storage pool status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6333
+< msgid "Zypper Updates"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:512
+< msgid "Zypper normal and security updates (Linux)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:270
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:843
+< msgid "^/[^ \t]+$"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1991
+< msgid "above"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15425
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15427
+< msgid "above predicted value"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1538
+< msgid "access unrestricted"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:83
+< msgid "acknowledged"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1989
+< msgid "acknowledged events will not be honored"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1667
+< msgid "act/pend"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4951
+< msgid "activating..."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1669
+< msgid "active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:304
+< msgid "add \"ISL\" to service description for interswitch links"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:305
+< msgid "add ISL"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:587
+< msgid "ago"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8794
+< msgid "all contacts of the notified object"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11797
+< msgid "all events disabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:131
+< msgid "all graphs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:244
+< #, fuzzy, python-format
+< msgid "all logfiles of host %s"
+< msgstr " pentru hostul %s"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:238
+< msgid "all logfiles on all hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8796
+< msgid "all users"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8798
+< msgid "all users with and email address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1525
+< msgid "allow commands"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1521
+< msgid "allow execution of commands and actions via TCP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8289
+< msgid "allow users to deactivate this notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:68
+< msgid "and spread over"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1486
+< #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1573
+< msgid "assumed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:693
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:698
+< msgid "at least one packet every"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2309
+< msgid "authentication and encryption"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2300
+< msgid "authentication but no privacy"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4783
+< msgid "auto"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:351
+< msgid "average duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8449
+< msgid "beginning from notifcation number"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14648
+< msgid "begins with"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1994
+< msgid "below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15468
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15470
+< msgid "below predicted value"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1641
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1642
+< msgid "bindings"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2373
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2374
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2396
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2397
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2470
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2471
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2502
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2503
+< msgid "bits / bytes per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4157
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4158
+< msgid "blocks/s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:209
+< msgid "bottom up"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:207
+< msgid "boxes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:208
+< msgid "boxes (omit root)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:256
+< msgid "broadcast"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:346
+< msgid "builtin"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12491
+< msgid "builtin role"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:130
+< msgid "buttons"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2985
+< msgid "cartridge specification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:641
+< msgid "change the state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4681
+< msgid "changes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1258
+< msgid "childs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1670
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1671
+< msgid "clients"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:84
+< msgid "closed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:181
+< msgid "collapsed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1897
+< msgid "commands"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:185
+< msgid "complete"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1761
+< msgid "connection up and passing data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3858
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3859
+< msgid "connection/sec"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1472
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1473
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1717
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1718
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1719
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1720
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1763
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1764
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1773
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1774
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1784
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1785
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1795
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1796
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1806
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1807
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1816
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1817
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1826
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1827
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1837
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1838
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1848
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1849
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1859
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1860
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1871
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1872
+< msgid "connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7867
+< msgid "contact group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7850
+< msgid "contact groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8802
+< msgid "contact groups: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1482
+< msgid "controlled by ruleset Inventory mode for Disk IO check"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:352
+< msgid "count"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:80
+< msgid "counting"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1580
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3401
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3509
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5119
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5147
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5155
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5163
+< msgid "critical at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1540
+< msgid "critical at or below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3880
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3887
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4035
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4379
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4394
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4401
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4931
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4948
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5030
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5047
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5061
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5080
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5087
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5094
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5195
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5218
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5239
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5246
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5253
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5267
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6422
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6438
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6446
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6454
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7080
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7107
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7121
+< msgid "critical if above"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6348
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6851
+< msgid "critical if above or equal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5013
+< msgid "critical if at"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4963
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4980
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4997
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5112
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5139
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5186
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5260
+< msgid "critical if below"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6345
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6848
+< msgid "critical if below or equal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3480
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4109
+< msgid "critical if higher then"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3456
+< msgid "critical if less then"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+< msgid "custom"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1782
+< msgid "daily"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:64
+< msgid "dashboard"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:60
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:65
+< msgid "dashboards"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:442
+< msgid "day"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15406
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:182
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:210
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:445
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1797
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1018
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1025
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:184
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:492
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:808
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1043
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:573
+< msgid "days"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3803
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3804
+< msgid "deadlocks/sec"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:331
+< msgid "decay"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12547
+< #, python-format
+< msgid "default (%s)"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1167
+< msgid "delay precompiling"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:81
+< msgid "delayed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4781
+< msgid "demand"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:899
+< msgid "diagFault"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4339
+< #, python-format
+< msgid "directly in the folder %s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:332
+< msgid "disable"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12132
+< msgid "disable the login to this account"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1070
+< #, fuzzy
+< msgid "disable this section"
+< msgstr "Dezactiveaza Notificarile"
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11794
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:808
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1203
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:522
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1979
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1999
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4782
+< msgid "disabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5990
+< msgid "display all important updates verbosely"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8318
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14749
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:268
+< msgid "do not apply this rule"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4345
+< msgid "do not create gateway hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1047
+< msgid "do not create this report"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10023
+< msgid "don't query status"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:770
+< msgid "don't wait for body"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:221
+< msgid "don't wrap"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:208
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:828
+< msgid "down"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1898
+< msgid "downtimes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:186
+< msgid "dpi"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17617
+< #, python-format
+< msgid "edited properties of host [%s]"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8804
+< msgid "email addresses: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6327
+< msgid "empty"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:596
+< msgid "enable GIT version control"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:616
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:830
+< msgid "enable SNI"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:81
+< msgid "enable buffering"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:46
+< msgid "enable debug mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:71
+< msgid "enable debug of Livestatus queries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1737
+< msgid "enable debugging of queries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1692
+< msgid "enable extensive rule logging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12207
+< msgid "enable notifications"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1716
+< msgid "enable optimized rule execution"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1856
+< msgid "enable pretty-printing of rules"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:57
+< msgid "enable profile mode"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:117
+< msgid "enable sounds"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:727
+< msgid "entries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2273
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2274
+< msgid "errors"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4280
+< msgid "events per second"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:151
+< msgid "exact match"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9841
+< msgid "excluded"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:669
+< #, python-format
+< msgid "execute that action "%s""
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:430
+< msgid "expand escapes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:442
+< msgid "expect all"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:700
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:701
+< msgid "failures"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:161
+< msgid "fast"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:916
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:931
+< msgid "faulty"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:182
+< msgid "first level"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1655
+< msgid "fixed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:675
+< msgid "fixed page element"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1655
+< msgid "flexible"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:517
+< msgid "flexible with max. duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:206
+< msgid "foldable"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1660
+< msgid "for"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:255
+< msgid "forced"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1993
+< msgid "free space"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8420
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11543
+< msgid "from"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:725
+< msgid "from the beginning"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:331
+< msgid "from the end"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8469
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8547
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11566
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:562
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:584
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:615
+< msgid "from:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:129
+< #, python-format
+< msgid "graph number %d"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:501
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:505
+< msgid "handles"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:214
+< msgid "height"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:794
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:860
+< #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2892
+< msgid "hidden"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:546
+< msgid "hide folder names"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:588
+< msgid "hide help text"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:569
+< msgid "hide hosttags"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:452
+< msgid "hide response"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:578
+< msgid "hide variable names"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:319
+< msgid "high threshold"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1523
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1732
+< msgid "host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7846
+< msgid "host groups"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10479
+< msgid "host: "
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1896
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1523
+< msgid "hosts"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:475
+< msgid "hour"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:183
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:211
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:427
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:436
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2138
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2159
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2160
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:574
+< msgid "hours"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/userdb/htpasswd.py:136
+< msgid "htpasswd"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:976
+< msgid "htpasswd: Password Policy"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9522
+< #, fuzzy
+< msgid "iCalendar File"
+< msgstr "Curata fisierul de loguri"
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:236
+< msgid "iSCSI HBAs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:718
+< msgid "if"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:717
+< msgid "if64"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15025
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:149
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2306
+< msgid "ignore"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:936
+< msgid "ignore administrative state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:921
+< msgid "ignore operational state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:905
+< msgid "ignore physical state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2286
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2316
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2335
+< msgid "ignore speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4780
+< msgid "ignore the start type"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4773
+< msgid "ignore the state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2245
+< msgid "ignore which one is active"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2653
+< msgid "in"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1814
+< #, python-format
+< msgid "in %d days"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1787
+< msgid "in ... days"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:641
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1026
+< msgid "in notif. p."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4342
+< msgid "in the same folder as the host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4336
+< #, python-format
+< msgid "in the subfolder %s/Parents"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:444
+< msgid "in timezone"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:897
+< msgid "inSync"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2105
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2106
+< msgid "inodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5275
+< msgid "internal"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:228
+< msgid "internal ID"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1098
+< #, python-format
+< msgid "invalid entry %s: %s
\n"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2518
+< msgid "invalid:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14597
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14646
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15026
+< msgid "is"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15027
+< msgid "isnot"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2998
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2999
+< msgid "jobs"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5238
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5239
+< msgid "kW"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4286
+< msgid "kernel counter"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5542
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5543
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5551
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5552
+< msgid "l/s"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:894
+< msgid "laserFault"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:562
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:970
+< msgid "last notification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2346
+< msgid "latin1"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:213
+< msgid "left"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4859
+< msgid "local"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2013
+< msgid "local connect"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10021
+< msgid "local site"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:900
+< msgid "lockRef"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:100
+< msgid "log full queries"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3378
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3379
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3380
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3381
+< msgid "log switches"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1639
+< msgid "logging is enabled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1112
+< msgid "login as role"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:314
+< msgid "low threshold"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6472
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6480
+< msgid "lower limit"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4515
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4516
+< msgid "mails"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1284
+< msgid "master / standalone"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:350
+< msgid "maximum duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5597
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5603
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:575
+< msgid "min"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:349
+< msgid "minimum duration"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:184
+< msgid "mins"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:478
+< msgid "minute"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:212
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:353
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1275
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1830
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1942
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1957
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1973
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1993
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:473
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:883
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1424
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2410
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2483
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2717
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5335
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5353
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5354
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5473
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6772
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1237
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1432
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:70
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:493
+< msgid "minutes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:194
+< msgid "mm"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:99
+< msgid "moderate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:150
+< msgid "monitor"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1518
+< msgid "monitor port speed"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1507
+< msgid "monitor port state"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:550
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:555
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4303
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4309
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4378
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4379
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5379
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5385
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6872
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6875
+< msgid "ms"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:508
+< msgid "ms / entry"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:735
+< msgid "myhost089"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:871
+< msgid "n/a"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:183
+< msgid "negate"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2771
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10041
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10053
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11764
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12546
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12547
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:350
+< #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:351
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:626
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:846
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:398
+< msgid "no"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1548
+< msgid "no access via TCP"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+< msgid "no assumed state set"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1526
+< msgid "no commands"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:220
+< msgid "no time"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:892
+< msgid "noCard"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:895
+< msgid "noLight"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:896
+< msgid "noSync"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:893
+< msgid "noTransceiver"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2768
+< msgid "nodes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4452
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11759
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11786
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:348
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3110
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2198
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:500
+< msgid "none"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1085
+< msgid "normal connection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5743
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14599
+< msgid "not"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1265
+< msgid "not available"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:115
+< msgid "not logged in"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4876
+< msgid "nothing to do"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:648
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1033
+< msgid "notif."
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1431
+< msgid "notifications within last"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:47
+< msgid "of"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:506
+< msgid "of Service"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:445
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1499
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1124
+< msgid "off"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:268
+< msgid "off - no Graphite export"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:98
+< msgid "off - no debugging"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:914
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:929
+< msgid "offline"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:588
+< msgid "omit IP address"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1123
+< msgid "on"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/views.py:446
+< msgid "once per group"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1485
+< msgid "one check for read, one for write"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1484
+< msgid "one check per individual disk/LUN"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1483
+< msgid "one summary check per host"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:913
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:928
+< msgid "online"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:82
+< msgid "open"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12094
+< msgid "optional"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1845
+< msgid ""
+< "our socket has closed; we are in the process of tearing down the connection"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1792
+< msgid ""
+< "our socket is closed; remote endpoint has also shut down; we are waiting "
+< "for a final acknowledgement"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1834
+< msgid ""
+< "our socket is shut down; remote endpoint is shut down; not all data has been "
+< "sent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:399
+< msgid "owner"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1434
+< msgid "pad port numbers"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12089
+< msgid "password:"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:626
+< msgid "path levels"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1669
+< msgid "pending"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1815
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1832
+< msgid "pending connections"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:820
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:821
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:845
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:846
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:854
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:855
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:863
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:864
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:872
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:873
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6709
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6710
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6734
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6735
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6743
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6744
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6752
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6753
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6761
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6762
+< msgid "percent"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:308
+< msgid "persistent comment"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:942
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6835
+< msgid "port name"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2419
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2510
+< msgid "port specification"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:898
+< msgid "portFault"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11473
+< msgid "previous notifications of this type are cancelled"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:331
+< msgid "procedure call is used"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1218
+< msgid "process performance data"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:438
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:443
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:448
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:453
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:569
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:574
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:579
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:584
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4264
+< #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4265
+< msgid "processes"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:178
+< msgid "pt"
+< msgstr ""
+<
+< #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:841
+< #, python-format
+< msgid "refresh: \n"
+> "
\n"
+> msgstr ""
+> "\n"
+> "Următorii substituenții vor fi substituite cu valoarile reale de la eveniment "
+> "eveniment:\n"
+> " \n"
+> "$ID$ Event ID \n"
+> "$COUNT$ Number of occurrances \n"
+> "$TEXT$ Message text \n"
+> "$FIRST$ Time of the first occurrance (time stamp)"
+> "td> $LAST$ Time of the most recent occurrance "
+> "tr>\n"
+> " \n"
+> "$COMMENT$ Event comment/td> \n"
+> "$SL$ Service Level \n"
+> "$HOST$ Host name (as sent by syslog) \n"
+> "$CONTACT$ Contact information \n"
+> "$APPLICATION$ Syslog tag / Application \n"
+> "$PID$ Process ID of the origin process \n"
+> "$PRIORITY$ Syslog Priority \n"
+> "$FACILITY$ Syslog Facility \n"
+> "$RULE_ID$ ID of the rule \n"
+> "$STATE$ State of the event (0/1/2/3) \n"
+> "$PHASE$ Phase of the event (open in normal "
+> "situations, closed when cancelling) \n"
+> "$OWNER$ Owner of the event \n"
+> "$MATCH_GROUPS$ Text groups from regular expression "
+> "match, separated by spaces \n"
+> "$MATCH_GROUP_1$ Text of the first match group from "
+> "expression match \n"
+> "$MATCH_GROUP_2$ Text of the second match group from "
+> "expression match \n"
+> "$MATCH_GROUP_3$ Text of the third match group from "
+> "expression match (and so on...) \n"
+> "
\n"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:540
+> msgid " (Copy)"
+> msgstr " (Copiază)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:489
+> msgid " (enforced)"
+> msgstr " (aplicare forțată)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:67
+> msgid " (exact match)"
+> msgstr " (potrivire exactă)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11801
+> msgid " (invalid)"
+> msgstr " (invalid)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3078
+> msgid " (live scan)"
+> msgstr " (scanare în timp real)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3080
+> msgid " (might be cached data)"
+> msgstr " (pot fi date din cache)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2312
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2388
+> msgid " Activate this option"
+> msgstr " Activează această opțiune"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2310
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2386
+> msgid " Ignore this option"
+> msgstr " Ignoră această opțiune"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1694
+> #, python-format
+> msgid " Its directory is %s."
+> msgstr " Directorul său este %s."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:998
+> #, python-format
+> msgid " Match groups: %s"
+> msgstr " Se potrivește grupurilor: %s"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2115
+> msgid ""
+> " Note: if no contact information is configured for a service then that of "
+> "the host will be used instead (if configured)."
+> msgstr ""
+> "Notă: dacă nu sunt definite informațiile de contact pentru un serviciu "
+> "atunci cele ale elementeului vor fi foloside (dacâ sunt configurate)."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2082
+> msgid ""
+> " Note: if no service level is configured for a service then that of the host "
+> "will be used instead (if configured)."
+> msgstr ""
+> "Notă: dacă nu este configurat un nivel de service pentru un serviciu atunci "
+> "cele ale elementelului vor fi folosite (dacâ sunt configurate)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1697
+> #, python-format
+> msgid " The folder contains %d hosts, which will also be deleted!"
+> msgstr " Folderul conține %d elemente, ce vor fi șterse!"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1577
+> msgid " The operational transmit power"
+> msgstr " Puterea de transmisie operațională"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3276
+> #, python-format
+> msgid " The parameter is: %r"
+> msgstr " Parametrul este: %r"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14049
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14117
+> #, python-format
+> msgid " and %s '%s'"
+> msgstr " și %s '%s'"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14285
+> #, python-format
+> msgid " and the %s '%s'."
+> msgstr " si %s 's'."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:289
+> #, python-format
+> msgid " for a period of %s"
+> msgstr " pentru o perioadâ de %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14115
+> #, python-format
+> msgid " for host %s"
+> msgstr " pentru elementul %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9134
+> msgid " for user "
+> msgstr " pentru utilizatorul "
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1782
+> #, python-format
+> msgid " in %d days"
+> msgstr " în %d zile"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1780
+> msgid " next week"
+> msgstr " săptămâna viitoare"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10481
+> msgid " on monitoring site: "
+> msgstr " pe siteul de monitorizare: "
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14632
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:100
+> msgid " or "
+> msgstr " sau "
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1090
+> msgid " or int"
+> msgstr " sau int"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10444
+> msgid " seconds"
+> msgstr " secunde "
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:45
+> #, python-format
+> msgid " spread over %d minutes "
+> msgstr " peste următoarele %d minute "
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8470
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8548
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11567
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:563
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:585
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:616
+> msgid " to:"
+> msgstr " către:"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6916
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6919
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6932
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6935
+> msgid "%"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:328
+> msgid "% / min"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2152
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2153
+> msgid "% / range"
+> msgstr "% / gamă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15434
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15435
+> msgid "% above predicted value"
+> msgstr "% peste valoarea prezisâ"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15477
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15478
+> msgid "% below predicted value"
+> msgstr "% sub valoarea prezisă"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3268
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3269
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3290
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3291
+> #, python-format
+> msgid "% free"
+> msgstr "% liber"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4223
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4224
+> #, python-format
+> msgid "% free pool entries"
+> msgstr "% întrări libere"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5967
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5968
+> msgid "% memory left"
+> msgstr "% memorie liberă"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2609
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2610
+> #, python-format
+> msgid "% of Flash"
+> msgstr "% din Flash"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2522
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2523
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2539
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2540
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2565
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2566
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2592
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2593
+> #, python-format
+> msgid "% of RAM"
+> msgstr "% din RAM"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2365
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2366
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2388
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2389
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2462
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2463
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2496
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2497
+> #, python-format
+> msgid "% of port speed"
+> msgstr "% din viteza portului"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2130
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2131
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3327
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3328
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5825
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5826
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5844
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5845
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5863
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5864
+> #, python-format
+> msgid "% usage"
+> msgstr "% utilizare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:170
+> #, python-format
+> msgid "%.1f mm"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2359
+> #, python-format
+> msgid "%d BI rules and aggregations"
+> msgstr "%d reguli și agregări BI"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:939
+> #, python-format
+> msgid "%d Filter settings"
+> msgstr "%d setări de Filtrare"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2353
+> #, python-format
+> msgid "%d WATO rules in ruleset %s"
+> msgstr "%d reguli wato în set-ul de reguli"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:201
+> #, python-format
+> msgid "%d actions"
+> msgstr "%d acțiuni"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:61
+> #, python-format
+> msgid "%d changes"
+> msgstr "%d schimbări"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:935
+> #, python-format
+> msgid "%d chaotic state changes from %s until %s (%s)"
+> msgstr "%d schimbări de stare haotică de la %s până la %s (%s)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:181
+> #, python-format
+> msgid "%d columns"
+> msgstr "%d coloane"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8814
+> #, python-format
+> msgid "%d conditions"
+> msgstr "%d condiții"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1810
+> #, python-format
+> msgid "%d days ago"
+> msgstr "%d zile în urmă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2477
+> #, python-format
+> msgid "%d favorite entries of %d users"
+> msgstr "%d întrări preferate de la %d utilizatori"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2428
+> #, python-format
+> msgid "%d global notification rules"
+> msgstr "%d reguli de notificări globale"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10045
+> #, python-format
+> msgid "%d sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:460
+> #, python-format
+> msgid "%d translations"
+> msgstr "%d traduceri"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13893
+> #, python-format
+> msgid "%s - %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:251
+> #, python-format
+> msgid "%s - Unable to restore snapshot: \n"
+> "$ID$ ID Eveniment \n"
+> "$COUNT$ Numărul de apariții \n"
+> "$TEXT$ Textul mesajului \n"
+> "$FIRST$ Ora primei manifestări (ștampila de timp)"
+> "td> $LAST$ Ora celei mai recente manifestări "
+> "tr>\n"
+> " \n"
+> "$COMMENT$ Comentariu eveniment/td> \n"
+> "$SL$ Nivelul serviciului \n"
+> "$HOST$ Nume host (așa cum este trimis de syslog) \n"
+> "$CONTACT$ Informații de contact \n"
+> "$APPLICATION$ Tag-ul Syslog / Aplicație \n"
+> "$PID$ ID-ul Processului de origine \n"
+> "$PRIORITY$ Prioritatea Syslog \n"
+> "$FACILITY$ Facilitatea Syslog \n"
+> "$RULE_ID$ ID-ul regulii \n"
+> "$STATE$ Starea evenimentului (0/1/2/3) \n"
+> "$PHASE$ Faza evenimentului (deschis în situații "
+> "normale, închis la anulare) \n"
+> "$OWNER$ Proprietarul evenimentului \n"
+> "$MATCH_GROUPS$ Grupuri de text din expresii regulate "
+> ", separate prin spații \n"
+> "$MATCH_GROUP_1$ Textul din primul grup de expresii \n"
+> "$MATCH_GROUP_2$ Textul din al doilea grup de expresii \n"
+> "$MATCH_GROUP_3$ Textul din al treilea grup de expresii "
+> " (și așa mai departe...)
%s"
+> msgstr "%s - Imposibil de restaurat instantaneul (snapshot):
%s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1964
+> #, python-format
+> msgid "%s is not a valid UNIX timestamp"
+> msgstr "%s nu este o ștampilă de timp UNIX validă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10322
+> #, python-format
+> msgid "%s is not a valid integer number."
+> msgstr "%s nu este un număr întreg valid."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1529
+> #, python-format
+> msgid "%s is not an allowed value"
+> msgstr "%s nu este o valoare permisă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2948
+> #, python-format
+> msgid "%s is not an existing element in this selection."
+> msgstr "%s by este element existent în aceasta selecție."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:304
+> #, python-format
+> msgid "%s is too high. The maximum allowed value is %s."
+> msgstr "%s este prea mare. Valoarea maximală permisă este %s."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:230
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:301
+> #, python-format
+> msgid "%s is too low. The minimum allowed value is %s."
+> msgstr "este prea mică. Valoarea minimă permisă este %s."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2021
+> #, python-format
+> msgid "%s larger than"
+> msgstr "%s mai mare decât"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5656
+> #, python-format
+> msgid "%s may be missing, if must not be empty if it is set."
+> msgstr "%s ar putea să lipsească, dacă nu trebuie să fie gol dacă este setat."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14760
+> #, python-format
+> msgid "%s rule %s"
+> msgstr "%s regulă %s"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:465
+> #, python-format
+> msgid "%s this site"
+> msgstr "%s acest site"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2876
+> #, python-format
+> msgid "%s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:207
+> msgid ""
+> "© Mathias "
+> "Kettner"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:998
+> msgid "<None>"
+> msgstr "<Nimic>"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:828
+> msgid "≠"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11965
+> #, python-format
+> msgid "'%s' is not a valid email address."
+> msgstr "'%s' nu este o adresă de email validă."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:114
+> msgid "(Do not receive notifications)"
+> msgstr "(Nu primi notificări)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:79
+> msgid "(Do not spool to remote site)"
+> msgstr "(Nu trimite site-ului de la distanță)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:519
+> msgid "(HH:MM)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:277
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:503
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:521
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:539
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:564
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:586
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:608
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:728
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:934
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:339
+> msgid "(disabled)"
+> msgstr "(dezactivat)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1878
+> msgid "(don't send notifications to Event Console)"
+> msgstr "(nu trimite notificări câtre Event Console)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:398
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:426
+> msgid "(ignore)"
+> msgstr "(ignoră)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:497
+> msgid "(local)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:252
+> #: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:36
+> msgid "(no Service level)"
+> msgstr "(fără Nivel de serviciu)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8816
+> msgid "(no conditions)"
+> msgstr "(fără condiții)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2755
+> msgid "(no entry)"
+> msgstr "(nici o intrare)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1292
+> msgid "(no hosts)"
+> msgstr "(fără elemente)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8806
+> msgid "(no one)"
+> msgstr "(nici unul)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2647
+> msgid "(no parameters)"
+> msgstr "(fără parametri)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:670
+> msgid "(no report)"
+> msgstr "(nici un raport)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10483
+> msgid "(no status host)"
+> msgstr "(element fără element)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2994
+> msgid "(no title)"
+> msgstr "(fără titlu)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1003
+> msgid "(none)"
+> msgstr "(nimic)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1533
+> msgid "(obsolete) Link to PNP4Nagios"
+> msgstr "(învechit) Link câtre PNP4Nagios"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1219
+> #, python-format
+> msgid "(other: %s)"
+> msgstr "(altul: %s)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1551
+> msgid "(select folder)"
+> msgstr "(selectează directorul)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:213
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1018
+> msgid "(set by message text)"
+> msgstr "(setat de câtre textul mesajului)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:212
+> msgid "(set by syslog)"
+> msgstr "(setat de câtre syslog)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1017
+> msgid "(syslog)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2286
+> msgid "(unset)"
+> msgstr "(neconfigurat)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2746
+> msgid "(unused)"
+> msgstr "(nefolosit)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:451
+> #, python-format
+> msgid ", no data has been received within the last %.1f check periods"
+> msgstr ", date nu au fost primite în ultimele %.1f intervale de verificate"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1346
+> msgid ", running nowhere"
+> msgstr ", rulează nicăieri"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1353
+> #, python-format
+> msgid ", running on %s"
+> msgstr ", rulează pe %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5855
+> msgid "-- not connected --"
+> msgstr "-- nu este conectat --"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:65
+> msgid "-.-- %"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:79
+> msgid "-.-- ms"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4166
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4167
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4175
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4176
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4184
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4185
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4193
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4194
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4202
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4203
+> msgid "/s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10223
+> msgid "/sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1288
+> msgid "1 Host"
+> msgstr "1 Element"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:479
+> msgid "10 seconds"
+> msgstr "10 secunde"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:45
+> msgid "10x14"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:476
+> msgid "15 minutes"
+> msgstr "15 minute"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:495
+> msgid "2 hours"
+> msgstr "2 ore"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2231
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:362
+> msgid "25 Hours"
+> msgstr "25 de ore"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:727
+> msgid "389 Directory Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2231
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:362
+> msgid "4 Hours"
+> msgstr "4 ore"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:477
+> msgid "5 minutes"
+> msgstr "5 minute"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:812
+> msgid ""
+> " ">"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13788
+> #, python-format
+> msgid "%s (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14892
+> msgid "Negate: make rule apply for all but the above hosts"
+> msgstr "Negare: face regula să se aplice pentru toate elementele mai puțin cei de sus"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2399
+> #, python-format
+> msgid ""
+> "WARNING: the IP address lookup of %s has failed. The core "
+> "has been started by using the address 0.0.0.0 for the while. You "
+> "will not be able to activate any changes until you have either updated your "
+> "DNS or configured an explicit address for %s."
+> msgstr ""
+> "AVERTIZARE: căutarea adresei IP al %s e eșuat. Nucleu "
+> "a fost pornit folosind adresa 0.0.0.0 pentru moment. Nu vei "
+> "putea să aplici/activezi schimbprile până nu actualizezi "
+> "DNS-ul sau configurezi o adresă explicită pentru %s."
+>
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:231
+> msgid "You do not have any roles. "
+> msgstr "Nu ai definit nici un rol"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:288
+> #, python-format
+> msgid "acknowledge the problems%s of"
+> msgstr "confirmă problemele%s lui"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:333
+> msgid "add a comment to"
+> msgstr "adaugă un comentariu la"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:587
+> msgid "add to you favorites"
+> msgstr "adaugă la favoritele tale"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:691
+> msgid "archive"
+> msgstr "arhivează"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:162
+> msgid "clear the modified attributes of"
+> msgstr "șterge atributele modificate ale"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:113
+> msgid "disable active checks for"
+> msgstr "dezactivează verificările active pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:88
+> msgid "disable notifications for"
+> msgstr "dezactivează notificările pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:133
+> msgid "disable passive checks for"
+> msgstr "dezactivează verificările pasive pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:110
+> msgid "enable active checks for"
+> msgstr "activează verificările active pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:85
+> msgid "enable notifications for"
+> msgstr "activează notficările pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:130
+> msgid "enable passive checks for"
+> msgstr "activează verificările pasive pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:184
+> #, python-format
+> msgid "manually set check results to %s for"
+> msgstr "setează manual rezultatele verificării la %s pentru"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:294
+> msgid "remove acknowledgements from"
+> msgstr "șterge confirmările de la"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:435
+> msgid "remove all scheduled downtimes of "
+> msgstr "șterge toți timpii morți programați pentru "
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:589
+> msgid "remove from your favorites"
+> msgstr "șterge din favoritele tale"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:43
+> msgid "reschedule an immediate check"
+> msgstr "reprogramează o verificare imediată"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:415
+> #, python-format
+> msgid "schedule a downtime from %s to %s on "
+> msgstr "programează o întrerupere de la %s până la %s pe "
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:360
+> msgid "schedule an immediate 2-hour downtime on"
+> msgstr "programează o întrerupere de 2 ore imediat pe"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:401
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:406
+> #, python-format
+> msgid "schedule an immediate downtime for the next %d minutes on"
+> msgstr "programează o întrerupere imediată pentru următoarele %d minute pe"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:365
+> msgid "schedule an immediate downtime until 24:00:00 on"
+> msgstr "programează o întrerupere imediată până la 24:00:00 pe"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:389
+> #, python-format
+> msgid "schedule an immediate downtime until end of %d on"
+> msgstr "programează o întrerupere imediată până la sfârșitul lui %d pe"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:384
+> msgid "schedule an immediate downtime until end of month on"
+> msgstr "programează o întrerupere imediată până la sfârșitul lunii pe"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:373
+> msgid "schedule an immediate downtime until sunday night on"
+> msgstr "programează o întrerupere imediată până duminică noaptea pe"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:243
+> msgid "send a custom notification regarding"
+> msgstr "trimite o notificare personalizată cu privire la"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1200
+> msgid ""
+> "
Passive checks: Do no specify a command line if you want to "
+> "define passive checks."
+> msgstr ""
+> "
Verificări pasive: Nu specificați o linie de comandă dacă doriți "
+> "să deiniți verificări pasive."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:249
+> #, python-format
+> msgid ""
+> "
If there are permission problems, please ensure the group is set to '%s' "
+> "and has write permissions."
+> msgstr ""
+> "
Dacă sunt probleme cu permisiunile, asigurațivă că grupul este '%s' "
+> "și are drepturi de scriere."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:330
+> #, python-format
+> msgid ""
+> "Invalid aggregation %s
Must have at least 3 entries (has %d)"
+> msgstr ""
+> "Agregare invalidă %s
Trebuie să aibe cel puțin 3 întrări (are %d)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:480
+> #, python-format
+> msgid ""
+> "Invalid configuration in variable aggregations
There is no "
+> "rule named %s. Available are: %s"
+> msgstr ""
+> "Configurare invalidă în variabila agregări
Nu există "
+> "regula numită %s. Disponibil sunt: %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:736
+> #, python-format
+> msgid ""
+> "Invalid rule usage
The rule '%s' needs %d arguments: %s"
+> "tt>
You've specified %d arguments: %s"
+> msgstr ""
+> "Utilizare invalidă al regulii
Regula '%s' necesită %d argumente: %s"
+> "tt>
Ai spceificat %d argumente: %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:727
+> #, python-format
+> msgid ""
+> "Depth limit reached
The nesting level of aggregations is limited to "
+> "50. You either configured too many levels or built an infinite recursion. "
+> "This happened in rule %s
"
+> msgstr ""
+> #TODO "Atins limita de adâncime/h3>The nesting level of aggregations is limited to "
+> #TODO "50. You either configured too many levels or built an infinite recursion. "
+> #TODO "This happened in rule
%s
"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:721
+> #, python-format
+> msgid ""
+> "Invalid aggregation ruleAggregation rules must contain four "
+> "elements: description, argument list, aggregation function and list of "
+> "nodes. Your rule has %d elements:
%s
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1282
+> #, python-format
+> msgid "%d more contact groups
"
+> msgstr "%d mai multe grupuri de contact
"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:52
+> msgid "(No fallback email address configured!)"
+> msgstr "(Nici o adresă de rezervă configurată!)"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11792
+> msgid "not a contact"
+> msgstr "nu este un contact"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1292
+> msgid "
Sent notification to: %s
" +> msgstr "Trimis notificare câtre: %s
" +> +> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:354 +> msgid "" +> "The process name may contain one or more occurances of %s. If " +> "you do this, then the pattern must be a regular expression and be prefixed " +> "with ~. For each %s in the description, the expression has to " +> "contain one \"group\". A group is a subexpression enclosed in brackets, for " +> "example (.*) or ([a-zA-Z]+) or (...). When the " +> "inventory finds a process matching the pattern, it will substitute all such " +> "groups with the actual values when creating the check. That way one rule can " +> "create several checks on a host.
If the pattern contains more groups " +> "then occurrances of %s in the service description then only the " +> "first matching subexpressions are used for the service descriptions. The " +> "matched substrings corresponding to the remaining groups are copied into the " +> "regular expression, nevertheless.
As an alternative to %s you " +> "may also use %1, %2, etc. These will be replaced by the " +> "first, second, ... matching group. This allows you to reorder things.
" +> msgstr "" +> +> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:522 +> msgid "" +> "The service description may contain one or more occurances of %s" +> "tt>. In this case, the pattern must be a regular expression prefixed with ~. " +> "For each %s in the description, the expression has to contain one " +> "\"group\". A group is a subexpression enclosed in brackets, for example " +> "(.*) or ([a-zA-Z]+) or (...). When the inventory " +> "finds a task matching the pattern, it will substitute all such groups with " +> "the actual values when creating the check. In this way one rule can create " +> "several checks on a host.
If the pattern contains more groups than " +> "occurrences of %s in the service description, only the first " +> "matching subexpressions are used for the service descriptions. The matched " +> "substrings corresponding to the remaining groups are nevertheless copied " +> "into the regular expression.
As an alternative to %s you may " +> "also use %1, %2, etc. These expressions will be replaced " +> "by the first, second, ... matching group, allowing you to reorder things.
" +> msgstr "" +> +> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:412 +> #, python-format +> msgid "" +> "The user specification can either be a user name (string). The inventory " +> "will then trigger only if that user matches the user the process is running " +> "as and the resulting check will require that user. Alternatively you can " +> "specify \"grab user\". If user is not selected the created check will not " +> "check for a specific user.
Specifying \"grab user\" makes the created " +> "check expect the process to run as the same user as during inventory: the " +> "user name will be hardcoded into the check. In that case if you put %u into " +> "the service description, that will be replaced by the actual user name " +> "during inventory. You need that if your rule might match for more than one " +> "user - your would create duplicate services with the same description " +> "otherwise.
Windows users are specified by the namespace followed by " +> "the actual user name. For example \"\\\\NT AUTHORITY\\NETWORK SERVICE\" or " +> "\"\\\\CHKMKTEST\\Administrator\".
" +> msgstr "" +> +> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8908 +> #, python-format +> msgid "" +> "Warning
Rule based notifications are disabled in your global "
+> "settings. The rules that you edit here will have affect only on "
+> "notifications that are created by the Event Console. Normal monitoring "
+> "alerts will not use the rule based notifications now.
You can "
+> "change this setting here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:86
+> msgid ""
+> "
You can define one or several patterns (regular expressions) in each " +> "logfile pattern rule. These patterns are applied to the selected logfiles to " +> "reclassify the matching log messages. The first pattern which matches a line " +> "will be used for reclassifying a message. You can use the "mode=pattern_editor\">Logfile Pattern Analyzer to test the rules you " +> "defined here.
Select \"Ignore\" as state to get the matching logs " +> "deleted. Other states will keep the log entries but reclassify the state of " +> "them.
" +> msgstr "" +> +> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:236 +> msgid "" +> "You have been logged out. Please reload the page to re-authenticate.
" +> msgstr "Ați fost deconectat. Reîncărcați pagina pentru autentificare.
"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9320
+> #, python-format
+> msgid "%s is a reserved keyword."
+> msgstr "%s este un cuvânt cheie rezervat."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:264
+> msgid "JAVA_HOME - path to Java installation"
+> msgstr "JAVA_HOME - calea de la instalarea Java"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:827
+> msgid "="
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1663
+> msgid "??"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5252
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5253
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5425
+> msgid "A"
+> msgstr ""
+> # TODO
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:205
+> msgid "A Multisite view"
+> msgstr "Un Multisite view"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:32
+> msgid "A comment or description of this host"
+> msgstr "O descriere sau comentariu despre acest element"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:228
+> msgid ""
+> "A compact dashboard which lists your unhandled host and service problems."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:929
+> msgid ""
+> "A complete list of all host problems with a search form for selecting "
+> "handled and unhandled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:976
+> msgid "A complete listing of all host groups and each of their hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6165
+> msgid ""
+> "A couple of switches with broken firmware report that they support 64 bit "
+> "counters but do not output any actual data in those counters. Listing those "
+> "hosts in this rule forces them to use the interface check with 32 bit "
+> "counters instead."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:116
+> msgid "A descriptive title of this action."
+> msgstr "Un titlu descriptiv despre această acțiune."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/bi.py:45
+> msgid "A direct link to all groups of BI aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1907
+> msgid "A folder with that name already exists."
+> msgstr "Un director cu acest nume deja există."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1099
+> msgid "A form for searching hosts using flexible filters"
+> msgstr "Un formular pentru cautarea elementelor folosind filtre flexibile"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:75
+> msgid "A frame around the page"
+> msgstr "Un chenar în jurul paginii"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:797
+> msgid ""
+> "A gadget that shows your current service check rate in relation to the "
+> "scheduled check rate. If the Speed-O-Meter shows a speed of 100 percent, all "
+> "service checks are being executed in exactly the rate that is desired."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:282
+> msgid "A heading for the view"
+> msgstr "Un titlu pentru view"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2178
+> msgid "A host with this name already exists."
+> msgstr "Un element cu acest nume există deja."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:840
+> msgid "A large clock showing the current time of the web server"
+> msgstr "Un ceas mare care arată timpul curent al serverului web"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:518
+> msgid "A list of all hosts with some CPU related inventory data"
+> msgstr "O lista cu toate elementele cu unele date de invetar legate de CPU"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:92
+> msgid "A list of specific users"
+> msgstr "O listă cu utilizatori specifici"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:409
+> msgid "A matrix showing a colored square for each host"
+> msgstr "O matrice care arată un pătrat colorat pentru fiecare element"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16822
+> msgid ""
+> "A regular expression matching the beginning of a service description. "
+> "You can use a trailing $ in order to define an exact match. For "
+> "each matching service on the specified hosts one child node will be created. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1108
+> msgid "A rule with this ID already exists."
+> msgstr "O regulă cu acest ID există deja."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3498
+> msgid ""
+> "A scheduler job is an object in an ORACLE database which could be compared "
+> "to a cron job on unix. This rule allows you to define the maximum run "
+> "duration and state.."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2054
+> #, python-format
+> msgid ""
+> "A service level is a number that describes the business impact of a host or "
+> "service. This level can be used in rules for notifications, as a filter in "
+> "views or as a criteria in rules for the Event Console. A higher service "
+> "level is assumed to be more business critical. This ruleset allows to assign "
+> "service levels to hosts and/or services. Note: if you assign a service level "
+> "to a host with the ruleset Service Level of hosts, then this level is "
+> "inherited to all services that do not have explicitely assigned a "
+> "service with the ruleset Service Level of services. Assigning no "
+> "service level is equal to defining a level of 0.
The list of "
+> "available service levels is configured via a global option."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:898
+> msgid ""
+> "A short overview over all host groups, without an explicity listing of the "
+> "actual hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1464
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1490
+> msgid ""
+> "A short overview over all service groups, without explicity listing of the "
+> "actual hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1041
+> msgid ""
+> "A simple and yet practical snapin allowing to create bookmarks to views and "
+> "other content in the main frame"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2484
+> msgid "A single host related aggregation"
+> msgstr "O agregare legată de un singur element"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2385
+> msgid "A stored SNMP walk"
+> msgstr "Un SNMP walk stocat"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1455
+> msgid "A string-combination of servername and port, e.g. 127.0.0.1:5000."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1481
+> msgid "A string-combination of servername and port, e.g. 127.0.0.1:80."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:325
+> msgid ""
+> "A summary state of all hosts that have a problem, with links to problems of "
+> "those hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:316
+> msgid ""
+> "A summary state of all summary hosts (summary hosts hold aggregated service "
+> "states and are a feature of Check_MK)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:307
+> msgid ""
+> "A summary state of each host with a link to the view showing its services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3255
+> msgid ""
+> "A tablespace is a container for segments (tables, indexes, etc). A database "
+> "consists of one or more tablespaces, each made up of one or more data files. "
+> "Tables and indexes are created within a particular tablespace. This rule "
+> "allows you to define checks on the size of tablespaces."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:106
+> msgid ""
+> "A unique ID of this action that is used as an internal reference in the "
+> "configuration. Changing the ID is not possible if still rules refer to this "
+> "ID."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:251
+> msgid ""
+> "A unique ID of this rule. Each event will remember the rule it was "
+> "classified with by its rule ID."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:168
+> #, python-format
+> msgid "A user with the id \"%s\" does not exist."
+> msgstr "Un utilizator cu id-ul \"%s\" nu există."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:36
+> msgid "A3"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:37
+> msgid "A4"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:38
+> msgid "A5"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2315
+> msgid "AES"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:331
+> msgid "ALL"
+> msgstr "TOATE"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1740
+> msgid "AP name"
+> msgstr "Nume AP"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5491
+> msgid "APC Automatic Transfer Switch Output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1037
+> msgid "APC Power Consumption"
+> msgstr "APC consum de Curent"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5403
+> msgid "APC Symmetra Checks"
+> msgstr "Verificări APC Symmetra"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:53
+> msgid "API accessible"
+> msgstr "API accesibil"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11450
+> msgid "ASCII Email (legacy)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1060
+> #, fuzzy
+> msgid "ASM - Disk Groups"
+> msgstr "Grupuri RAID"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1059
+> msgid "ASM - General instance status"
+> msgstr "ASM - Starea generală al instanței"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3602
+> msgid "ASM Disk Group"
+> msgstr "Grup de Disk ASM"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3585
+> msgid "ASM Disk Group (used space and growth)"
+> msgstr "Grup de Disk ASM (spațiu folosit și creștere)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3594
+> msgid ""
+> "ASM calculates the free space depending on free_mb or require mirror free "
+> "space. Enable this option to set the check against require mirror free "
+> "space. This only works for normal or high redundancy Disk Groups. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:705
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:967
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1025
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5460
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7555
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7557
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7559
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9982
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13437
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14770
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16991
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17037
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1915
+> msgid "Abort"
+> msgstr "Renunț"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1147
+> msgid "Abort with an error"
+> msgstr "Renunț cu o eroare"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13478
+> msgid "Abort your modifications."
+> msgstr "Renunță la modificările tale."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13387
+> msgid "Aborting change."
+> msgstr "Renunț la modificări."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:55
+> msgid "About Check_MK"
+> msgstr "Despre Check_MK"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:91
+> msgid "Absolute"
+> msgstr "Absolut"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2004
+> #, python-format
+> msgid "Absolute %s"
+> msgstr "Absolut %s"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:67
+> msgid "Absolute Time of Alert"
+> msgstr "Timpul Exact al Alertei"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15421
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15464
+> msgid "Absolute difference from prediction"
+> msgstr "Diferența exactă față de prezicere"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2103
+> msgid "Absolute free"
+> msgstr "Liber Exact"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1367
+> msgid "Absolute free memory"
+> msgstr "Memorie liberă exactă"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1399
+> msgid "Absolute free pagefile"
+> msgstr "Pagefile liber exact"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3273
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3295
+> msgid "Absolute free space"
+> msgstr "Spațiu liber exact"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5830
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5849
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5868
+> msgid "Absolute free space in MB"
+> msgstr "Spațiu liber exact în MB"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6363
+> msgid "Absolute levels for unused licenses"
+> msgstr "Nivel-urile absolute de licențe neutilizate"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2370
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2393
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2467
+> msgid "Absolute levels in bits or bytes per second"
+> msgstr "Nivel-urile exacte în bits sau bytes per secundă"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:393
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:944
+> msgid "Absolute path to log file"
+> msgstr "Calea exactă câtre log"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:275
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:276
+> msgid "Accept any SSH Host Key"
+> msgstr "Accept orice cheie SSH Host Key"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:280
+> msgid ""
+> "Accepts any SSH Host Key presented by the storage device. Please note: This "
+> "might be a security issue because man-in-the-middle attacks are not "
+> "recognized! Better solution would be to add the SSH Host Key of the "
+> "monitored storage devices to the .ssh/known_hosts file for the user your "
+> "monitoring is running under (on OMD: the site user)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:43
+> msgid "Access Check_MK Agent via TCP"
+> msgstr "Accesează Agentul Check_MK via TCP"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1749
+> msgid "Access Point"
+> msgstr "Punct de Acces"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1744
+> msgid "Access point name"
+> msgstr "Numele punctului de acces"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2245
+> msgid "Access to Agents"
+> msgstr "Acces la Agenți"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8065
+> msgid "Access to NagVis Maps"
+> msgstr "Acces la Hărțile NagVis"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:75
+> msgid "Access to WATO modules with only icons (saves space)"
+> msgstr "Acces la modulele WATO doar cu iconițe (economisește spațiu)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1542
+> msgid "Access to event status via TCP"
+> msgstr "Acces la starea evenimentului via TCP"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2007
+> msgid "Access to the Event Console"
+> msgstr "Acces la Consola de Evenimente"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18513
+> msgid ""
+> "Access to the historic audit log. A user with write access can delete the "
+> "audit log. The currently pending changes can be seen by all users with "
+> "access to WATO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18521
+> msgid ""
+> "Access to the management of hosts and folders. This module has some "
+> "additional permissions (see below)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18658
+> msgid ""
+> "Access to the module Backup & Restore. Please note: a user with write "
+> "access to this module can make arbitrary changes to the configuration by "
+> "restoring uploaded snapshots and even do a complete factory reset!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18616
+> msgid "Access to the module Global settings"
+> msgstr "Acces la modulul Setări Globale"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18632
+> msgid "Access to the module Timeperiods"
+> msgstr "Accesul la modulul Perioade de timp"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18666
+> msgid "Access to the module for analyzing and validating logfile patterns."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18621
+> msgid ""
+> "Access to the module for managing Check_MK rules. Please note that a user "
+> "can only manage rules in folders he has permissions to. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18637
+> msgid ""
+> "Access to the module for managing connections to remote monitoring sites."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18627
+> msgid "Access to the modules for managing host and service groups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2029
+> msgid "Access via TCP"
+> msgstr "Acces prin TCP"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2036
+> msgid "Access via UNIX socket"
+> msgstr "Acces prin socket UNIX"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:774
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1316
+> msgid "Ack"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:264
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:303
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:316
+> msgid "Acknowledge"
+> msgstr "Confirmă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:252
+> #, python-format
+> msgid "Acknowledge %s"
+> msgstr "Confirmă %s"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:301
+> msgid "Acknowledge Problems"
+> msgstr "Confirmă Problemele"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:265
+> msgid "Acknowledge host and service problems and remove acknowledgements"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:287
+> #, python-format
+> msgid "Acknowledged %s"
+> msgstr "Confirmată %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:288
+> #, python-format
+> msgid "Acknowledged all messages in %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8981
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1607
+> msgid "Acknowledgement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:70
+> msgid "Acknowledgement Author"
+> msgstr "Autorul Confirmației"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:71
+> msgid "Acknowledgement Comment"
+> msgstr "Comentariul Confirmației"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8489
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11580
+> msgid "Acknowledgement of host problem"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8519
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11595
+> msgid "Acknowledgement of service problem"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11743
+> msgid "Act."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5299
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:100
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:528
+> msgid "Action"
+> msgstr "Acțiune"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:105
+> msgid "Action ID"
+> msgstr "ID-ul Acțiunii"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:602
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:636
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:904
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1441
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4800
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7935
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8742
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9276
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10006
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11715
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12385
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12816
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12855
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14321
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16357
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16385
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17386
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:305
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:305
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:960
+> msgid "Actions"
+> msgstr "Acțiuni"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:198
+> msgid "Actions (Emails & Scripts)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:313
+> msgid "Actions to automatically perform when an event is being cancelled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:306
+> msgid "Actions to automatically perform when this event occurs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:312
+> msgid "Actions when cancelling"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4649
+> msgid "Activate Changes!"
+> msgstr "Activare Schimbări!"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18496
+> msgid "Activate Configuration"
+> msgstr "Activare Configurare"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18503
+> msgid "Activate Foreign Changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:414
+> msgid ""
+> "Activate HTTP header authentication (Warning: Only activate in trusted "
+> "environments, see help for details)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:966
+> msgid "Activate automatic locking of user accounts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:172
+> msgid "Activate changes"
+> msgstr "Activare schimbări"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1469
+> msgid "Activate changes for event console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:267
+> msgid "Activate export to Graphite"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:397
+> msgid "Activate logging of BI compilations into a logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:949
+> msgid "Activate logging of LDAP transactions into a logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3183
+> msgid "Activate missing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1174
+> msgid "Activated changes of event console configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:173
+> msgid ""
+> "Activates changes. The user still needs the required permissions to do so."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2302
+> msgid ""
+> "Activating the monitoring of the operational state (opstate), the check will "
+> "get warning or critical of the current state of the interface does not match "
+> "the expected state or states."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1045
+> #, fuzzy
+> msgid "Activation"
+> msgstr " Activează această opțiune"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1470
+> msgid ""
+> "Activation of changes for the event console (rule modification, global "
+> "settings) is done separately from the monitoring configuration and needs "
+> "this permission."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:669
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1054
+> msgid "Active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1468
+> msgid "Active Connections"
+> msgstr "Conexiuni Active"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:725
+> msgid "Active Directory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:696
+> msgid "Active Directory Replication"
+> msgstr "Replicare Active Directory"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5243
+> msgid "Active Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2562
+> msgid "Active check"
+> msgstr "Verificare activă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3220
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:118
+> msgid "Active checks"
+> msgstr "Verificări active"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:28
+> msgid "Active checks (HTTP, TCP, etc.)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:471
+> msgid "Active checks enabled"
+> msgstr "Verificări active activate"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:472
+> #, python-format
+> msgid "Active checks have been manually disabled for this %s!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:474
+> #, python-format
+> msgid "Active checks have been manually enabled for this %s!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4639
+> msgid "Active paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18592
+> msgid "Add & remove folders"
+> msgstr "Adaugă sau șterge directoare"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18548
+> msgid "Add & remove hosts"
+> msgstr "Adaugă sau șterge elemente"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1036
+> msgid "Add Bookmark"
+> msgstr "Adaugă bookmark"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1491
+> msgid "Add Condition"
+> msgstr "Adaugă Condiție"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:551
+> msgid "Add Content"
+> msgstr "Adaugă Conținut"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4503
+> msgid "Add Counter"
+> msgstr "Adaugă Contoar"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:876
+> msgid "Add Dashlet"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9615
+> msgid "Add Exception"
+> msgstr "Adaugă Excepție"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:988
+> msgid "Add NGNIX instance"
+> msgstr "Adaugă instanță NGINX"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:552
+> msgid "Add Page Element"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:85
+> msgid "Add a first row with column titles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:49
+> msgid "Add a host to WATO"
+> msgstr "Adaugă un element cu WATO"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:999
+> msgid "Add a new host to the monitoring (agent must be installed)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17323
+> msgid "Add as Custom Macro"
+> msgstr "Adaugă ca un Macro Customizat"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17095
+> msgid "Add child node generator"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:535
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:568
+> msgid "Add column"
+> msgstr "Adaugă coloanâ"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:662
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:339
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:344
+> msgid "Add comment"
+> msgstr "Adaugă comentariu"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:322
+> msgid "Add comments"
+> msgstr "Adaugă comentarii"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:323
+> msgid "Add comments to hosts or services, and remove comments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:676
+> msgid "Add contact information"
+> msgstr "Adaugă informații despre contact"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:444
+> msgid "Add dashlet"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4746
+> msgid "Add diskstate rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:960
+> msgid "Add element"
+> msgstr "Adaugă element"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1190
+> msgid "Add exclusion"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1025
+> msgid "Add filter"
+> msgstr "Adaugă filtre"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18549
+> msgid ""
+> "Add hosts to the monitoring and remove hosts from the monitoring. Please "
+> "also add the permission Modify existing hosts."
+> msgstr ""
+> "Adaugă elemente pentru monitorizare și șterge elemente din monitorizare. Adaugă"
+> "și permisiunile Modifică elemente existente."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:717
+> msgid "Add instance to be monitored"
+> msgstr "Adaugă instanțe pentru monitorizare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:788
+> msgid "Add instance to monitor"
+> msgstr "Adaugă instanță pentru monitorizare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2779
+> msgid "Add limits"
+> msgstr "Adaugă limite"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:928
+> msgid "Add message pattern"
+> msgstr "Adaugă model mesaj"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:110
+> msgid "Add micro seconds to timestamps in Logfiles"
+> msgstr "Adaugă microsecunde la amprenta de timp în LogFiles"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1745
+> msgid "Add name"
+> msgstr "Adaugă nume"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:812
+> msgid "Add new element"
+> msgstr "Adaungă un nou element"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18593
+> msgid ""
+> "Add new folders and delete existing folders. If a folder to be deleted "
+> "contains hosts then the permission to delete hosts is also required."
+> msgstr ""
+> "Adaugă noi directoare și șterge pe cele existente. Dacă un director"
+> "de șters conține elemente atunci sunt necesare permisiunile și pentru "
+> "a șterge elemente."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15612
+> msgid "Add new mapping"
+> msgstr "Adaugă o nouă mapare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:138
+> msgid "Add new user configuration"
+> msgstr "Adaugp o noua configurație de utilizator"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11633
+> msgid "Add notification"
+> msgstr "Adaugă notificare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:94
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1139
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4476
+> msgid "Add pattern"
+> msgstr "Adaugă model/tipar"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:664
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1182
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6156
+> msgid "Add pattern group"
+> msgstr "Adaugă group de model"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4705
+> msgid "Add role rule"
+> msgstr "Adaugă o regulă de rol"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5302
+> msgid "Add sensor name"
+> msgstr "Adaugă nume de senzor"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:189
+> msgid "Add snapin to the sidebar"
+> msgstr "Adaugă un snapin pe sidebar"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13043
+> msgid "Add tag choice"
+> msgstr "Adaugă o alegere de etichetă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5943
+> msgid "Add these contact groups to host"
+> msgstr "Adaugp aceste grupuri de contacte la element"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5949
+> msgid "Add these groups as contacts in all subfolders"
+> msgstr "Adaugă aceste grupuri ca și contacte în toate sub-directoarele"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5947
+> msgid "Add these groups as contacts to all hosts in this folder"
+> msgstr "adaugă aceste grupuri ca și contacte la toate elementele în acest director"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:894
+> msgid "Add this view to..."
+> msgstr "Adaugă acesta vedere la..."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:614
+> msgid "Add to Favorites"
+> msgstr "Adaugă la Favorite"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:358
+> msgid "Add tuning configuration"
+> msgstr "Adaugă configurație de ajustare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1614
+> msgid "Add tunnel"
+> msgstr "Adaugă tunel"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1060
+> #, python-format
+> msgid "Added: %s"
+> msgstr "Adăugat %s"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:548
+> msgid "Additional Information"
+> msgstr "Informații Adiționale"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:69
+> msgid "Additional Plugin Output"
+> msgstr "Output adițional de la Plugin"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:650
+> msgid "Additional header lines"
+> msgstr "Linii de header adiționale"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14721
+> msgid "Additional options"
+> msgstr "Opțiuni adiționale"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1657
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+> msgid "Addons"
+> msgstr "Addon-uri"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6080
+> msgid "Address"
+> msgstr "Adresă"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:527
+> msgid "Address Check mode"
+> msgstr "Mod de verificare adresă"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:872
+> msgid ""
+> "Adds the user to contactgroups based on the group memberships in LDAP. This "
+> "plugin adds the user only to existing contactgroups while the name of the "
+> "contactgroup must match the common name (cn) of the LDAP group."
+> msgstr ""
+> "Adaugă utilizatorul la grupurile de contact în baza apartenenței din LDAP. "
+> "Aceast plugin adaugă utilizatorul numai la grupuri de contacte existente și "
+> "numele grupului de contact trebuie să se potrivească cu numele comun (cn) al "
+> "grupului LDAP."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:357
+> msgid "Adhoc comment"
+> msgstr "Comentariu adhoc"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:365
+> msgid "Adhoc downtime"
+> msgstr "Întreruperi adhoc"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:506
+> #, python-format
+> msgid "Adhoc for %d minutes"
+> msgstr "Adhoc pentru %d minute"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:309
+> msgid "Administrative port states to inventorize"
+> msgstr "Starea porturilor pentru inventariere"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:934
+> msgid "Administrative state"
+> msgstr "Stare adiministrativă"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:556
+> msgid "Administrator"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9971
+> msgid "Administrator login"
+> msgstr "Login Administrator"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9976
+> msgid "Administrator password:"
+> msgstr "Parolâ Administrator:"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9973
+> msgid "Adminstrator name:"
+> msgstr "Nume Administrator:"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6465
+> msgid "Adva Optical Transport Laser Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:126
+> msgid "Affected by service"
+> msgstr "Afectat de serviciu"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13402
+> msgid ""
+> "Affected folders with an explicit reference to this tag group and that are "
+> "affected by the change"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:98
+> msgid "Affected hosts contain"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5455
+> msgid ""
+> "After a battery calibration the battery capacity is reduced until the "
+> "battery is fully charged again. Here you can specify an alternative lower "
+> "level in this post-calibration phase. Since apc devices remember the time of "
+> "the last calibration only as a date, the alternative lower level will be "
+> "applied on the whole day of the calibration until midnight. You can extend "
+> "this time period with an additional time span to make sure calibrations "
+> "occuring just before midnight do not trigger false alarms."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4318
+> msgid ""
+> "After a gateway has been found, Check_MK checks if it is reachable via PING. "
+> "If not, it is skipped and the next gateway nearer to the monitoring core is "
+> "being tried. You can disable this check by setting the number of PING probes "
+> "to 0."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2901
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2388
+> msgid ""
+> "After a request is sent to the remote SNMP agent we will wait up to this "
+> "number of seconds until assuming the answer get lost and retrying."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:292
+> msgid ""
+> "After the configured time active host- and service checks are being "
+> "interrupted and evaluate to the UNKNOWN state."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1794
+> msgid "After this number of days old logfile of event history will be deleted."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:67
+> msgid ""
+> "After this time (in seconds) the check is aborted, regardless of how many "
+> "packets have been received yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9050
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:804
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:518
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:940
+> msgid "Age"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3752
+> msgid "Age of jobs controlled by mk-job"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6000
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6002
+> msgid "Age of last AntiVirus update"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9052
+> msgid "Age of oldest notification is over maximum age"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3698
+> msgid "Age of the last snapshot"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3732
+> msgid "Age of timemachine backup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2842
+> msgid "Agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:248
+> msgid "Agent Plugins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1119
+> msgid "Agent TCP connect timeout (sec)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/crashed_check.py:88
+> msgid "Agent output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:198
+> msgid "Agent sections to be executed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1345
+> msgid "Aggregate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:127
+> msgid "Aggregated assumed state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:120
+> msgid "Aggregated real state (never assumed)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:106
+> msgid "Aggregated state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:113
+> msgid "Aggregated state (number)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16399
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:143
+> msgid "Aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17085
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17122
+> msgid "Aggregation Function"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16935
+> msgid "Aggregation Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1285
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:108
+> msgid "Aggregation Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16929
+> msgid "Aggregation Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2324
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2342
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:135
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:361
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:32
+> msgid "Aggregation group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:142
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:360
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:63
+> msgid "Aggregation name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:65
+> msgid "Aggregation output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:149
+> msgid "Aggregation status output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:163
+> msgid "Aggregation: affected hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:170
+> msgid "Aggregation: affected hosts (link to host page)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:295
+> msgid "Aggregation: complete tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:303
+> msgid "Aggregation: simplistic boxed layout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16354
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2540
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:347
+> msgid "Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2558
+> msgid "Aggregations Affected by Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2611
+> msgid "Aggregations Affected by Service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6341
+> msgid "Airflow Deviation in Percent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5534
+> msgid "Airflow levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:79
+> msgid "Alert"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2094
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:203
+> msgid "Alert Statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1895
+> msgid "Alert Statistics: Number of critical alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1909
+> msgid "Alert Statistics: Number of problem alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1881
+> msgid "Alert Statistics: Number of recoveries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1902
+> msgid "Alert Statistics: Number of unknown alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1888
+> msgid "Alert Statistics: Number of warnings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3084
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3102
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3182
+> msgid "Alert on too high CPU utilization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3125
+> msgid "Alert on too high FPGA utilization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3194
+> msgid "Alert on too high disk wait (IO wait)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6384
+> msgid "Alerting depending on the number of used licenses is disabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2065
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+> msgid "Alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:355
+> msgid "Algorithm"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4783
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7944
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8052
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9281
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9752
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10018
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10417
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11767
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12398
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12498
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:31
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1143
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1458
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1526
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:731
+> msgid "Alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4347
+> msgid "Alias for created gateway hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2237
+> msgid "All"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2269
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2288
+> msgid "All Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:919
+> msgid "All Dashboards"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:320
+> msgid "All Eventlogs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16863
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16888
+> msgid "All Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12877
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12993
+> msgid "All Hosttags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:107
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:174
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:255
+> msgid "All Logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:173
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:257
+> msgid "All Logfiles of Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1661
+> msgid "All PNP performance graphs for a certain host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:84
+> msgid "All Problematic Logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:549
+> msgid "All Reports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12430
+> msgid "All Roles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9148
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9150
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1231
+> msgid "All Rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13739
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13901
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13907
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14123
+> msgid "All Rulesets"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1814
+> msgid "All SNMP Checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1292
+> msgid "All Services with a certain description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1321
+> msgid "All Services with this description:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10083
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10184
+> msgid "All Sites"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9513
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9666
+> msgid "All Timeperiods"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9086
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11842
+> msgid "All Users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2566
+> msgid "All aggregations affected by a certain service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2619
+> msgid "All aggregations that have a non-OK state (honoring state assumptions)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2513
+> msgid "All aggregations the given host is part of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:69
+> msgid "All but first page"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4943
+> msgid "All changes have been activated."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8242
+> msgid "All contacts of the notified object"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2024
+> #, python-format
+> msgid "All elements of the tuple must be of type int, you have %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:71
+> msgid "All even pages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7976
+> msgid "All groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1913
+> msgid ""
+> "All historic events concerning the state of a certain host (including "
+> "services)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1796
+> msgid ""
+> "All historic events concerning the state of a certain host (without services)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1855
+> msgid "All historic events concerning the state of a certain service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1754
+> msgid "All historic events of hosts or services (alerts, downtimes, etc.)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1827
+> msgid "All historic scheduled downtimes of a certain host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1885
+> msgid "All historic scheduled downtimes of a certain service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:402
+> msgid "All historic scheduled downtimes of hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:287
+> msgid "All host- and service comments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:365
+> msgid "All host- and service-downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:433
+> msgid "All host- and service-downtimes (including ids)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:82
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:76
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:306
+> msgid "All hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:157
+> msgid "All hosts (Mini)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1587
+> msgid "All hosts (tiled)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:36
+> msgid ""
+> "All hosts configured via this ruleset will do a hardware and software "
+> "inventory. For each configured host a new active check will be created. You "
+> "should also create a rule for changing the normal interval for that check to "
+> "something between a couple of hours and one day. Note: in order to "
+> "get any useful result for agent based hosts make sure that you have "
+> "installed the agent plugin mk_inventory on these hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1410
+> msgid "All hosts of site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2949
+> msgid ""
+> "All notification events concerning the state of a certain host (including "
+> "services)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3048
+> msgid "All notification events concerning the state of a certain service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2997
+> msgid "All notification events of hosts or services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3085
+> msgid "All notification events sent to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:70
+> msgid "All odd pages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:221
+> msgid "All of your favorites services by hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:100
+> msgid "All online users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:67
+> msgid "All pages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:741
+> msgid ""
+> "All problem services of a given host. The host and site must be set via HTTP "
+> "variables."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1514
+> msgid "All problems of services not currently in a downtime."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:50
+> msgid ""
+> "All registered dynamic files (historic data) which are older than this value "
+> "will be deleted on next execution of the \"diskspace\" program."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13882
+> #, python-format
+> msgid "All rules that contain '%s' in their name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:216
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:97
+> msgid "All services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:162
+> msgid "All services grouped by hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:798
+> msgid "All services of a certain hostgroup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:715
+> msgid "All services of a given host that are PENDING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:663
+> msgid "All services of a given host that are in state CRIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:611
+> msgid "All services of a given host that are in state OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:689
+> msgid "All services of a given host that are in state UNKNOWN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:637
+> msgid "All services of a given host that are in state WARN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:525
+> msgid ""
+> "All services of a given host. The host and site must be set via HTML "
+> "variables."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:553
+> msgid ""
+> "All services of a given host. The host and site must be set via HTTP "
+> "variables."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1997
+> msgid "All services of a given site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:582
+> msgid "All services of hosts which match a name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2674
+> msgid ""
+> "All single-host aggregations that are in non-OK state (honoring state "
+> "assumptions)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8249
+> msgid "All users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8255
+> msgid "All users with an email address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:557
+> msgid "Allow upload of insecure WATO snapshots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:781
+> msgid "Allowed is 1 ... 9"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:891
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:911
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:927
+> msgid "Allowed states (otherwise check will be critical)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2299
+> msgid "Allowed states:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:124
+> msgid "Allows a user to create or modify entries in the report scheduler."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:128
+> msgid ""
+> "Allows a user to modify scheduled reports of other users and also to specify "
+> "arbitrary Email addresses as report destination."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:119
+> msgid ""
+> "Allows the user the do instant reporting. At the bottom of each view an icon "
+> "will be visible for exporting the current view's data as a PDF file."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:114
+> msgid ""
+> "Allows the user to use the reporting, i.e. generate reports. For creating "
+> "own report templates or customizing existing ones a dedicated permission is "
+> "required."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:149
+> #, python-format
+> msgid "Allows to create own %s, customize builtin %s and use them."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:141
+> msgid ""
+> "Allows to ignore the hard query limit imposed upon the number of datasets "
+> "returned by a query"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:136
+> msgid ""
+> "Allows to ignore the soft query limit imposed upon the number of datasets "
+> "returned by a query"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:81
+> msgid ""
+> "Allows users to perform Nagios commands. If no further permissions are "
+> "granted, actions can only be done on objects one is a contact for"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:81
+> msgid ""
+> "Allows you to modify the host attributes in WATO, but can not change a hosts "
+> "folder.
If you want to unset a host_tag specify it with "
+> "tag_agent=False."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1157
+> msgid ""
+> "Almost all available filters, used for searching services and maybe doing "
+> "actions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3216
+> msgid "Already configured services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:522
+> msgid "Also set downtime on child hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5467
+> msgid "Alternative critical battery capacity after calibration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2052
+> msgid "Alternative display name for Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:74
+> msgid "Alternative display name of the service, regex match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9806
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11806
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12213
+> msgid "Always"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1779
+> msgid "Always assume host to be up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6383
+> msgid "Always report OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:363
+> msgid "Always send all messages, even old ones (just for testing!)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:395
+> msgid "Always show the checkboxes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5910
+> msgid "Amount of data processed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8053
+> msgid "An Alias or description of this group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:129
+> msgid ""
+> "An absolute path to the filename (in case of MRPE) or to a directory in case "
+> "of local / plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12499
+> msgid "An alias or description of the role"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10421
+> msgid "An alias or description of the site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9753
+> msgid "An alias or description of the timeperiod"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12960
+> msgid "An alias or description of this auxiliary tag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13188
+> msgid "An alias or description of this tag group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17059
+> msgid "An arbitrary comment of this rule for you."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:430
+> msgid "An empty value is not allowed here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:428
+> msgid "An empty value must be represented with None here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:458
+> msgid ""
+> "An identifier must only consist of letters, digits, dash and underscore and "
+> "it must start with a letter or underscore."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14738
+> msgid ""
+> "An optional URL pointing to documentation or any other page. This will be "
+> "displayed as an icon and "
+> "open a new page when clicked. You can use either global URLs (beginning with "
+> "http://), absolute local urls (beginning with /) or "
+> "relative URLs (that are relative to check_mk/)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8310
+> msgid "An optional comment that explains the purpose of this rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14728
+> msgid "An optional comment that helps you document the purpose of this rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8842
+> msgid "Analyse"
+> msgstr "Analizeaza"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:78
+> msgid "Analyse availability of this aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:249
+> msgid "Analyse predictive monitoring for this service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:108
+> msgid "Analyze Host Patterns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:87
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:176
+> msgid "Analyze Patterns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:69
+> msgid ""
+> "Analyze logfile pattern rules and validate logfile patterns against custom "
+> "text."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:222
+> msgid "Analyze this line"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8947
+> #, python-format
+> msgid ""
+> "Anaylse ruleset with this notification:\n"
+> "%s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1878
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1924
+> msgid "Annotation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1849
+> msgid "Annotations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:714
+> msgid "Apache ActiveMQ Queue lengths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:183
+> msgid "Apache ActiveMQ queues"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/htpasswd.py:135
+> msgid "Apache Local Password File (htpasswd)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1454
+> msgid "Apache Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:999
+> msgid "Apache webservers (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5152
+> msgid "Apparent Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:413
+> msgid "Application"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1973
+> msgid "Application (regular expression)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:412
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:98
+> msgid "Application / Syslog-Tag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:181
+> msgid "Application Logs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:723
+> msgid "Application Name"
+> msgstr "Numele Aplicatiei"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:41
+> msgid "Applications, Processes & Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:617
+> msgid "Apply"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3425
+> msgid "Apply Lag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+> msgid "April"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:447
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:454
+> msgid "Architecture"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:698
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:700
+> msgid "Archive Event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:683
+> msgid "Archive an event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1754
+> msgid "Archive messages that do not match any rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1965
+> #, python-format
+> msgid "Are you sure that you want to delete the annotation '%s'?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6855
+> #, python-format
+> msgid "Are you sure you want to delete the snapshot
%s?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2243
+> #, python-format
+> msgid ""
+> "Are you sure you want to rename the host %s into %s? This "
+> "involves a restart of the monitoring core!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6879
+> #, python-format
+> msgid "Are you sure you want to restore the snapshot %s?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16793
+> msgid "Arguments:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:409
+> msgid "Arrays (Controllers)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:559
+> msgid "Artificial Livestatus Delay"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:505
+> msgid "Artificial slowdown of logfile parsing (for testing!)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:449
+> msgid ""
+> "As soon as you configure expected strings in the response the check will "
+> "output the response - as long as you do not hide it with this option"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:561
+> msgid "Ascending"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2115
+> msgid "Assign services to the following cluster:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1589
+> msgid ""
+> "Assignment of host & services to host, service and contacts groups. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1614
+> msgid "Assignment of hosts to contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1596
+> msgid "Assignment of hosts to host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1621
+> msgid "Assignment of services to contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1606
+> msgid "Assignment of services to service groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1615
+> msgid "Assume another state for this item (reload page to activate)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:128
+> msgid "Assumed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2311
+> msgid "Assumed input speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:835
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6724
+> msgid "Assumed link speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2330
+> msgid "Assumed output speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1054
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1085
+> #, python-format
+> msgid "Assumed to be %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:234
+> msgid "Asynchronous execution of plugins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:221
+> msgid "Asynchronously spooled check results"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2496
+> msgid "At least"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:706
+> msgid ""
+> "At least one of these strings is expected in the first (status) line of the "
+> "server response (default: HTTP/1.). If specified skips all other "
+> "status line logic (ex: 3xx, 4xx, 5xx processing)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8619
+> msgid ""
+> "At most that many Notifications are kept back for bulking. A value of 1 "
+> "essentially turns of notification bulking."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:161
+> msgid ""
+> "At start the CMC creates a fixed number of worker processes that are used "
+> "for executing classical active checks. This number is configured here. If "
+> "the number of processes is too low for then not all checks can be executed "
+> "in time. Checks that run for a longer time block the workers longer. A "
+> "larger number of helpers will consume more memory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:328
+> msgid "At the beginning of every month at day"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:55
+> msgid "At the center of the page"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:330
+> msgid "At the end of every month at day"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:592
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:992
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1755
+> msgid "Att."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:663
+> msgid ""
+> "Attach a comment to the event. If you have bracketed groups in the text to "
+> "match, then you can use the placeholders \\1, \\2, etc. "
+> "for inserting the first, second etc matching group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:677
+> msgid ""
+> "Attach information about a contact person. If you have bracketed groups in "
+> "the text to match, then you can use the placeholders \\1, \\2"
+> "tt>, etc. for inserting the first, second etc matching group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:866
+> msgid "Attribute to search"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4040
+> msgid "Attributes to remove from hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4587
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4661
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18512
+> msgid "Audit Log"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5254
+> #, python-format
+> msgid "Audit log for %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+> msgid "August"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1491
+> msgid "Auth"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:413
+> msgid "Authenticate users by incoming HTTP requests"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11760
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12085
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1150
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:876
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1591
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1639
+> msgid "Authentication"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:791
+> msgid "Authentication Expiration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1306
+> msgid "Authentication Mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:253
+> msgid "Authentication error"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10741
+> msgid "Authentication failed. Invalid login/password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1098
+> msgid "Authentication method"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2272
+> msgid "Authentication password"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2265
+> msgid "Authentication protocol"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10688
+> #, python-format
+> msgid "Authentication to web service failed.
Message:
%s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1879
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1554
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1639
+> msgid "Author"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:657
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1144
+> msgid "Authorization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:37
+> msgid "Authorization settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2381
+> msgid "Auto-disovered services of the host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:951
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1005
+> msgid "Autodetect instances, expect HTTPs on the following ports:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3331
+> msgid "Autoextend"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3332
+> msgid "Autoextension is expected"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:130
+> msgid "Automatic"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:319
+> msgid "Automatic Deletion"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3197
+> msgid "Automatic Refresh (Tabula Rasa)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:639
+> msgid "Automatic User Synchronization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:63
+> msgid "Automatic diskspace cleanup when free space is below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1614
+> msgid "Automatic fallback"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:425
+> msgid "Automatic page reload"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1602
+> msgid "Automatic takeover"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:137
+> msgid "Automatically Detected Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:42
+> msgid "Automatically create monitoring agents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:125
+> msgid "Automatically invalidate notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1312
+> msgid ""
+> "Automatically schedule service discovery check after service configuration "
+> "changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:43
+> msgid "Automatically update agents at Activate Changes, if neccessary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11755
+> msgid "Automation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10691
+> msgid "Automation URL:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12108
+> msgid "Automation secret for machine accounts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2881
+> msgid "Autostart Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12944
+> msgid "Auxiliary Tag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12841
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13033
+> msgid "Auxiliary tags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12842
+> msgid ""
+> "Auxiliary tags can be attached to other tags. That way you can for example "
+> "have all hosts with the tag cmk-agent get also the tag tcp"
+> "tt>. This makes the configuration of your hosts easier."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1386
+> msgid "Avail."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1540
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:147
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:378
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1509
+> msgid "Availability"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1228
+> msgid "Availability levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1501
+> msgid "Availability of "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:150
+> msgid "Availability options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:173
+> msgid "Availability table"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:115
+> msgid "Availability: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1607
+> msgid "Available"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3215
+> msgid "Available (missing) services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1242
+> msgid "Available agent configurations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:175
+> msgid ""
+> "Available modes: dirty (only dirty sites), all (all sites), specific (use "
+> "sites set in request)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:153
+> msgid "Available modes: new, remove, fixall, refresh"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:442
+> msgid "Available snapins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:602
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3891
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4368
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1174
+> msgid "Average"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2405
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2478
+> msgid "Average values"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:879
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1420
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2713
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3161
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6768
+> msgid "Averaging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16302
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:71
+> msgid "BI - Business Intelligence"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:47
+> msgid "BI - Check_MK Business Intelligence"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16986
+> msgid "BI - Create New Aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17031
+> msgid "BI - Create New Rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16988
+> msgid "BI - Edit Aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17033
+> msgid "BI - Edit Rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16409
+> msgid "BI - Rule Tree of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:105
+> msgid "BI Aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/bi.py:44
+> msgid "BI Aggregation Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:38
+> msgid "BI Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:46
+> msgid "BI Aggregations affected by one host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+> #, python-format
+> msgid "BI Aggregations containing this %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2876
+> msgid "BI Boxes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:56
+> msgid "BI Hostname Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:388
+> msgid "BIOS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1866
+> msgid "BOUND"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:808
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:918
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1065
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:310
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1770
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6616
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12597
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16415
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:386
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:573
+> msgid "Back"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:259
+> msgid "Back to Logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:224
+> msgid "Back to previous page"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1914
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1946
+> msgid "Back to view"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1951
+> msgid "Back to view with checkboxes reset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6719
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18657
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:77
+> msgid "Backup & Restore"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:230
+> msgid "Balanced boxes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:857
+> msgid "Base DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1277
+> msgid "Base URL (OMD Site)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:94
+> msgid "Base directory for plugins and local"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:99
+> msgid "Base directory for variable data (caches, state files)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15395
+> msgid "Base prediction on"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:392
+> msgid "Base report only on non-service times"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:390
+> msgid "Base report only on service times"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16957
+> msgid "Base state computation on hard states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:395
+> msgid "Based on"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12504
+> msgid "Based on role"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:431
+> msgid "Basic Layout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12488
+> msgid "Basic Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6123
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6336
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10408
+> msgid "Basic settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5573
+> msgid "Battery capacity"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:649
+> msgid "Before activating the changed configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:50
+> msgid "Best - take best of all node states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:731
+> msgid "Bind Credentials"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:741
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:879
+> msgid "Bind DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:747
+> msgid "Bind Password"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2353
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2450
+> msgid "Bits"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2294
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2325
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2344
+> msgid "Bits per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11621
+> msgid "Blacklist the following services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:421
+> #, python-format
+> msgid "Block Device %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:420
+> msgid "Block Devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4155
+> msgid "Blocks read"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:183
+> msgid "Blue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6581
+> msgid "Bluecat Command Server Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6546
+> msgid "Bluecat DHCP Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6616
+> msgid "Bluecat DNS Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6662
+> msgid "Bluecat HA Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6504
+> msgid "Bluecat NTP Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:164
+> msgid "Body"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:143
+> msgid "Body head for both host and service notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:155
+> msgid "Body tail for host notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:168
+> msgid "Body tail for service notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:64
+> msgid "Bold"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1040
+> msgid "Bookmarks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:93
+> msgid "Both"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:500
+> msgid "Bottom"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:807
+> msgid "Brocade FibreChannel ports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:293
+> msgid "Brocade Port Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:80
+> msgid "Buffered HTTP stream"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:296
+> msgid "Builtin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8785
+> msgid "Bulk"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:847
+> #, fuzzy
+> msgid "Bulk Discovery"
+> msgstr "Inventariere in masa"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3577
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3658
+> msgid "Bulk Host Import"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9048
+> msgid "Bulk ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:845
+> msgid "Bulk Import"
+> msgstr "Import in masa"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3687
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3846
+> msgid "Bulk Service Discovery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3868
+> #, fuzzy
+> msgid "Bulk discovery"
+> msgstr "Inventariere in masa"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3929
+> msgid "Bulk edit hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3993
+> msgid "Bulk removal of explicit attributes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8609
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8617
+> msgid "Bulk up to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9023
+> msgid "Bulking"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:425
+> msgid "Bus"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:397
+> msgid "Bus Speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2289
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2343
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2411
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2478
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2559
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2612
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2667
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2735
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+> msgid "Business Intelligence"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18670
+> msgid "Business Intelligence Rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1125
+> msgid "But you are not a member of any contact group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:631
+> msgid "Button Icon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:626
+> msgid "Button Text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:974
+> msgid ""
+> "Buttons for switching globally states such as enabling checks and "
+> "notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:421
+> msgid "By Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:422
+> msgid "By Host group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:423
+> msgid "By Service group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:469
+> msgid ""
+> "By activating averaging, Check_MK will compute the average of the CPU "
+> "utilization over a given interval. If you have defined alerting levels then "
+> "these will automatically be applied on the averaged value. This helps to "
+> "mask out short peaks. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2406
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2479
+> msgid ""
+> "By activating the computation of averages, the levels on errors and traffic "
+> "are applied to the averaged value. That way you can make the check react "
+> "only on long-time changes, not on one-minute events."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1135
+> msgid ""
+> "By activating this option you will deploy the agent plugin mk_oracle"
+> "tt> on your target system. Currently only Linux is supported, but AIX and "
+> "Windows will follow."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2073
+> msgid ""
+> "By adding rules to this ruleset you can define a subset of your hosts to be "
+> "actually monitored. As long as the rule set is empty all configured hosts "
+> "will be monitored. As soon as you add at least one rule, only hosts with a "
+> "matching rule will be monitored."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:325
+> msgid ""
+> "By configuring this rule for a host - instead of the normal Check_MK agent "
+> "random monitoring data will be created."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1242
+> msgid ""
+> "By default Check_MK uses command line calls of Net-SNMP tools like snmpget "
+> "or snmpwalk to gather SNMP information. For each request a new command line "
+> "program is being executed. It is now possible to use the inline SNMP "
+> "implementation which calls the net-snmp libraries directly via its python "
+> "bindings. This should increase the performance of SNMP checks in a "
+> "significant way. The inline SNMP mode is a feature which improves the "
+> "performance for large installations and only available via our subscription."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2334
+> msgid ""
+> "By default Check_MK uses the community \"public\" to contact hosts via SNMP "
+> "v1/v2. This rule can be used to customize the the credentials to be used "
+> "when contacting hosts via SNMP."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:379
+> msgid ""
+> "By default all aggregations in Check_MK BI are precompiled on first usage of "
+> "a BI or host/service related dialog in the status GUI. In case of large "
+> "environments with many BI aggregations this complete precompilation might "
+> "take too much time (several seconds). It is now possible to change the "
+> "precompilation to be executed on demand. BI only precompiles the "
+> "aggregations which are really requested by the users."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:99
+> msgid ""
+> "By default all multiple graphs in emails are displayed floating nearby. You "
+> "can enable this option to show the graphs among each other."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:482
+> msgid ""
+> "By default the network topology view shows you the parent / child relations "
+> "of all hosts within your local site. The list can be filtered based on "
+> "hostgroup memberships by the users. You can define a default group to use "
+> "for filtering which is used when a user opens the network topology view."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1626
+> msgid "By default the standard IMAP Port 110 is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1578
+> msgid "By default the standard IMAP Port 143 is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1586
+> msgid "By default the standard IMAP/SSL Port 993 is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1634
+> msgid "By default the standard POP3/SSL Port 995 is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:640
+> msgid ""
+> "By default the users are synchronized automatically in several situations. "
+> "The sync is started when opening the \"Users\" page in configuration and "
+> "during each page rendering. Each connector can then specify if it wants to "
+> "perform any actions. For example the LDAP connector will start the sync once "
+> "the cached user information are too old."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:227
+> msgid ""
+> "By default, for security reasons, Multisite does not interpret any HTML code "
+> "received from external sources, like plugin output or log messages. If you "
+> "are really sure what you are doing and need to have HTML codes, like links "
+> "rendered, disable this option. Be aware, you might open the way for several "
+> "injection attacks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1346
+> msgid ""
+> "By default, if you do not specify any host addresses here, the host address "
+> "of the host this service is assigned to will be used. But by specifying one "
+> "or several host addresses here, it is possible to let the check monitor one "
+> "or multiple hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10484
+> #, python-format
+> msgid ""
+> "By specifying a status host for each non-local connection you prevent "
+> "Multisite from running into timeouts when remote sites do not respond. You "
+> "need to add the remote monitoring servers as hosts into your local "
+> "monitoring site and use their host state as a reachability state of the "
+> "remote site. Please refer to the online "
+> "documentation for details."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2354
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2451
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:776
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:777
+> msgid "Bytes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5419
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1402
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1500
+> msgid "C"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5344
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5345
+> msgid "C / range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:870
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6759
+> msgid "C3 discards"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:794
+> msgid "CCMS paths to monitor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1823
+> msgid "CLOSED"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1802
+> msgid "CLOSE_WAIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1833
+> msgid "CLOSING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:403
+> msgid "CPU Arch"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:403
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:636
+> msgid "CPU Architecture"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:468
+> msgid "CPU Averaging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:517
+> msgid "CPU Inv. (all Hosts)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:394
+> msgid "CPU Model"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:516
+> msgid "CPU Related Inventory of all Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3058
+> msgid "CPU load (not utilization!)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6192
+> msgid "CPU usage critical at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6191
+> msgid "CPU usage warning at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3078
+> msgid "CPU utilization for Appliances"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3144
+> msgid "CPU utilization for Windows and ESX Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3095
+> msgid "CPU utilization of Devices with Modules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3176
+> msgid "CPU utilization on Linux/UNIX"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:402
+> msgid "CPUs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1659
+> msgid "CR"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:843
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6732
+> msgid "CRC errors rate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8502
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8506
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8509
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8510
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8511
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8515
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1248
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:330
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:210
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1016
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1246
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:286
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:298
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:310
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:687
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:700
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1231
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1247
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1896
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:332
+> msgid "CRIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1485
+> msgid "CRIT - if this router is being used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1483
+> msgid "CRIT - if this router is not being used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:217
+> msgid "CRIT Pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:685
+> msgid "CRIT Services of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:903
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:69
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5295
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:154
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:415
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:457
+> msgid "CRITICAL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:170
+> msgid "CSV data export"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:177
+> msgid "CSV data output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:395
+> msgid "Cache Size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1196
+> msgid "Cache age for background checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10251
+> msgid "Cache several non-status queries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2373
+> msgid "Cached output of monitoring agents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16840
+> msgid "Call a Rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11079
+> msgid "Call not supported in distributed setups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11464
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15362
+> msgid "Call with the following parameters:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16456
+> msgid "Called for all hosts..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16458
+> msgid "Called for each child of..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16460
+> msgid "Called for each parent of..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16465
+> msgid "Called for each service..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8779
+> msgid "Cancel notifications for this plugin type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11474
+> msgid "Cancel previous notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10750
+> #, python-format
+> msgid "Cannot access site %s - you are not logged in."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4727
+> msgid "Cannot activate changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9947
+> #, python-format
+> msgid "Cannot connect to remote site: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14789
+> #, python-format
+> msgid "Cannot create rule: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1533
+> #, python-format
+> msgid ""
+> "Cannot create thumbnail of report %s: %s, Exit code is %d, command was \"%s"
+> "\", PDF source code was \"%s...\""
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2158
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17627
+> msgid "Cannot delete host. Hosts in this folder are locked"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1659
+> msgid "Cannot delete hosts. Hosts in this folder are locked"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1020
+> #, python-format
+> msgid "Cannot edit schedule entry for non-existing report %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1335
+> #, python-format
+> msgid ""
+> "Cannot email report: The owner %s does not have an email address and no "
+> "explicit addresses are configured."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:99
+> #, python-format
+> msgid "Cannot find embedded image \"%s\" in %s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:98
+> msgid "Cannot find image file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1052
+> msgid "Cannot get rules from local event daemon."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:165
+> #, python-format
+> msgid "Cannot load %s from %s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1681
+> msgid "Cannot move folder: Target folder is locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1679
+> msgid "Cannot move folder: This folder is locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1617
+> msgid "Cannot move selected hosts: Hosts in target folder are locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1615
+> msgid "Cannot move selected hosts: Hosts in this folder are locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:248
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:265
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:590
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:646
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:683
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7728
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8174
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9297
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10554
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13367
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15199
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16580
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:798
+> #, python-format
+> msgid "Cannot read configuration file %s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/config.py:131
+> #, python-format
+> msgid "Cannot read configuration file %s: %s:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/actions.py:99
+> #, python-format
+> msgid "Cannot reschedule check: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/config.py:422
+> #, python-format
+> msgid "Cannot save %s options for user %s into %s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:259
+> #, python-format
+> msgid "Cannot update timeperiod information for %s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3039
+> msgid "Capacity filled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3016
+> msgid "Capacity remaining"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:433
+> msgid "Card Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:726
+> msgid "Case insensitive"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15551
+> msgid "Case translation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:256
+> msgid "Cell padding"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:265
+> msgid "Cell spacing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:632
+> msgid "Change Event state to:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15848
+> #, fuzzy
+> msgid "Change Password"
+> msgstr "Parola"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:646
+> msgid "Change State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:69
+> msgid "Change Timerange"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1714
+> msgid "Change ago:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:73
+> msgid "Change column display options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:587
+> msgid "Change comment:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:591
+> msgid "Change contact:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:626
+> msgid "Change event state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12099
+> msgid "Change password at next login or access"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1494
+> msgid "Change the number of display columns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1500
+> msgid "Change the refresh rate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:63
+> msgid "Change view display columns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:68
+> msgid "Change view display refresh"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7430
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1383
+> #, python-format
+> msgid "Changed Configuration variable %s to %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7193
+> #, python-format
+> msgid "Changed LDAP configuration variable %s to %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1843
+> #, python-format
+> msgid "Changed attributes of folder %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3955
+> #, python-format
+> msgid "Changed attributes of host %s in bulk mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1329
+> #, python-format
+> msgid "Changed configuration of %s to %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7588
+> #, python-format
+> msgid "Changed global configuration variable %s to %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9196
+> #, python-format
+> msgid "Changed notification rule %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12787
+> msgid "Changed order of host tag groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14192
+> #, python-format
+> msgid "Changed order of rules in ruleset %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8898
+> #, python-format
+> msgid "Changed position of notification rule %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9116
+> #, python-format
+> msgid "Changed position of notification rule %d of user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:912
+> #, python-format
+> msgid "Changed position of rule %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14832
+> #, python-format
+> msgid "Changed properties of rule %s in folder %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14844
+> #, python-format
+> msgid "Changed properties of rule %s, moved rule from folder %s to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10117
+> #, python-format
+> msgid "Changed site-specific configuration variable %s to %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17264
+> #, python-format
+> msgid "Changed title of %s attribute %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:58
+> #, python-format
+> msgid "Changed to: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18137
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1221
+> msgid "Changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5258
+> msgid "Changes that are not activated on all sites:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5260
+> msgid "Changes that are not yet activated:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:392
+> msgid "Chassis"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1490
+> msgid "Check / Uncheck all"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:813
+> msgid "Check Cerficate on different IP / DNS Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:537
+> msgid "Check City against Regex"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:198
+> msgid "Check DNS service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1513
+> msgid "Check Email Delivery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:189
+> msgid "Check FTP Service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1329
+> msgid "Check HTML Form Submit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:551
+> msgid "Check HTTP service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:552
+> msgid ""
+> "Check HTTP/HTTPS service using the plugin check_http from the "
+> "standard Nagios Plugins. This plugin tests the HTTP service on the specified "
+> "host. It can test normal (HTTP) and secure (HTTPS) servers, follow "
+> "redirects, search for strings and regular expressions, check connection "
+> "times, and report on certificate expiration times."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1416
+> msgid "Check Number of Notifications per Contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2559
+> msgid "Check Origin and Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3267
+> msgid "Check Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:270
+> msgid "Check SQL Database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:76
+> msgid "Check SSH service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:800
+> msgid "Check SSL Certificate Age"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1271
+> msgid "Check State of BI Aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:715
+> msgid "Check Type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:847
+> msgid "Check access to LDAP service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1099
+> msgid "Check access to SMB share"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:950
+> msgid "Check access to SMTP services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4335
+> msgid "Check always is in a OK State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:473
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:926
+> msgid "Check command"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:480
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:933
+> msgid "Check command expanded"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1501
+> msgid "Check configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:370
+> msgid "Check connecting to a TCP port"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1456
+> msgid "Check current routing (uses traceroute)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1936
+> msgid "Check event state in Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:524
+> msgid "Check for Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:525
+> msgid "Check for an Address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2484
+> msgid "Check for correct version of Check_MK agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1223
+> msgid "Check freshness"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:107
+> msgid "Check hosts with PING (ICMP Echo Request)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:599
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:999
+> msgid "Check int."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1819
+> msgid "Check intervals for SNMP checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1107
+> msgid "Check logfiles for relevant new messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:754
+> msgid "Check manual (for Check_MK based checks)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1748
+> msgid "Check output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:43
+> msgid ""
+> "Check parameters and other configuration variables on hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1672
+> msgid "Check period for active services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1761
+> msgid "Check period for hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1682
+> msgid "Check period for passive Check_MK services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:291
+> msgid "Check plugin timeout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1256
+> msgid "Check result did not arrive in time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2931
+> msgid "Check result if the host or VM is powered off"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2924
+> msgid "Check result if the host or VM is powered on"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2938
+> msgid "Check result if the host or VM is suspended"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4334
+> msgid "Check show Errors in Case of degraded or offline hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1345
+> msgid "Check specific host(s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:393
+> msgid "Check state of ALLNET IP Sensoric Devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:202
+> msgid "Check state of EMC VNX storage systems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:335
+> msgid "Check state of Fritz!Box Devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:256
+> msgid "Check state of IBM SVC / V7000 storage systems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:170
+> msgid "Check state of VMWare ESX via vSphere"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1198
+> msgid "Check submission method"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1330
+> msgid ""
+> "Check submission of HTML forms via HTTP/HTTPS using the plugin "
+> "check_form_submit provided with Check_MK. This plugin provides more "
+> "functionality as check_http, as it automatically follows HTTP "
+> "redirect, accepts and uses cookies, parses forms from the requested pages, "
+> "changes vars and submits them to check the response afterwards."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:569
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1342
+> msgid "Check the URL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1417
+> msgid ""
+> "Check the number of sent notifications per contact using the plugin "
+> "check_notify_count provided with Check_MK. This plugin counts the "
+> "total number of notifications sent by the local monitoring core and creates "
+> "graphs for each individual contact. You can configure thresholds on the "
+> "number of notifications per contact in a defined time interval. This plugin "
+> "queries livestatus to extract the notification related log entries from the "
+> "log file of your monitoring core."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:199
+> msgid ""
+> "Check the resolution of a hostname into an IP address by a DNS server. This "
+> "check uses check_dns from the standard Nagios plugins."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8208
+> msgid "Check type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14909
+> msgid "Check types"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:511
+> msgid "Check uniserv service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18556
+> msgid ""
+> "Check whether or not the host is reachable, test the different methods a "
+> "host can be accessed, for example via agent, SNMPv1, SNMPv2 to find out the "
+> "correct monitoring configuration for that host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:349
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1356
+> msgid "Check_MK $PERIODNAME$ '$TITLE$'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2421
+> msgid "Check_MK Agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:119
+> msgid "Check_MK Agent Local-Directory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:118
+> msgid "Check_MK Agent Plugins-Directory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2893
+> #, python-format
+> msgid "Check_MK Agent Port (Rules)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:79
+> msgid "Check_MK Logo"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:31
+> msgid "Check_MK Micro Core"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:154
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:183
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:196
+> msgid "Check_MK Mobile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:245
+> msgid "Check_MK Multisite Login"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:221
+> msgid "Check_MK Sidebar"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:31
+> msgid "Check_MK config filename"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3866
+> msgid ""
+> "Check_MK service discovery will automatically find and configure services to "
+> "be checked on your hosts.
You can also attach "
+> "service levels to hosts and services in the monitoring. These levels will "
+> "then be sent to the Event Console when you forward notifications to it and "
+> "will override the setting of the matching rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:145
+> msgid ""
+> "Here you can configure whether and how the creation of RRD files is being "
+> "logged (in the log file var/log/cmk-create-rrd.log)"
+> msgstr ""
+>
+> # georgem ###
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:347
+> msgid ""
+> "Here you can configure which messages should be discovered and reported from "
+> "which Eventlog. When you set the severity to disabled then this "
+> "Eventlog will totally be ignored. The switch without context will "
+> "disable sending so-called context messages. When at least one new relevant "
+> "message is being found in an Eventlog, the agent usually sends all "
+> "new messages from that check cycle. This makes it more convenient when "
+> "viewing the messages in Check_MK. In high-volume logfiles it might be "
+> "neccessary to switch the context off in order to save networking and disk "
+> "ressources. Note: When several configuration tuning entries match for "
+> "a logfile then only the first one is being executed. So it does not make "
+> "sense to create more then one entry for All Eventlogs."
+> msgstr ""
+> "Aici se poate configura care mesaje ar trebui sa fie descoperite si "
+> "raportate de fiecare Eventlog. Cand se seteaza severitatea Dezactivat "
+> "acest Eventlog va fi total ignorat. Comutatorul fara context "
+> "va dezactiva trimiterea asanumitelor mesaje de context. Cand cel putin un "
+> "nou mesaj relevant este gasit intr-un Eventlog, agentul de obicei trimite "
+> "toate noile mesaje din acel interval de verificare. Aceasta duce la "
+> "o vizuzlizare mai convenabila a mesajelor in Check_MK. In cazul fisierelor "
+> "log de volum mare poate fi necesara dezactivarea contextului pentru a "
+> "conserva resursele de retea si disk. Nota: Cand mai multe configurari "
+> "se vor potrivi pentru un fisier log atunci doar prima va fi aplicata. Deci "
+> "nu are sens crearea a mai mult de o regula pentru ToateEventlog-urile."
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13878
+> msgid ""
+> "Here you can create explicit checks that are not being created by the "
+> "automatic service discovery."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3505
+> msgid ""
+> "Here you can define an upper limit for the run duration of last execution of "
+> "the job."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:292
+> msgid ""
+> "Here you can define tree configurations for the snapin Virtual Host-"
+> "Trees. These trees organize your host based on their values in certain "
+> "host tag groups. Each host tag group you select will create one level in the "
+> "tree."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:467
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:479
+> msgid ""
+> "Here you can deploy a plugin for monitoring quarantine queue, tasks and "
+> "updates."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:96
+> msgid "Here you can enable debugging for Livestatus queries."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3348
+> msgid ""
+> "Here you can override the default levels for the ORACLE Processes check. The "
+> "levels are applied on the number of used processes in percentage of the "
+> "configured limit."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3521
+> msgid ""
+> "Here you can set explicit Scheduler-Jobs by defining them via SID, Job-"
+> "Owner and Job-Name, separated by a dot, for example TUX12C.SYS.PURGE_LOG"
+> "b>"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3337
+> msgid ""
+> "Here you can set explicit tablespaces by defining them via SID and the "
+> "tablespace name, separated by a dot, for example pengt.TEMP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5440
+> msgid ""
+> "Here you can set levels on the current percentual output load of the UPS. "
+> "This load affects the running time of all components being supplied with "
+> "battery power."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3187
+> msgid ""
+> "Here you can set levels on the total CPU utilization, i.e. the sum of "
+> "system, user and iowait. The levels are always applied "
+> "on the average utiliazation since the last check - which is usually one "
+> "minute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1444
+> msgid "Here you can set the number of remaining open slots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:110
+> msgid ""
+> "Here you can set the port at which the notification spooler listens for "
+> "forwardednotification messages from spoolers on remote sites."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1732
+> msgid ""
+> "Here you can set which alert type is set when the given access point is "
+> "missing (might be powered off). The access point can be specified by the AP "
+> "name or the AP model"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2350
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2447
+> msgid "Here you can specifiy the measurement unit of the network interface"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:378
+> msgid ""
+> "Here you can specify a list of filename patterns to be sent by the agent in "
+> "the section fileinfo. Use globbing patterns like C:\foo\\*.log"
+> "tt> or /var/*/*.log here. Per default each found file will be "
+> "monitored for size and age. By building groups you can alternatively monitor "
+> "a collection of files as an entity and monitor the count, total size, the "
+> "largest, smallest oldest or newest file. Note: if you specify more than one "
+> "matching rule, then all matching rules will be used for defining "
+> "pattern - not just the first one."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:382
+> msgid ""
+> "Here you can specify a service description. If this parameter is not set, "
+> "the service is named TCP Port {Portnumber}"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9774
+> msgid ""
+> "Here you can specify exceptional time ranges for certain dates in the form "
+> "YYYY-MM-DD which are used to define more specific definitions to override "
+> "the times configured for the matching weekday."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2777
+> msgid "Here you can specify the total memory usage levels for clustered hosts "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12249
+> msgid ""
+> "Here you specify which types of alerts will be notified to this contact. "
+> "Note: these settings will only be saved and used if the user is member of a "
+> "contact group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:351
+> msgid "Hidden"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8840
+> msgid "Hide Analysis"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8845
+> msgid "Hide Bulks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3201
+> msgid "Hide Check Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1340
+> msgid "Hide Checkboxes and bulk actions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:184
+> msgid "Hide Context"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:130
+> msgid "Hide from Status GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:587
+> msgid "Hide help text of rules in list views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:568
+> msgid "Hide hosttags in WATO folder view"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:545
+> msgid "Hide internal folder names in WATO"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:577
+> msgid "Hide names of configuration variables"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:448
+> msgid "Hide response from socket"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:275
+> msgid "Hide table actions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:588
+> #, python-format
+> msgid "Hide this %s from the sidebar"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8835
+> msgid "Hide user rules"
+> msgstr "Ascude regulile de utilizator"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:147
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:155
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:168
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:180
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:200
+> msgid "Historic Data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:59
+> msgid "Historic Event Console Event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1850
+> msgid "Historic downtimes of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1908
+> msgid "Historic downtimes of service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:362
+> msgid "Historic messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:570
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1865
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:150
+> msgid "History"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:65
+> msgid "History Line"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:174
+> msgid "History action type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1045
+> msgid "History entries of one specific event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1079
+> msgid "History entries of one specific host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1044
+> msgid "History of Event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:427
+> msgid "History of scheduled downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1043
+> msgid "Hits"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:380
+> msgid "Hivemanager"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1662
+> msgid "Hivemanager Devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4791
+> msgid "Ho."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:48
+> msgid "Homepage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:229
+> msgid "Honor scheduled downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:436
+> msgid "Horizon for timeperiod computation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:258
+> msgid "Horizontal padding"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:33
+> msgid "Horizontal rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:239
+> msgid "Horizontal rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:267
+> msgid "Horizontal spacing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2005
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2226
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8205
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8988
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13679
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14047
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14597
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1354
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1868
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:392
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1082
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1101
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1127
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1135
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1569
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1662
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:103
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:132
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:28
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+> msgid "Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14046
+> #, python-format
+> msgid "Host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1020
+> #, python-format
+> msgid "Host %s not found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18626
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:49
+> msgid "Host & Service Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:42
+> msgid "Host & Service Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:226
+> msgid "Host & Services Problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2385
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2453
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2493
+> msgid "Host Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1771
+> msgid "Host Check Command"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:672
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1720
+> msgid "Host Checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:242
+> msgid "Host Contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:239
+> msgid "Host Contact Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:153
+> msgid "Host Details"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18555
+> msgid "Host Diagnostic"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:312
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:364
+> msgid "Host Down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:413
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1838
+> msgid "Host Dt-History"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11573
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:193
+> msgid "Host Events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:793
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:46
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:273
+> msgid "Host Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:49
+> #, fuzzy
+> msgid "Host Group Name"
+> msgstr "Numele Elementului"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:775
+> msgid "Host Group Overview"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:894
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:924
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1010
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1011
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+> msgid "Host Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:893
+> msgid "Host Groups (Grid)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:923
+> msgid "Host Groups (Summary)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:80
+> msgid "Host IP Address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1951
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1149
+> msgid "Host IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16112
+> msgid "Host Logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:408
+> msgid "Host Matrix"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:732
+> msgid "Host Name"
+> msgstr "Numele Elementului"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16861
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16886
+> msgid "Host Name:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:762
+> msgid "Host Problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:57
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:232
+> msgid "Host Problems (unhandled)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2230
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2964
+> msgid "Host Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:130
+> msgid "Host Report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:38
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:128
+> msgid "Host Statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:88
+> msgid "Host Systems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:35
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:818
+> msgid "Host Tags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:121
+> msgid "Host Tags (raw)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16858
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16883
+> msgid "Host Tags:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:467
+> msgid "Host active checks enabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1142
+> msgid "Host alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:183
+> msgid "Host and Service Events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2113
+> msgid "Host attributes locked (You cannot edit this host)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:925
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:318
+> msgid "Host check command"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:932
+> msgid "Host check command expanded"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:984
+> msgid "Host check duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:977
+> msgid "Host check latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1018
+> msgid "Host check type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:939
+> msgid "Host checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:334
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1301
+> msgid "Host comments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1287
+> msgid "Host contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2100
+> msgid "Host contact information"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1280
+> msgid "Host contacts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1345
+> msgid "Host custom variables"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14602
+> msgid "Host does not have tag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:494
+> msgid "Host downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12239
+> msgid "Host events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11576
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12223
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1870
+> msgid "Host gets unreachble"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11575
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12222
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1869
+> msgid "Host goes down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11577
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12224
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1871
+> msgid "Host goes up again"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7861
+> #, fuzzy
+> msgid "Host groups"
+> msgstr "Grup nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14608
+> msgid "Host has not the tag "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:137
+> msgid "Host has software package"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14604
+> msgid "Host has tag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14610
+> msgid "Host has the tag "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1806
+> msgid "Host history"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:204
+> msgid "Host icons"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1308
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:475
+> msgid "Host in downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1025
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:465
+> msgid "Host in notif. period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14635
+> msgid "Host is not one of "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1053
+> msgid "Host is active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1046
+> msgid "Host is flapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:233
+> msgid "Host is in Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1329
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:480
+> msgid "Host is stale"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18520
+> msgid "Host management"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14631
+> msgid "Host name is "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14629
+> #, python-format
+> msgid "Host name is %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1039
+> msgid "Host notification number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1032
+> msgid "Host notification period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2927
+> msgid "Host notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1059
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:468
+> msgid "Host notifications enabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11562
+> msgid ""
+> "Host or Service must be in the following service level to get notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8465
+> msgid ""
+> "Host or service must be in the following service level to get notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:918
+> msgid "Host performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1315
+> msgid "Host problem acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:466
+> msgid "Host problem has been acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:968
+> msgid "Host problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2120
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2150
+> msgid "Host problems for NagStaMon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2418
+> msgid "Host related aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1896
+> msgid "Host running Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1152
+> msgid "Host search"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:151
+> msgid "Host service discovery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1337
+> msgid "Host service level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1944
+> msgid "Host specification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1322
+> msgid "Host staleness value"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:895
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:93
+> msgid "Host state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:903
+> msgid "Host state (first character)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:434
+> msgid "Host state type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:360
+> msgid "Host states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:340
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1067
+> msgid "Host status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12693
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12799
+> msgid "Host tag groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1988
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:385
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:388
+> msgid "Host tag:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6014
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6103
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6127
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6199
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6210
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12685
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14869
+> msgid "Host tags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1923
+> msgid "Host tags (raw)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1946
+> msgid "Host tags (with titles)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12800
+> msgid ""
+> "Host tags are the basis of Check_MK's rule based configuration. If the first "
+> "step you define arbitrary tag groups. A host has assigned exactly one tag "
+> "out of each group. These tags can later be used for defining parameters for "
+> "hosts and services, such as disable notifications for all hosts with the "
+> "tags Network device and Test."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1646
+> msgid "Host status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1257
+> msgid "Host's childs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1250
+> msgid "Host's parents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:540
+> msgid "Host+Svc history"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:651
+> msgid "Host+Svc notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2512
+> msgid "Host-"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1789
+> msgid "Host- and Service events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3043
+> msgid "Host- and Service notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:158
+> msgid "Host- and Servicecomments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:54
+> msgid "Host-/Servicegroups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4942
+> msgid "Host/Device temperature"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8209
+> msgid "Host/Service state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1923
+> msgid "Host/Svc history"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2970
+> msgid "Host/Svc notific."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:476
+> msgid "Host/service in downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10193
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16801
+> msgid "Host:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:64
+> msgid "Hostalias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:159
+> msgid "Hostgroup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:289
+> msgid "Hostgroup (Regex)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1457
+> msgid "Hostgroup alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1450
+> msgid "Hostgroup name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2891
+> msgid "Hostgroup with BI state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2867
+> msgid "Hostgroup with boxed BIs for each host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:122
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:213
+> msgid "Hostgroups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1273
+> msgid "Hostgroups the host is member of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:131
+> msgid "Hostgroups, merged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1457
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2124
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2127
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2872
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3366
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3448
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16139
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:771
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1920
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1134
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:31
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:58
+> msgid "Hostname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17680
+> #, python-format
+> msgid "Hostname %s already exists"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17684
+> #, python-format
+> msgid "Hostname %s does not exist"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:61
+> msgid "Hostname (exact match)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:241
+> msgid "Hostname / IP Address of Graphite server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2477
+> msgid "Hostname Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1704
+> msgid "Hostname of the Device"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1117
+> msgid "Hostname or IPv4 address for listener"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1766
+> msgid "Hostname translation for incoming messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2522
+> msgid "Hostname translation for piggybacked hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1126
+> msgid "Hostname, marked red if down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1081
+> msgid "Hostname, red background if down or unreachable"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1100
+> msgid "Hostname, red background if down, link to Nagios services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2018
+> msgid "Hostname/IP address of Event Console:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1567
+> msgid "Hostname/IP address of Master Event Console:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:391
+> msgid "Hostname/IP-Address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:102
+> msgid "Hostname/IP-Address of event, exact match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:101
+> msgid "Hostname/IP-Address of original event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:556
+> msgid "Hostnames to resolve"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:125
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1290
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1319
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3659
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1273
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1277
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:44
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:32
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:380
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:420
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:456
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:83
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:123
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:158
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1153
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1588
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:164
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:171
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1374
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:220
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:557
+> msgid "Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:291
+> msgid "Hosts Connected"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:970
+> msgid ""
+> "Hosts attributes locked (You cannot create, edit or delete hosts in this "
+> "folder)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1597
+> msgid ""
+> "Hosts can be grouped together into host groups. The most common use case is "
+> "to put hosts which belong together in a host group to make it possible to "
+> "get them listed together in the status GUI."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1373
+> msgid "Hosts colored according to state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:300
+> msgid ""
+> "Hosts configured via this rule get the lnx_quota plugin deployed. "
+> "This is only useful if you have filesystem quotas setup on the host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:392
+> msgid ""
+> "Hosts configured via this rule get the smart plugin deployed. "
+> "Assuming you have installed smartmontools, your local harddisks "
+> "will be monitored for temperature and errors."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:617
+> msgid ""
+> "Hosts configured via this rule get the plugin db2_mem deployed. "
+> "This will create one service for the memory consumption of every running DB2 "
+> "instance found on the system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6164
+> msgid "Hosts forced to use if instead of if64"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:86
+> msgid "Hosts grouped by host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:864
+> msgid "Hosts grouped by hostgroups, with a brief list of all services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2072
+> msgid "Hosts to be monitored"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4514
+> msgid "Hosts to create in each folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2352
+> msgid "Hosts using SNMP bulk walk (enforces SNMP v2c)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13411
+> msgid ""
+> "Hosts where this tag group is explicitely set and that are effected by the "
+> "change"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2251
+> msgid "Hosts with dynamic DNS lookup during monitoring"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2364
+> msgid "Hosts without system description OID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:84
+> msgid ""
+> "Hosts, Services, Groups, Timeperiods, Business Intelligence and Monitoring "
+> "Configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5280
+> msgid "Hostsystem sensor alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1500
+> msgid "Hotspare-Hub replacing another router"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+> msgid "Hour"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15399
+> msgid "Hour of the day (0-23)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:454
+> msgid "Hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2036
+> msgid "Hours/Minutes out of range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1667
+> msgid "Housekeeping Interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:401
+> msgid "Housekeeping interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1480
+> msgid "How"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4876
+> msgid ""
+> "How the disks are named depends on the type of hardware being used. Please "
+> "look at already inventorized checks for examples."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:687
+> msgid "How to handle redirect"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:117
+> msgid "How to notify"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1498
+> msgid "Hub"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1499
+> msgid "Hub running as HotSpare"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5091
+> msgid "Humidity"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3218
+> msgid "Humidity Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3236
+> msgid "Humidity Levels for devices with a single sensor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1109
+> msgid "Hyper-V Server: State of VMs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:400
+> msgid "Hyperthreads per CPU"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:268
+> msgid "IBM SVC / V7000 user name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4297
+> msgid "IBM SVC: Levels for total disk latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4328
+> msgid "IBM SVC: Options for SVC Hosts Check "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:417
+> msgid "IBM WebSphere MQ (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1499
+> msgid "ICMP Echo Request"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4782
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11731
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12830
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12858
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16396
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:328
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1006
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:318
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1548
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1632
+> msgid "ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5527
+> msgid "ID of phase"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:96
+> msgid "ID of rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1545
+> msgid "ID of the Channel (usually ranging from 1)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1584
+> msgid "ID of the Entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1525
+> msgid "ID of the channel (usually ranging from 1)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:317
+> msgid "ID of the event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6408
+> msgid "ID of the license, e.g. PVSD_STD_CCS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:906
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:72
+> msgid "IGNORE"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1559
+> msgid "IMAP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1563
+> msgid "IMAP Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:295
+> msgid "IO Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4376
+> msgid "IO Latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:971
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1024
+> msgid "IP Address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:66
+> msgid "IP Address of Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:200
+> msgid "IP Address of remote Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:217
+> msgid "IP Address of the Spectrum server receiving the SNMP trap"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2876
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:37
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1150
+> msgid "IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:645
+> msgid "IP address of JVM webserver"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1627
+> msgid "IP-Address of Tunnel Endpoint"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1600
+> msgid "IP-Address or Name of Tunnel Endpoint"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:984
+> msgid "IP-Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:989
+> msgid "IPv4"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:994
+> msgid "IPv6"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2222
+> msgid "Icon image for hosts in status GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2233
+> msgid "Icon image for services in status GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:346
+> msgid "Icon showing the site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1109
+> msgid "Icon with link to host to Nagios GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:330
+> msgid "Icon with link to service in Nagios GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:487
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:196
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:205
+> msgid "Icons"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12049
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17297
+> msgid "Identity"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:601
+> msgid ""
+> "If a matching message appears with this text, then an event created by this "
+> "rule will automatically be cancelled (if host, application and match groups "
+> "match). "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4601
+> msgid ""
+> "If a multipath device has an alias then you can use that for specifying the "
+> "device instead of the UUID. The alias will then be part of the service "
+> "description. The UUID will be output in the pluging outpout."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3967
+> msgid ""
+> "If a select is set to don't change then currenty not all selected "
+> "hosts share the same setting for this attribute. If you leave that "
+> "selection, all hosts will keep their individual settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:270
+> msgid ""
+> "If a user lacks this permission then he/she can see only those events that "
+> "originate from a host that he/she is a contact for."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15608
+> msgid ""
+> "If case conversion and regular expression do not work for all cases then you "
+> "can specify explicity pairs of origin host name and translated host name "
+> "here. This mapping is being applied after the case conversion and "
+> "after a regular expression conversion (if that matches)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:883
+> msgid ""
+> "If context messages are enabled then if at least one relevant message is "
+> "being found (classified as WARN or CRIT), then all new messages of the "
+> "current cycle are being transferred. This make logfile analysis on the "
+> "monitoring server simpler, but can result much traffic on logfiles with "
+> "frequent new messages."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1996
+> msgid ""
+> "If enabled the check reports less information in its output.
You will see "
+> "no information regarding the worst state or unacknowledged events.
For "
+> "example a default output without this option
WARN - 1 events (1 "
+> "unacknowledged), worst state is WARN (Last line: Incomplete Content)"
+> "tt>
Output with less verbosity
WARN - 1 events (Worst line: "
+> "Incomplete Content)
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1279
+> msgid ""
+> "If enabled, Check_MK will create one additional check per host that does a "
+> "regular check, if the service discovery would find new services currently un-"
+> "monitored."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:347
+> msgid ""
+> "If in this time range the configured number of time the rule is triggered, "
+> "an event is being created. If the required count is not reached then the "
+> "count is reset to zero."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:685
+> msgid ""
+> "If no ICMP or TCP-SYN/RST packet is being seen from the target host for a "
+> "certain amount of time then the host is considered down. This time is "
+> "configured here. It defaults to 2.5 times of the host check interval. "
+> "Note: This setting is not measured from the point of time when "
+> "the PING packet is being sent but from the time the last packet from the "
+> "host was being seen."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:439
+> msgid ""
+> "If no explicit time range is being provided then the report default to this "
+> "range."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1122
+> msgid "If omitted then the IP address is being used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1557
+> msgid ""
+> "If one of the selected state occur, the check will repsond with a Critical "
+> "state "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:113
+> msgid "If set to 1 (default=0) also get attributes from parent folders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:174
+> msgid "If set to 1 (default=0) proceed if there are foreign changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:51
+> msgid "If set to 1(default) create non-existing folders1)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:118
+> msgid ""
+> "If sounds are enabled then the user will be alarmed by problems shown in a "
+> "Multisite status view if that view has been configured for sounds. From the "
+> "views shipped in with Multisite all problem views have sounds enabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:276
+> msgid ""
+> "If that user does not have the permission See all events then this "
+> "permission controls wether he/she can see events that are not related to a "
+> "host in the montioring and that do not have been assigned specific contract "
+> "groups to via the event rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2312
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2331
+> msgid ""
+> "If the automatic detection of the link speed does not work or the switch's "
+> "capabilities are throttled because of the network setup you can set the "
+> "assumed speed here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:836
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6725
+> msgid ""
+> "If the automatic detection of the link speed does not work you can set the "
+> "link speed here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:609
+> msgid ""
+> "If the priority of the event lies withing this range and either no text to "
+> "cancel is specified or that text also matched, then events created with this "
+> "rule will automatically be cancelled (if host, application and match groups "
+> "match)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:90
+> msgid ""
+> "If the processing of a notification fails, the notify daemon retries to send "
+> "the notification again after this time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:493
+> msgid ""
+> "If there already exists an open event because of absent messages according "
+> "to this rule, you can optionally merge the new incident with the exising "
+> "event or create a new event for each interval with absent messages."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1386
+> msgid ""
+> "If there is only one form element on the requested page, you do not need to "
+> "provide the name of that form here. But if you have several forms on that "
+> "page, you need to provide the name of the form here, to enable the check to "
+> "identify the correct form element."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1435
+> msgid ""
+> "If this option is activated then Check_MK will pad port numbers of network "
+> "interfaces with zeroes so that all port descriptions from all ports of a "
+> "host or switch have the same length and thus sort currectly in the GUI. In "
+> "versions prior to 1.1.13i3 there was no padding. You can switch back to the "
+> "old behaviour by disabling this option. This will retain the old service "
+> "descriptions and the old performance data."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:416
+> msgid ""
+> "If this option is enabled, multisite reads the configured HTTP header "
+> "variable from the incoming HTTP request and simply takes the string in this "
+> "variable as name of the authenticated user. Be warned: Only allow access "
+> "from trusted ip addresses (Apache Allow from), like proxy servers, "
+> "to this webpage. A user with access to this page could simply fake the "
+> "authentication information. This option can be useful to realize "
+> "authentication in reverse proxy environments."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6106
+> msgid ""
+> "If this option is enabled, the check monitors the list of forwarded logfiles "
+> "and will warn you if at any time a logfile is missing or exceeding when "
+> "compared to the initial list that was snapshotted during service detection. "
+> "Reinventorize this check in order to make it OK again."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:137
+> msgid ""
+> "If this option is enabled, then Multisite only show the most used context "
+> "buttons and hides the rest. Which buttons are used how often is computed "
+> "separately per user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:61
+> msgid ""
+> "If this option is set to a non-zero number, then Check_MK keeps the last "
+> "X notifications for later reference. You can replay these "
+> "notifications and analyse your set of notifications rules. This only works "
+> "with rulebased notiications. Note: only notifications sent out by the local "
+> "notification system can be tracked. If you have a distributed environment "
+> "you need to do the analysis directly on the remote sites - unless you use a "
+> "central spooling."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:398
+> msgid ""
+> "If this option is used and set to a filename, Check_MK BI will create a "
+> "logfile containing details about compiling BI aggregations. This includes "
+> "statistics and details for each executed compilation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:950
+> msgid ""
+> "If this option is used and set to a filename, Check_MK will create a logfile "
+> "containing details about connecting to LDAP and the single transactions."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2714
+> msgid ""
+> "If this parameter is set, all measured values will be averaged over the "
+> "specified time interval before levels are being applied. Per default, "
+> "averaging is turned off."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1421
+> msgid ""
+> "If this parameter is set, all measured values will be averaged over the "
+> "specified time interval before levels are being applied. Per default, "
+> "averaging is turned off. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:880
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6769
+> msgid ""
+> "If this parameter is set, all throughputs will be averaged over the "
+> "specified time interval before levels are being applied. Per default, "
+> "averaging is turned off. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:322
+> msgid ""
+> "If you activate this option, a name of a stored procedure is used instead of "
+> "an SQL statement. The procedure should return one output variable, which is "
+> "evaluated in the check. If input parameters are required, they may be "
+> "specified below."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1000
+> msgid ""
+> "If you activate this option, then the agent plugin apache_status "
+> "will be deployed. For each configured or detected Apache instance there will "
+> "be one new service with detailed statistics of the current number of clients "
+> "and processes and their various states."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:491
+> msgid ""
+> "If you activate this option, then the agent plugin mk_inventory "
+> "will be deployed on Linux hosts. It gathers information about installed "
+> "hardware and software and makes that information available in Multisite and "
+> "for exporting to third-party software. Note: in order to actually use "
+> "the inventory for a host you also need to enable it in the ruleset "href='wato.py?varname=active_checks%"
+> "3Acmk_inv&folder=&mode=edit_ruleset'>Hardware/Software-Inventory / Do "
+> "hardware/software Inventory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:946
+> msgid ""
+> "If you activate this option, then the agent plugin ngnix_status "
+> "will be deployed. For each configured or detected NGINX instance there will "
+> "be one new service with detailed statistics of the current number of clients "
+> "and processes and their various states."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1513
+> msgid ""
+> "If you are running the mkeventd as a non-root (such as in an OMD site) "
+> "please choose port number greater than 1024."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:76
+> msgid ""
+> "If you are using rule based notifications with and Bulk Notifications "
+> "then Check_MK will check for ripe notification bulks to be sent out at "
+> "latest every this interval."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1986
+> msgid ""
+> "If you check this box then only open events are honored when determining the "
+> "event state. Acknowledged events are displayed (i.e. their count) but not "
+> "taken into account."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:627
+> #, python-format
+> msgid ""
+> "If you define a text here, then it will be used in context buttons linking "
+> "to the %s instead of the regular title."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10493
+> msgid ""
+> "If you disable a connection, then no data of this site will be shown in the "
+> "status GUI. The replication is not affected by this, however."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:690
+> msgid ""
+> "If you do not specify a name here, then the TCP port number will be used as "
+> "an instance name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1975
+> msgid ""
+> "If you enable periodic notifications, then during a problem state of the "
+> "host notifications will be sent out in regular intervals until the problem "
+> "is acknowledged."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1995
+> msgid ""
+> "If you enable periodic notifications, then during a problem state of the "
+> "service notifications will be sent out in regular intervals until the "
+> "problem is acknowledged."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10453
+> msgid ""
+> "If you enable persistent connections then Multisite will try to keep open "
+> "the connection to the remote sites. This brings a great speed up in high-"
+> "latency situations but locks a number of threads in the Livestatus module of "
+> "the target site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:36
+> msgid ""
+> "If you enable the new rule based notifications then the current plain text "
+> "email and "flexible notifications" will become inactive. Instead "
+> "notificatios will be configured with the WATO module Notifications on "
+> "a global base."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1726
+> msgid ""
+> "If you enable this option then every time an event matches a rule (by normal "
+> "hit, cancelling, counting or dropping) a log entry will be written into the "
+> "log file of the mkeventd. Please be aware that this might lead to a large "
+> "number of log entries. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1615
+> msgid ""
+> "If you enable this option then the slave will automatically fallback from "
+> "takeover mode to slavemode if the master is rechable again within the "
+> "selected number of seconds since the previous unreachability (not since the "
+> "takeover)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1603
+> msgid ""
+> "If you enable this option then the slave will automatically takeover and "
+> "enable event processing if the master is for the configured number of "
+> "seconds unreachable."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:275
+> msgid ""
+> "If you enable this option, for every RMON capable switch port an additional "
+> "service will be created which is always OK and collects RMON data. This will "
+> "give you detailed information about the distribution of packet sizes "
+> "transferred over the port. Note: currently this extra RMON check does not "
+> "honor the inventory settings for switch ports. In a future version of "
+> "Check_MK RMON data may be added to the normal interface service and not add "
+> "an additional service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1168
+> msgid ""
+> "If you enable this option, then Check_MK will not directly Python-"
+> "bytecompile all host checks when activating the configuration and restarting "
+> "Nagios. Instead it will delay this to the first time the host is actually "
+> "checked being by Nagios.
This reduces the time needed for the operation, "
+> "but on the other hand will lead to a slightly higher load of Nagios for the "
+> "first couple of minutes after the restart. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:132
+> msgid ""
+> "If you enabled this option, then this action will not be available as an "
+> "interactive user command. It is usable as an ad-hoc action when a rule "
+> "fires, nevertheless."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1974
+> msgid ""
+> "If you enter an application name here then only events for that application "
+> "name are counted. You enter a regular expression here that must match a "
+> "part of the application name. Use anchors ^ and $ "
+> "if you need a complete match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1962
+> msgid ""
+> "If you enter an item name here, this will be used as part of the service "
+> "description after the prefix \"Events \". The prefix plus the configured "
+> "item must result in an unique service description per host. If you leave "
+> "this empty either the string provided in \"Application\" is used as item or "
+> "the service gets no item when the \"Application\" field is also not "
+> "configured."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8633
+> msgid ""
+> "If you enter the names of host/service-custom macros here then for each "
+> "different combination of values of those macros a separate bulk will be "
+> "created. This can be used in combination with the grouping by folder, host "
+> "etc. Omit any leading underscore. Note: If you are using Nagios as a "
+> "core you need to make sure that the values of the required macros are "
+> "present in the notification context. This is done in check_mk_templates."
+> "cfg. If you macro is _FOO then you need to add the variables "
+> "NOTIFY_HOST_FOO and NOTIFY_SERVICE_FOO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16968
+> msgid ""
+> "If you have a large number of aggregations that cover only one host and "
+> "maybe its parents (such as Check_MK cluster hosts), then please enable this "
+> "optimization. It reduces the time for the computation. Do not enable "
+> "this for aggregations that contain data of more than one host!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:213
+> msgid ""
+> "If you leave user name and password empty, the special agent tries to "
+> "authenticate against the EMC VNX device by Security Files. These need to be "
+> "created manually before using. Therefor run as instance user (if using OMD) "
+> "or Nagios user (if not using OMD) a command like naviseccli -"
+> "AddUserSecurity -scope 0 -password PASSWORD -user USER This creates "
+> "SecuredCLISecurityFile.xml and SecuredCLIXMLEncrypted.key "
+> "in the home directory of the user and these files are used then."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7238
+> msgid ""
+> "If you need help during configuration or experience problems, please refer "
+> "to the Multisite "checkmk_multisite_ldap_integration.html\">LDAP Documentation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4916
+> msgid ""
+> "If you need the number or the name depends on the check. Just take a look to "
+> "the service description. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6912
+> #, python-format
+> msgid ""
+> "If you proceed now, all hosts, folders, rules and other configurations done "
+> "with WATO will be deleted! Please consider making a snapshot before you do "
+> "this. Snapshots will not be deleted. Also the password of the currently "
+> "logged in user (%s) will be kept.
Do you really want to delete all or "
+> "your configuration data?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1880
+> msgid ""
+> "If you select a contact group here, then all notifications of hosts and "
+> "services in that contact group will be sent to the event console. Note"
+> "b>: you still need to create a rule matching those messages in order to have "
+> "events created. Note (2): If you are using the Check_MK Micro Core "
+> "then this setting is deprecated. Please use the notification plugin "
+> "Forward Notification to Event Console instead."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:289
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:445
+> msgid ""
+> "If you set a limit here then there will never be fetched and rendered more "
+> "data rows than you specify here. This can save you against reports will a "
+> "thousend pages in cases of an invalid filter specification or the like."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:517
+> msgid ""
+> "If you set a livetime of an event, then it will automatically be deleted "
+> "after that time if, even if no action has taken by the user. You can decide "
+> "whether to expire open, acknowledged or both types of events. The lifetime "
+> "always starts when the event is entering the open state."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:201
+> msgid ""
+> "If you set this parameter then the notifications will be sent via syslog/UDP "
+> "(port 514) to a remote Event Console or syslog server."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1199
+> msgid ""
+> "If you set this to Nagios command pipe, then Check_MK will write its "
+> "check results into the Nagios command pipe. This is the classical way. "
+> "Choosing Create check files skips one phase in the Nagios core and "
+> "directly creates Nagios check files. This reduces the overhead but might not "
+> "be compatible with other monitoring cores."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1762
+> msgid ""
+> "If you specify a check period for a host then active checks of that host "
+> "will only take place within that period. In the rest of the time the state "
+> "of the host will stay at its last status."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:388
+> msgid ""
+> "If you specify a hostname here, then a dynamic DNS lookup will be done "
+> "instead of using the IP address of the host as configured in your host "
+> "properties."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1683
+> msgid ""
+> "If you specify a notification period for a Check_MK service then results "
+> "will be processed only within this period."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1916
+> msgid ""
+> "If you specify a notification period for a host then notifications about "
+> "problems of that host (not of its services!) will only be sent if those "
+> "problems occur within the notification period. Also you can filter out "
+> "problems in the problems views for objects not being in their notification "
+> "period (you can think of the notification period as the 'service time'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1673
+> msgid ""
+> "If you specify a notification period for a service then active checks of "
+> "that service will only be done in that period. Please note, that the checks "
+> "driven by Check_MK are passive checks and are not affected by this rule. You "
+> "can use the rule for the active Check_MK check, however."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1928
+> msgid ""
+> "If you specify a notification period for a service then notifications about "
+> "that service will only be sent if those problems occur within the "
+> "notification period. Also you can filter out problems in the problems views "
+> "for objects not being in their notification period (you can think of the "
+> "notification period as the 'service time'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:82
+> msgid ""
+> "If you specify an URL prefix here, then several parts of the email body are "
+> "armed with hyperlinks to your Check_MK GUI, so that the recipient of the "
+> "email can directly visit the host or service in question in Check_MK. "
+> "Specify an absolute URL including the .../check_mk/"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:232
+> msgid ""
+> "If you think this is an error, please ask your administrator to check the "
+> "permissions configuration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8287
+> msgid ""
+> "If you uncheck this option then users are not allowed to deactive "
+> "notifications that are created by this rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1466
+> msgid ""
+> "If you use this option, then traceroute is not being called "
+> "with the option -n. That means that all IP addresses are tried to "
+> "be converted into names. This usually adds additional execution time. Also "
+> "DNS resolution might fail for some addresses."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2279
+> msgid ""
+> "If you use this parameter then the check goes warning if the interface is "
+> "not operating at the expected speed (e.g. it is working with 100MBit/s "
+> "instead of 1GBit/s.Note: some interfaces do not provide speed "
+> "information. In such cases this setting is used as the assumed speed when it "
+> "comes to traffic monitoring (see below)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12119
+> msgid ""
+> "If you want the user to be able to login then specify a password here. Users "
+> "without a login make sense if they are monitoring contacts that are just "
+> "used for notifications. The repetition of the password is optional.
For "
+> "accounts used by automation processes (such as fetching data from views for "
+> "further procession), set the method to secret. The secret will be "
+> "stored in a local file. Processes with read access to that file will be able "
+> "to use Multisite as a webservice without any further configuration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2485
+> msgid ""
+> "If you want to make sure all of your Check_MK agents are running one "
+> "specific version, you may set it by this rule. Agents running some "
+> "different version return a none ok state then"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:178
+> msgid ""
+> "If you want to run your own custom agent plugins on Windows, simply put them "
+> "into the subdirectory plugins of your agent's installation "
+> "directory. Local checks work just the same, but are installed in "
+> "local. Plugins that are deployed with the agent bakery are "
+> "installed by the MSI installer into the same directory. This ruleset limits "
+> "the file extensions that the agent will run. This for example avoids "
+> "starting a Notepad when a file with the extention .txt is found. "
+> "Note: If you remove some of the default extensions, not all of the "
+> "shipped agent plugins will continue to work!
Specify the extensions "
+> "in lower case and without a leading dot."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1207
+> msgid ""
+> "If you want, you can specify a name that will be used in the define "
+> "command section for these checks. This allows you to a assign a custom "
+> "PNP template for the performance data of the checks. If you omit this, then "
+> "check-mk-custom will be used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:48
+> msgid ""
+> "If you work with rule based notifications then you should configure an email "
+> "address here. In case of a hole in your notification rules a notification "
+> "will be sent to this address. This makes sure that in any case someone"
+> "i> gets notified."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1985
+> msgid "Ignore Acknowledged Events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10524
+> msgid "Ignore SSL certificate errors"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:497
+> msgid "Ignore core restarts shorter than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:140
+> msgid "Ignore hard query limit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:467
+> msgid "Ignore intervals shorter or equal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:407
+> msgid "Ignore notification period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:230
+> msgid "Ignore scheduled downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:135
+> msgid "Ignore soft query limit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2305
+> msgid "Ignore the operational state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3515
+> msgid "Ignore the state of the Job"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2489
+> msgid "Ignore the version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2885
+> msgid "Ignored autostart services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:351
+> msgid "Immediately scheduled checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7519
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7526
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1422
+> msgid "Immediately toggle this setting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3666
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9595
+> msgid "Import"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9236
+> msgid "Import iCalendar"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9517
+> msgid "Import iCalendar File"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9510
+> msgid "Import iCalendar File to create a Timeperiod"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:570
+> msgid "Import state from Nagios core"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3640
+> #, python-format
+> msgid ""
+> "Imported %d hosts, but skipped %d hosts. Hosts might be skipped when they "
+> "already exist or contain illegal chars."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3643
+> #, python-format
+> msgid "Imported %d hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4266
+> msgid "Impose levels on number of processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4039
+> msgid "Impose limits on the size of the database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:118
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:149
+> msgid "In Downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1543
+> #, python-format
+> msgid ""
+> "In Multisite setups if you want event status checks for "
+> "hosts that live on a remote site you need to activate remote access to the "
+> "event status socket via TCP. This allows to query the current event status "
+> "via TCP. If you do not restrict this to queries also event actions are "
+> "possible from remote. This feature is not used by the event status checks "
+> "nor by Multisite so we propose not allowing commands via TCP."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2030
+> msgid ""
+> "In a distributed setup where the Event Console is not running in the same "
+> "site as the host is monitored you need to access the remote Event Console "
+> "via TCP. Please make sure that this is activated in the global settings of "
+> "the event console. The default port number is 6558."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:150
+> msgid "In case of an error"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:134
+> msgid ""
+> "In case of an illegal exception the Micro Core can dump core. This helps "
+> "post-mortem debugging but can create a file with several MB in size."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:869
+> msgid "In case of an overflow..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:38
+> msgid ""
+> "In case the name of the host is not resolvable via /etc/hosts or "
+> "DNS by your monitoring server, you can specify an explicit IP address or a "
+> "resolvable DNS name of the host here.
Notes:
1. If you leave "
+> "this attribute empty, hostname resolution will be done when you activate the "
+> "configuration. Check_MKs builtin DNS cache is activated per default in the "
+> "global configuration to speed up the activation process. The cache is "
+> "normally updated daily with a cron job. You can manually update the cache "
+> "with the command cmk -v --update-dns-cache.
2. If you enter a "
+> "DNS name here, the DNS resolution will be carried out each time the host is "
+> "checked. Check_MKs DNS cache will NOT be queried. Use this only for hosts "
+> "with dynamic IP addresses."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:640
+> msgid "In notification period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:471
+> msgid ""
+> "In order to avoid large timeouts in case of oversized history logfiles the "
+> "core limits the number of lines read from history logfiles. The limit is on "
+> "a per-file-base and can be configred here. Exceeding lines are simply "
+> "ignored and an error is logged in the the CMC daemon logfile."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:437
+> msgid ""
+> "In order to keep the core simple, Check_MK pre-computes all transitions for "
+> "all timeperiods in advance. Since that cannot be done until infinity you "
+> "need to specify the number of days for the precomputation. After that time "
+> "all periods remain in their last state. Make sure that you Activate "
+> "Changes before that time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1088
+> msgid ""
+> "In order to make Check_MK more consistent, the descriptions of several "
+> "services have been renamed in newer Check_MK versions. One example is the "
+> "filesystem services that have been renamed from fs_ into "
+> "Filesystem. But since renaming of existing services has many "
+> "implications - including existing rules, performance data and availability "
+> "history - these renamings are disabled per default for existing "
+> "installations. Here you can switch to the new descriptions for selected "
+> "check types"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:455
+> msgid ""
+> "In order to speed up queries for historic data, the core keeps an in-memory "
+> "cache of log file message. This number can be configured here. A larger "
+> "number needs more RAM. Note: even if you set this to 0 there might be some "
+> "cases where messages need to be cached anyway."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:692
+> msgid "In relation to normal check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15439
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15482
+> msgid "In relation to standard deviation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:419
+> msgid ""
+> "In the history file all events like notifications and alerts are saved. This "
+> "file is being renamed and restarted on a regular basis, which can be "
+> "configured here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:83
+> msgid ""
+> "In this directory will be installed check_mk_agent, waitmax"
+> "tt> and possibly other binaries that are needed by the agent."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1657
+> msgid ""
+> "In this interval the event daemon will save its state to disk, so that you "
+> "won't loose your current event state in case of a crash."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:515
+> msgid "In-memory cache for availability data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:658
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1174
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6150
+> msgid "Include Pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3877
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4293
+> msgid "Include all subfolders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:391
+> msgid "Include both service and non-service times"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:264
+> msgid "Include unmonitored time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:321
+> msgid ""
+> "Incoming messages might trigger actions (when configured above), afterwards "
+> "only an entry in the event history will be left. There will be no \"open "
+> "event\" to be handled by the administrators."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:819
+> #, python-format
+> msgid "Incomplete implementation of filter %s '%s': missing display()"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3667
+> msgid "Indexes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:235
+> msgid ""
+> "Individual patterns matching the text (which must have been matched by the "
+> "generic \"text to match pattern\" before) which set the state of the "
+> "generated event depending on the match.
First the CRITICAL pattern is "
+> "tested, then WARNING and OK at last. When none of the patterns matches, the "
+> "events state is set to UNKNOWN."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:35
+> msgid "Individual program call instead of agent access"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13670
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13735
+> msgid "Ineffective rules"
+> msgstr "Reguli neaplicate"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:549
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1822
+> msgid "Info"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:949
+> msgid ""
+> "Information about events and actions on events during the recent 24 hours."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:217
+> msgid "Information about size, age and count of files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:64
+> msgid "Information to be displayed in the email body"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:84
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+> msgid "Informational"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6196
+> msgid "Inherited from "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:342
+> msgid "Initial Scheduling"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:178
+> msgid "Initial expansion of aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:392
+> msgid "Initialized GIT for Check_MK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:367
+> msgid "Innovaphone Gateways"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2518
+> msgid "Innovaphone Memory Usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:335
+> msgid "Input Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:337
+> msgid ""
+> "Input parameters, if required by the database procedure. If several "
+> "parameters are required, use commas to separate them."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14330
+> msgid "Insert a copy of this rule in current folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:106
+> msgid "Insert the text to be sent to all reciepents."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14173
+> #, python-format
+> msgid "Inserted new rule in ruleset %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4200
+> msgid "Inserts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:445
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:460
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:640
+> msgid "Install Date"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:77
+> msgid "Installation paths for agent files (Linux, UNIX)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:213
+> msgid "Installed, stopped and running services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5944
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5972
+> msgid "Instance name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:787
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1160
+> msgid "Instances to monitor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:118
+> msgid "Instant Reports - PDF Export"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6017
+> msgid ""
+> "Instead of using the regular logwatch check all lines received by logwatch "
+> "can be forwarded to a Check_MK event console daemon to be processed. The "
+> "target event console can be configured for each host in a separate rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:36
+> msgid "Interactive search field for direct access to hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:69
+> msgid ""
+> "Interactively change the automatic browser reload of a view being displayed "
+> "(does not edit or customize the view)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:64
+> msgid ""
+> "Interactively change the number of columns being displayed by a view (does "
+> "not edit or customize the view)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6487
+> msgid "Interface"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4465
+> msgid "Interface port type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2851
+> msgid "Intermittent heartbeat"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1800
+> msgid "Internal Command for Hosts Check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12489
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13177
+> msgid "Internal ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11283
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11354
+> #, python-format
+> msgid "Internal automation error: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11281
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11352
+> #, python-format
+> msgid ""
+> "Internal automation error: %s\n"
+> "%s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1206
+> msgid "Internal command name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1877
+> msgid "Internal directory name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:315
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:317
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:319
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:322
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:325
+> msgid "Internal error"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9739
+> msgid "Internal name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:362
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:421
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:611
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1011
+> msgid "Interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:537
+> msgid "Interval for checking Plesk backups:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:75
+> msgid "Interval for checking for ripe bulk notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:519
+> msgid "Interval for checking for updates:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:582
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:602
+> msgid "Interval for collecting data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:501
+> msgid "Interval for collecting data:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:336
+> msgid "Interval of sidebar popup notification updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:316
+> msgid "Interval of sidebar status updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1430
+> msgid "Interval to monitor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1972
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1992
+> msgid "Interval:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1627
+> msgid ""
+> "Intervals for checking, retries, clustering, configuration for inventory and "
+> "similar"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:558
+> msgid "Invalid IP address syntax"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/weblib.py:123
+> msgid "Invalid action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:656
+> #, python-format
+> msgid "Invalid argument name %s. Must begin with 'a' or end with 's'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17248
+> msgid ""
+> "Invalid attribute name. Only the characters a-z, A-Z, 0-9, _ and - are "
+> "allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11247
+> #, python-format
+> msgid "Invalid automation command: %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:143
+> #, python-format
+> msgid "Invalid automation secret for user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11215
+> msgid "Invalid automation secret."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:564
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:621
+> msgid "Invalid bookmark id."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11271
+> msgid "Invalid call: The profile is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11317
+> msgid "Invalid call: The snapshot is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3275
+> #, python-format
+> msgid "Invalid check parameter: %s!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:44
+> msgid "Invalid configuration hash"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:119
+> msgid "Invalid credentials"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:224
+> msgid "Invalid credentials."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:861
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1048
+> msgid "Invalid dashlet id"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:641
+> msgid "Invalid dashlet ident provided."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2971
+> msgid "Invalid datatype of timestamp: must be int or float."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6770
+> msgid "Invalid download file specified."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6852
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6874
+> msgid "Invalid file specified."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6811
+> msgid "Invalid filename"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1816
+> #, python-format
+> msgid "Invalid fixel element type '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1912
+> msgid ""
+> "Invalid folder name. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8012
+> msgid ""
+> "Invalid group name. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2180
+> msgid ""
+> "Invalid host name: must contain only characters, digits, dash, underscore "
+> "and dot."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:49
+> msgid "Invalid hostname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/inventory.py:65
+> msgid "Invalid inventory path. Must start with dot."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:234
+> msgid "Invalid login credentials."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:161
+> msgid "Invalid notitification method selected."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:530
+> msgid "Invalid number of bits. Must be in range 1 ... 32"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:553
+> #, python-format
+> msgid "Invalid octet %d (must be in range 1 ... 255)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:56
+> msgid "Invalid or no package type specified"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:2387
+> #, python-format
+> msgid "Invalid path %s in inventory tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1114
+> msgid "Invalid regular expression"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:398
+> #, python-format
+> msgid "Invalid regular expression '%s': %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:226
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:473
+> #, python-format
+> msgid "Invalid regular expression: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1869
+> #, python-format
+> msgid "Invalid report element type '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12451
+> msgid ""
+> "Invalid role ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14473
+> #, python-format
+> msgid "Invalid rule %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6473
+> #, python-format
+> msgid "Invalid snapshot (contains invalid tarfile %s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6464
+> msgid "Invalid snapshot (incorrect file extension)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6479
+> #, python-format
+> msgid "Invalid snapshot (missing file: %s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6454
+> msgid "Invalid snapshot (too small)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6605
+> msgid "Invalid snapshot requested"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:516
+> msgid "Invalid syntax in FOREACH_..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12979
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13024
+> msgid "Invalid tag ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13055
+> msgid ""
+> "Invalid tag group ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3038
+> msgid "Invalid test."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2010
+> #, python-format
+> msgid "Invalid time format '%s', please use 24:00 format."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9721
+> msgid ""
+> "Invalid timeperiod name. Only the characters a-z, A-Z, 0-9, _ and - are "
+> "allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12462
+> msgid "Invalid valid for based on. Must be id of builtin rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1239
+> #, python-format
+> msgid "Invalid value %s, must be in %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:275
+> msgid "Invalid value for ack parameter."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:151
+> #, python-format
+> msgid "Invalid value, must be '%r' but is '%r'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1494
+> msgid "Inventorize empty windows dhcp pools"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3729
+> #, python-format
+> msgid "Inventorized %s
\n"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2564
+> msgid "Inventorized check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3732
+> #, python-format
+> msgid "Inventorized host: %d added, %d removed, %d kept, %d total services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:88
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:101
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:386
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:476
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:478
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:515
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:622
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:660
+> msgid "Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:44
+> msgid "Inventory - automatic service detection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:88
+> msgid "Inventory Tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2068
+> msgid "Inventory and Check_MK settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4432
+> msgid "Inventory mode for Disk IO check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1477
+> msgid "Inventory mode for disk IO checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:477
+> msgid "Inventory of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:648
+> msgid "Inventory: Software Packages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:159
+> #, python-format
+> msgid "Is needed for seeing %s that other users have created."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:456
+> msgid "Is summary host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8673
+> msgid ""
+> "It does not make sense to add a bulk configuration for cancelling rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10519
+> msgid ""
+> "It is a good idea to disable access to WATO completely on the slave site. "
+> "Otherwise a user who does not now about the replication could make local "
+> "changes that are overridden at the next configuration activation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1104
+> msgid "It is not allowed to change the ID of an existing rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:127
+> msgid ""
+> "It is possible to automatically delete messages when the configured time is "
+> "reached. This makes it possible to inform users about a scheduled event but "
+> "suppress the notification after the event has happened."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1060
+> msgid ""
+> "It is possible to create maps representing the WATO folder hierarchy within "
+> "NagVis by naming the maps like the folders are named internally. To make the "
+> "restriction of access to the maps as comfortable as possible, the "
+> "permissions configured within WATO can be exported to NagVis."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:913
+> msgid ""
+> "It is possible to fetch several attributes of users, like Email or full "
+> "names, from the LDAP directory. This is done by plugins which can "
+> "individually enabled or disabled. When enabling a plugin, it is used upon "
+> "the next synchonisation of user accounts for gathering their attributes. The "
+> "user options which get imported into Check_MK from LDAP will be locked in "
+> "WATO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17315
+> msgid "It is possible to let users edit their custom attributes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:58
+> msgid ""
+> "It is possible to profile the rendering process of Multisite pages. This Is "
+> "done using the Python module cProfile. When enabled two files are placed "
+> "into the Multisite var directory named multisite.profile
and "
+> "multisite.profile.py
. By executing the later file you can get "
+> "runtime statistics about the last processed page."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7890
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9248
+> msgid "It is still in use by"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2116
+> msgid ""
+> "It's possible to have clusters that share nodes. You could say that such "
+> "clusters "overlap". In such a case using the ruleset Clustered "
+> "services is not sufficient since it would not be clear to which of the "
+> "several possible clusters a service found on such a shared node should be "
+> "assigned to. With this ruleset you can assign services and explicitely "
+> "specify which cluster assign them to."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2619
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3247
+> msgid "Item"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1961
+> msgid "Item (Used in service description)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:699
+> msgid "JMX monitoring of Java JVMs using Jolokia"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:111
+> msgid "JSON data export"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:118
+> msgid "JSON data output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:130
+> msgid "JSONP data output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5780
+> msgid "JVM Execute Queue Count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6860
+> msgid "JVM garbage collection levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5812
+> msgid "JVM memory levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5741
+> msgid "JVM request count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5702
+> msgid "JVM session count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5640
+> msgid "JVM threads"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6904
+> msgid "JVM tomcat threadpool levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5668
+> msgid "JVM uptime (since last reboot)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+> msgid "January"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3512
+> msgid "Job State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3766
+> msgid "Job name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3725
+> msgid "Jobname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:497
+> msgid "Joined column"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+> msgid "July"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1569
+> msgid "Jump one phase back"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1571
+> msgid "Jump one phase forth"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+> msgid "June"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2588
+> msgid "Juniper Memory Usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1304
+> msgid "Just rely on existing check files, detect new items only"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13470
+> msgid "Just remove the affected tags from the rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:379
+> msgid "Just show the availability (i.e. OK/UP)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:478
+> msgid "Kasperksy Anti-Virus (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:515
+> msgid ""
+> "Keep in mind that all configuration parameters in this rule are only applied "
+> "during the hosts inventory. Any changes later on require a host re-inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2700
+> #, python-format
+> msgid ""
+> "Keep in mind that if you have 1GB RAM and 1GB SWAP you need to specify 120% "
+> "or 1200MB to get an alert if there is only 20% free RAM available. The free "
+> "memory levels do not work with the fortigate check, because it does not "
+> "provide total memory data."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:446
+> msgid "Kernel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:447
+> msgid "Kernel Architecture"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:446
+> msgid "Kernel Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1791
+> msgid "LAST_ACK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1152
+> msgid "LDAP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1151
+> msgid "LDAP (Active Directory, OpenLDAP)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:912
+> msgid "LDAP Attribute Sync Plugins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:928
+> msgid "LDAP Cache Livetime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7160
+> msgid "LDAP Configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:660
+> msgid "LDAP Connection Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1056
+> #, python-format
+> msgid "LDAP Connector: Created user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1075
+> #, python-format
+> msgid "LDAP Connector: Modified user %s (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1023
+> #, python-format
+> msgid "LDAP Connector: Removed user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:863
+> msgid "LDAP Group Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:665
+> msgid "LDAP Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11653
+> msgid "LDAP Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:777
+> msgid "LDAP User Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:713
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:911
+> msgid "LDAP Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:805
+> msgid "LDAP attribute to be used as indicator"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:867
+> msgid "LDAP attribute to search, The default is (objectclass=*)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:723
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:741
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:827
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:852
+> msgid "LDAP attribute to sync"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:858
+> msgid "LDAP base, e.g. ou=Development, o=Mathias Kettner GmbH, c=de"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:948
+> msgid "LDAP connection diagnostics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:208
+> #, python-format
+> msgid ""
+> "LDAP connection failed:\n"
+> "%s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:755
+> msgid ""
+> "LDAP searches can be performed in paginated mode, for example to improve the "
+> "performance. This enables pagination and configures the size of the pages."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:207
+> msgid "Labelling Options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15658
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:784
+> msgid "Language"
+> msgstr "Limba"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:364
+> msgid "Last"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:127
+> msgid "Last Entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:951
+> msgid "Last Error"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1016
+> msgid "Last Known Plugin Output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1265
+> #, python-format
+> msgid "Last LDAP sync failed! %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:548
+> msgid "Last OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:948
+> msgid "Last Run"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:663
+> msgid "Last host check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:662
+> msgid "Last host state change"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2125
+> msgid "Last month"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:189
+> msgid "Last occurrance of event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4801
+> msgid "Last result"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:660
+> msgid "Last service check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:659
+> msgid "Last service state change"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1290
+> #, python-format
+> msgid "Last successful sync %d seconds ago."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2122
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2194
+> msgid "Last week"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2128
+> msgid "Last year"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:578
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:978
+> msgid "Latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:428
+> msgid "Leave this empty or at 0 for no automatic reload."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:501
+> msgid "Left"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8683
+> msgid ""
+> "Legacy ASCII Emails do not support bulking. You can either disable "
+> "notification bulking or choose another notification plugin which allows "
+> "bulking."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2372
+> msgid "Legacy SNMP devices using SNMP v2c"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3222
+> msgid "Legacy services (defined in main.mk)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:40
+> msgid "Legal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1995
+> msgid "Less Verbose Output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11544
+> msgid "Let through notifications counting from this number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8421
+> msgid ""
+> "Let through notifications counting from this number. For normal alerts The "
+> "first notification has the number 1. For custom notifications the number is "
+> "0."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8430
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11551
+> msgid "Let through notifications counting upto this number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:39
+> msgid "Letter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:126
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:385
+> msgid "Level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:61
+> msgid "Level (0...9)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:562
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3152
+> msgid "Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:30
+> msgid ""
+> "Levels and other parameters for checks found by the Check_MK service "
+> "discovery.\n"
+> "Use these rules in order to define parameters like filesystem levels, levels "
+> "for CPU load and other things for services that have been found by the "
+> "automatic service discovery of Check_MK."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2013
+> #, python-format
+> msgid "Levels for %s %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5493
+> msgid "Levels for ATS Output parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6343
+> msgid "Levels for Airflow Deviation measured at airflow sensors "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5231
+> msgid "Levels for Gude PDU Devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2093
+> msgid "Levels for Inodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6358
+> msgid "Levels for Number of Licenses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6531
+> msgid "Levels for Stratum "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5536
+> msgid "Levels for airflow"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5568
+> msgid "Levels for battery parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3477
+> msgid "Levels for checkpoint time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2267
+> msgid "Levels for error rates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2066
+> msgid "Levels for filesystem"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2074
+> msgid "Levels for filesystem free space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2699
+> msgid "Levels for free memory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2649
+> msgid "Levels for memory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4106
+> msgid "Levels for minimum wait time for a lock"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2969
+> msgid "Levels for printer cartridges."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:432
+> msgid "Levels for process count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3453
+> msgid "Levels for remaining undo retention"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1517
+> msgid "Levels for signal/noise ratio"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3263
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3285
+> msgid "Levels for the Tablespace size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:728
+> msgid "Levels for the consumer count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5010
+> msgid "Levels for the electrical power consumption of a device "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4993
+> msgid ""
+> "Levels for the electrical power consumption of a device like a UPS or a PDU. "
+> "Several phases may be addressed independently."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4976
+> msgid ""
+> "Levels for the nominal frequencies of AC devices like UPSs or PDUs. Several "
+> "phases may be addressed independently."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6846
+> msgid "Levels for the number of active plugs in a devices."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3847
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4066
+> msgid "Levels for the number of sessions that are currently active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4838
+> msgid "Levels for the number of sessions that are currently inactive"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2150
+> msgid "Levels for the percentual growth per time range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:719
+> msgid "Levels for the queue length"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1136
+> msgid "Levels for used disk space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2662
+> msgid "Levels for used memory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3353
+> msgid "Levels for used processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3398
+> msgid "Levels for used space (reclaimable is considered as free)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4130
+> msgid "Levels of active sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5454
+> msgid "Levels of battery parameters after calibration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5409
+> msgid "Levels of battery parameters during normal operation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4519
+> msgid "Levels of folders to create"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:460
+> msgid "Levels on CPU utilization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4351
+> msgid "Levels on disk IO (throughput)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5351
+> msgid "Levels on the time left until limit is reached"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2157
+> msgid "Levels on the time left until the filesystem gets full"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2143
+> msgid "Levels on trends in MB per time range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5342
+> msgid "Levels on trends in degrees Celsius per time range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:92
+> msgid "License Usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:292
+> msgid "Licensing Status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:625
+> msgid "Limit Path Levels for Service Names"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:742
+> msgid "Limit SNMP OID Ranges for Bulkwalks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:516
+> msgid "Limit event livetime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15450
+> msgid "Limit for upper bound dynamic levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:177
+> msgid "Limit script types to execute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:513
+> msgid ""
+> "Limit the execution time of the query, in order to avoid a hanging system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:288
+> msgid "Limit the number of rows"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:444
+> msgid "Limit the number of rows in View tables"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:177
+> msgid "Limit the number of rows shown in tables"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11602
+> msgid "Limit to the following hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11611
+> msgid "Limit to the following services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5215
+> msgid "Limits for the number of used states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:513
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1851
+> msgid "Line"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5264
+> msgid "Line Mean Apparent Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:105
+> msgid "Line number in history logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:512
+> msgid "Line number in log file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:475
+> msgid "Line spacing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:477
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:510
+> msgid "Link"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:956
+> msgid "Link of Title"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1384
+> msgid "Link view showing all hosts of one site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:314
+> msgid "Linkable view showing all comments of a specific host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:340
+> msgid "Linkable view showing all comments of a specific service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5297
+> msgid "Linkinfo"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:992
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:88
+> msgid "Links"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:182
+> msgid "Links to all dashboards"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:126
+> msgid "Links to global views and dashboards"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1223
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1224
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1225
+> msgid "Linux"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:107
+> msgid "Linux Agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4595
+> msgid "Linux Multipath Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:225
+> msgid ""
+> "List all allowed expected answers here. If query for an IP address then the "
+> "answer will be host names, that end with a dot."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2773
+> msgid ""
+> "List of all aggregations, containing the name of aggregations and state "
+> "information"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/nagvis_maps.py:41
+> msgid ""
+> "List of available NagVis maps. This only works with NagVis 1.5 and above. At "
+> "the moment it is neccessarry to authenticate with NagVis first by opening a "
+> "NagVis map in the browser. After this the maplist should be filled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6114
+> msgid "List of expected logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16936
+> msgid ""
+> "List of groups in which to show this aggregation. Usually each aggregation "
+> "is only in one group. Group names are arbitrary texts. At least one group is "
+> "mandatory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2350
+> msgid "Lists all aggregations which only rely on information of one host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:498
+> msgid "Lists all downtimes for services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:472
+> msgid "Lists all host downtimes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1072
+> msgid "Lists all services in state PENDING."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:767
+> msgid ""
+> "Lists members of a host group with the number of services in the different "
+> "states."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:659
+> msgid "Live monitor of the overall performance of all monitoring servers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:66
+> msgid ""
+> "Live monitor of the performance statistics of the Check_MK Micro Core. Note: "
+> "this snapin only works if all of your sites are running the Check_MK "
+> "Cores"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4784
+> msgid "Livestatus"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1249
+> msgid "Livestatus error"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:298
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:300
+> msgid "Livestatus problem"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:301
+> #, python-format
+> msgid "Livestatus problem: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10424
+> msgid "Livestatus settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:288
+> msgid "Livestatus-data not found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5116
+> msgid "Load"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6417
+> msgid "Load of Citrix Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:424
+> msgid "Local"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:70
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:105
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:117
+> msgid "Local Authentication Data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:549
+> msgid "Local DNS resolving (Linux, Unix)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1917
+> msgid "Local IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1918
+> msgid "Local port number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:70
+> msgid "Local processing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3780
+> msgid "Lock Requests / sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3790
+> msgid "Lock Timeouts / sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3810
+> msgid "Lock Waits / sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:965
+> msgid "Lock user accounts after N logon failures"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11764
+> msgid "Locked"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1058
+> msgid "Locks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:64
+> msgid "Log Entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1703
+> msgid "Log all messages into syslog-like logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1725
+> msgid "Log hits for rules in log of mkeventd"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:72
+> msgid "Log level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:95
+> msgid "Log level for Livestatus"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:198
+> msgid "Log out"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1638
+> msgid "Log replication events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1724
+> msgid "Log rule hits"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1778
+> msgid "Log: command/plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1835
+> msgid "Log: comment"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1714
+> msgid "Log: complete message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1772
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:740
+> msgid "Log: contact name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1857
+> msgid "Log: day of entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1842
+> msgid "Log: entry time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1766
+> msgid "Log: event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1814
+> msgid "Log: event icon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1821
+> msgid "Log: informational part of message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1850
+> msgid "Log: line number in log file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:739
+> msgid "Log: message type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1754
+> msgid "Log: number of check attempt"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1747
+> msgid "Log: output of check plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:738
+> msgid "Log: plugin output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1872
+> msgid "Log: state of host/service at log time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1760
+> msgid "Log: type of state (hard/soft/stopped/started)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:689
+> msgid "Logentry class"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:126
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16141
+> msgid "Logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6131
+> msgid "Logfile Grouping Patterns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16098
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18665
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:68
+> msgid "Logfile Pattern Analyzer"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16166
+> msgid "Logfile Patterns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16102
+> #, python-format
+> msgid "Logfile Patterns of Host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16104
+> #, python-format
+> msgid "Logfile Patterns of Logfile %s on Host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16100
+> #, python-format
+> msgid "Logfile Patterns of Logfile %s on all Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:396
+> msgid "Logfile for BI compilation diagnostics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2383
+> msgid "Logfile information of logwatch plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5956
+> msgid "Logfile name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:85
+> msgid "Logfile pattern rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:103
+> #, python-format
+> msgid "Logfiles of Host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:170
+> #, python-format
+> msgid "Logfiles of Host %s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9921
+> #, python-format
+> msgid "Logged out of remote site '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9922
+> msgid "Logged out."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:144
+> msgid "Logging of RRD creation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:170
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:280
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9981
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10063
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10070
+> msgid "Login"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1143
+> msgid "Login Defauts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9962
+> msgid "Login credentials"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12134
+> msgid "Login disabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1156
+> msgid "Login for ASM"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1153
+> msgid "Login for selected databases"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9958
+> #, python-format
+> msgid "Login into site '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:671
+> msgid "Login mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12134
+> msgid "Login possible"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1100
+> msgid "Login with the following credentials"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:205
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:129
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10067
+> msgid "Logout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1048
+> msgid "Logswitches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:148
+> msgid "Logwatch Data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6014
+> msgid "Logwatch Event Console Forwarding"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:59
+> msgid "Logwatch Patterns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1047
+> msgid "Long active sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:155
+> msgid "Long output of check plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:361
+> msgid "Long output of check plugin (multiline)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1173
+> msgid "Longest"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1670
+> msgid "Loop duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:46
+> msgid "Loose - Contacts for hosts see all services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:56
+> msgid "Loose - Sufficient to be contact for one member"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7072
+> msgid "Lotus Domino Mail Queues"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:514
+> msgid "Lotus Domino Task Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7012
+> msgid "Lotus Domino Tasks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7116
+> msgid "Lotus Domino Transactions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7102
+> msgid "Lotus Domino Users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:837
+> msgid "Lower Case User-IDs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5183
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5540
+> msgid "Lower levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:353
+> msgid "Lower levels for first output item"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5182
+> msgid "Lower levels for the fan speed of a hardware device"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16395
+> msgid "Lvl"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2006
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2007
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2546
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2547
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2572
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2573
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2616
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2617
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2674
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2675
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2693
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2694
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3275
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3276
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3297
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3298
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3320
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4034
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4035
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5832
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5833
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5851
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5852
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5870
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5871
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:72
+> msgid "MB"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2145
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2146
+> msgid "MB / range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3879
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3880
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3886
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3887
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4357
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4363
+> msgid "MB/s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:827
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:828
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6716
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6717
+> msgid "MByte/s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2262
+> msgid "MD5"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:293
+> msgid "MDisks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:294
+> msgid "MDisksGrps"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:944
+> msgid "MESSAGE: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:73
+> msgid "MHz"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1661
+> msgid "MI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:120
+> msgid "MK Remote Plugin Executor (MRPE)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1955
+> msgid "MS Exchange Message Queues"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:291
+> msgid "MSSQL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3774
+> msgid "MSSQL Locks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3630
+> msgid "MSSQL Size of Tablespace"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3611
+> msgid "MSSQL Time since last Backup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14257
+> msgid "Ma."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:139
+> msgid "Macro name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2114
+> msgid "Magic factor (automatic level adaptation for large filesystems)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3312
+> msgid "Magic factor (automatic level adaptation for large tablespaces)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1557
+> msgid "Mail Receiving"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:320
+> #, python-format
+> msgid "Mail could not be delivered. Exit code of command is %r"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:288
+> msgid "Mailman mailing lists queues (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7092
+> msgid "Mails Waiting for DNS Queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7088
+> msgid "Mails in Dead Queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7090
+> msgid "Mails in Hold Queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7089
+> msgid "Mails in Waiting Queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17013
+> msgid "Main"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:209
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16107
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16307
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16414
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18129
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:46
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:48
+> msgid "Main Menu"
+> msgstr "Meniu Principal"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:32
+> msgid "Main Overview"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:458
+> msgid "Main directory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2643
+> msgid "Main memory usage (Linux / UNIX / Other Devices)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2789
+> msgid "Main memory usage of ESX host system"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2733
+> msgid "Main memory usage of devices with modules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4290
+> msgid "Major Page Faults"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:154
+> #, python-format
+> msgid "Make %s visible and usable for other users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1059
+> msgid "Make WATO folder permissions usable e.g. by NagVis"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18480
+> msgid "Make changes, perform actions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:691
+> msgid "Make check CRITICAL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:689
+> msgid "Make check OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:690
+> msgid "Make check WARNING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:164
+> #, python-format
+> msgid "Make own published %s override builtin %s for all users."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:78
+> msgid ""
+> "Make snapshots of your configuration, download, upload and restore snapshots."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14977
+> #, python-format
+> msgid "Make the outcome of the ruleset %s
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8555
+> msgid ""
+> "Make the rule match only if the event has a certain syslog facility. "
+> "Messages not having a facility are classified as user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:570
+> msgid ""
+> "Make the rule match only if the message has a certain syslog facility. "
+> "Messages not having a facility are classified as user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:989
+> msgid ""
+> "Make the user choose the password from this number of character groups. "
+> "Character groups are:
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:593
+> #, python-format
+> msgid "Make this %s available for all users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:396
+> msgid "Make view sortable by user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:751
+> #, python-format
+> msgid "Man-Page: %s not found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:127
+> msgid "Manage All Scheduled Reports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:123
+> msgid "Manage Own Scheduled Reports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1483
+> msgid "Manage event classification and correlation rules for the event console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18609
+> msgid "Manage host tags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:33
+> msgid "Manage monitored hosts and services and the hosts' folder structure."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18582
+> msgid "Manage services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:53
+> msgid "Manage users of the monitoring system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:131
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:755
+> msgid "Manual"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:837
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13877
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:46
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6172
+> msgid "Manual Checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2563
+> msgid "Manual check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3221
+> msgid "Manual services (defined in main.mk)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:232
+> msgid ""
+> "Manually let the core send a notification to a host or service in order to "
+> "test if notifications are setup correctly"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:177
+> #, python-format
+> msgid "Manually set to %s by %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:168
+> msgid "Manually submit check results for host and service checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+> msgid "March"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:676
+> msgid "Mark the current distinguished controller as preferred one"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:682
+> msgid "Mark the nodes of the resources as preferred one"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1561
+> msgid "Master Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:973
+> msgid "Master control"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16220
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:349
+> msgid "Match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8380
+> msgid "Match Contact Groups (cmc only)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:348
+> #, fuzzy
+> msgid "Match Groups"
+> msgstr " Se potriveste grupurilor: %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8338
+> msgid "Match Host Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8334
+> msgid "Match Host Tags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8373
+> msgid "Match Service Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:618
+> msgid "Match all nodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:387
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6283
+> msgid "Match all processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:555
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7034
+> msgid "Match all tasks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:400
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6306
+> msgid "Match all users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8562
+> msgid "Match event comment"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8538
+> msgid "Match event rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:543
+> msgid "Match host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8476
+> msgid "Match host event type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:246
+> msgid "Match interface alias (regex)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8535
+> msgid "Match only Event Console alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8409
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:591
+> msgid "Match only during timeperiod"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8345
+> msgid "Match only the following hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8361
+> msgid "Match only the following services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8496
+> msgid "Match service event type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8464
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11561
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:577
+> msgid "Match service level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:551
+> msgid "Match syslog application (tag)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8554
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:569
+> msgid "Match syslog facility"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8542
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:557
+> msgid "Match syslog priority"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8402
+> msgid "Match the following check types"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8395
+> msgid "Match the output of the check plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8410
+> msgid ""
+> "Match this rule only during times where the selected timeperiod from the "
+> "monitoring system is active."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:592
+> msgid ""
+> "Match this rule only during times where the selected timeperiod from the "
+> "monitoring system is active. The Timeperiod definitions are taken from the "
+> "monitoring core that is running on the same host or OMD site as the event "
+> "daemon. Please note, that this selection only offers timeperiods that are "
+> "defined with WATO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4616
+> msgid "Match type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16224
+> msgid "Matched line"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:695
+> msgid "Matching Criteria"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12337
+> msgid "Matrix"
+> msgstr "Matrice"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9049
+> msgid "Max. Age"
+> msgstr "Vechimea Maxima"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9053
+> msgid "Max. Count"
+> msgstr "Numarul maxim"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3942
+> #, fuzzy
+> msgid "Max. number of SSL connections"
+> msgstr "Numarul maxim de conexiuni"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3935
+> msgid "Max. number of connections"
+> msgstr "Numarul maxim de conexiuni"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1823
+> msgid "Max. number of pending connections to the event socket"
+> msgstr "Numarul maxim de conexiuni in asteptare catre socketul de evenimente"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1806
+> msgid "Max. number of pending connections to the status socket"
+> msgstr "Numarul maxim de conexiuni in asteptare catre socketul de evenimente"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3910
+> msgid "Max. parallel connections"
+> msgstr "Numarul maxim de conexiuni paralele"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:158
+> msgid "Max. Vers.:"
+> msgstr "Nr. Max. Versiuni"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:244
+> msgid "Max. Version:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1078
+> msgid "Maximal age"
+> msgstr "Vechimea maxima"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1223
+> msgid "Maximal age of newest file"
+> msgstr "Vechimea maxima pentru cel mai nou fisier"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1205
+> msgid "Maximal age of oldest file"
+> msgstr "Vechimea maxima pentru cel mai vechi fisier"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1295
+> msgid "Maximal file count"
+> msgstr "Numarul maxim de fisiere"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1096
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1277
+> msgid "Maximal size"
+> msgstr "Dimensiunea Maxima"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1259
+> msgid "Maximal size of largest file"
+> msgstr "Dimensiunea maxima pentru cel mai mare fisier"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1241
+> msgid "Maximal size of smallest file"
+> msgstr "Dimensiunea maxima pentru cel mai mic fisier"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:601
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:777
+> msgid "Maximum"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:414
+> msgid "Maximum Capacity"
+> msgstr "Capacitatea maxima"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5498
+> msgid "Maximum Levels for Voltage"
+> msgstr "Nivelurile maxime pentru voltaj"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5512
+> msgid "Maximum Levels for load in percent"
+> msgstr "Nivelurile maxime pentru incarcare in procente"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1962
+> msgid "Maximum Number of E-Mails in Queue"
+> msgstr "Numarul maxim de emailuri in coada"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3977
+> #, fuzzy
+> msgid "Maximum Rate of Accepted Packets"
+> msgstr "Vechimea maxima a backup-urilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3993
+> #, fuzzy
+> msgid "Maximum Rate of Dropped Packets"
+> msgstr "Vechimea maxima a backup-urilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4001
+> #, fuzzy
+> msgid "Maximum Rate of Logged Packets"
+> msgstr "Vechimea maxima a backup-urilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3985
+> #, fuzzy
+> msgid "Maximum Rate of Rejected Packets"
+> msgstr "Vechimea maxima a backup-urilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:396
+> msgid "Maximum Speed"
+> msgstr "Viteza Maxima"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6958
+> msgid "Maximum accepted age of the reported data in seconds."
+> msgstr "Vechimea maxima acceptata pentru informatiile acceptate in secunde"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6957
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:782
+> msgid "Maximum age"
+> msgstr "Vechimea maxima"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1188
+> msgid "Maximum age for piggyback files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:774
+> msgid "Maximum age of backups"
+> msgstr "Vechimea maxima a backup-urilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3737
+> msgid "Maximum age of latest timemachine backup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:997
+> #, fuzzy
+> msgid "Maximum age of passwords"
+> msgstr "Vechimea maxima a backup-urilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:980
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5683
+> msgid "Maximum allowed uptime"
+> msgstr "Timpul maxim permis pentru uptime"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8616
+> msgid "Maximum bulk size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1177
+> msgid "Maximum cache file age for clusters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9026
+> msgid "Maximum count"
+> msgstr "Numarul maxim"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4313
+> msgid "Maximum distance (TTL) to gateway"
+> msgstr "Distanta maxima pana la gateway (TTL)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:472
+> msgid "Maximum number of bytes to receive"
+> msgstr "Numarum maxim de biti pentru primire"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:454
+> msgid "Maximum number of cached log messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1724
+> msgid "Maximum number of check attempts for host"
+> msgstr "Numarul maxim de incercari de verificare pentru element"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1633
+> msgid "Maximum number of check attempts for service"
+> msgstr "Numarul maxim de incercari de verificare pentru serviciu"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1932
+> msgid "Maximum number of connections or listeners"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3959
+> #, fuzzy
+> msgid "Maximum number of firewall connections"
+> msgstr "Numarul maxim de conexiuni"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7048
+> msgid "Maximum number of matched tasks for OK state"
+> msgstr "Numarul maxim de task-uri cu statusul OK"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7052
+> msgid "Maximum number of matched tasks for WARNING state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:747
+> msgid "Maximum number of messages"
+> msgstr "Numarul maxim de mesaje"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:745
+> msgid "Maximum number of messages in Websphere Message Queues"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:470
+> msgid "Maximum number of parsed lines per log file"
+> msgstr "Numarul maxim de linii parsate per fisier de loguri"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3504
+> msgid "Maximum run duration for last execution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:784
+> msgid "Maximum size of all files on backup space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3757
+> msgid "Maximum time since last start of job execution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1676
+> msgid "Maximum uptime of Device"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+> msgid "May"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2852
+> msgid "May be due to high guest load."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7278
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7309
+> msgid ""
+> "Maybe the provided user (provided via bind credentials) has not enough "
+> "permissions or the credentials are wrong."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2349
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2446
+> msgid "Measurement unit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:897
+> msgid "Member Attribute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7947
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4020
+> msgid "Members"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4019
+> msgid "Members "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:405
+> msgid "Memory (RAM)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1355
+> msgid "Memory Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2579
+> msgid "Memory Pool Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2778
+> msgid "Memory Usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2764
+> msgid "Memory Usage of Clusters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6180
+> msgid "Memory and CPU of processes on Windows"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:211
+> msgid "Memory and Pagefile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1350
+> msgid "Memory and pagefile levels for Windows"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6188
+> msgid "Memory critical at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2739
+> msgid "Memory levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5964
+> msgid "Memory levels for DB2 memory usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1359
+> msgid "Memory usage in percent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:616
+> msgid "Memory usage of DB2 (Linux, AIX, Solaris)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6187
+> msgid "Memory warning at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:499
+> msgid "Merge even if there is an acknowledged event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:498
+> msgid "Merge if there is an open un-acknowledged event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:492
+> msgid "Merge with open event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:332
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1715
+> msgid "Message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:715
+> msgid "Message Text"
+> msgstr "Mesajul Text"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:134
+> msgid "Message count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:97
+> msgid "Message/Text of event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6024
+> msgid "Messages are handled by logwatch."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:216
+> msgid "Messages in text log files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9047
+> msgid "Method"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1496
+> msgid "Method or probing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:65
+> msgid "Micro Core Statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4482
+> msgid "Microsoft Exchange Queues Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:155
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:241
+> msgid "Min. Version:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1069
+> msgid "Minimal age"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1214
+> msgid "Minimal age of newest file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1196
+> msgid "Minimal age of oldest file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1286
+> msgid "Minimal file count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1087
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1268
+> msgid "Minimal size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1250
+> msgid "Minimal size of largest file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1232
+> msgid "Minimal size of smallest file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:600
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:776
+> msgid "Minimum"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1041
+> msgid "Minimum Certificate Age"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5505
+> msgid "Minimum Levels for Voltage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5519
+> msgid "Minimum Levels for load in percent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2126
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3323
+> msgid "Minimum levels if using magic factor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1923
+> msgid "Minimum number of connections or listeners"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:183
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:491
+> msgid "Minimum number of days a certificate has to be valid"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1042
+> msgid "Minimum number of days a certificate has to be valid."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:805
+> msgid ""
+> "Minimum number of days a certificate has to be valid. Port defaults to 443. "
+> "When this option is used the URL is not checked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7044
+> msgid "Minimum number of matched tasks for OK state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7040
+> msgid "Minimum number of matched tasks for WARNING state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4017
+> msgid "Minimum number of pool members"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:983
+> msgid "Minimum password length"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:972
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3567
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5675
+> msgid "Minimum required uptime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+> msgid "Minute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15400
+> msgid "Minute of the hour (0-59)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:453
+> msgid "Minutes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:506
+> msgid "Mirror margins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1941
+> msgid "Misc:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:162
+> #, python-format
+> msgid "Missing %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1841
+> #, python-format
+> msgid "Missing %s context"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:261
+> msgid "Missing authentication credentials"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:328
+> msgid "Missing needed host parameter."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11213
+> msgid "Missing secret for automation command."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:439
+> msgid "Missing site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:778
+> msgid "Missing the variable view_name in the URL."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11253
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11289
+> msgid "Missing variable siteid"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11257
+> msgid "Missing variable user_id"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:90
+> msgid "Mixed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:49
+> msgid "Mobile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:385
+> msgid "Mobile: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:835
+> msgid "Mobile: Dataset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:797
+> msgid "Mobile: List"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:762
+> msgid "Mobile: Table"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3869
+> msgid "Mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1496
+> msgid "Mode found during inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:520
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:565
+> msgid "Mode of the Check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:394
+> msgid "Model"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:239
+> msgid "Model and Revsion"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1556
+> msgid "Modem States that lead to a critical state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12404
+> msgid "Modifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17008
+> #, python-format
+> msgid "Modified BI aggregation %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17152
+> #, python-format
+> msgid "Modified BI rule %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:156
+> msgid "Modified attributes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1154
+> #, python-format
+> msgid "Modified event correlation rule %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13394
+> #, python-format
+> msgid "Modified folders: %d, modified hosts: %d, modified rulesets: %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10393
+> #, python-format
+> msgid "Modified site connection %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9729
+> #, python-format
+> msgid "Modified time period %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12042
+> #, python-format
+> msgid "Modified user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12482
+> #, python-format
+> msgid "Modified user role '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:163
+> #, python-format
+> msgid "Modify builtin %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1474
+> msgid "Modify display options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18587
+> msgid "Modify existing folders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18526
+> msgid "Modify existing hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18588
+> msgid "Modify the properties of existing folders."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18527
+> msgid ""
+> "Modify the properties of existing hosts. Please note: for the management of "
+> "services (inventory) there is a separate permission (see below)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2755
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3111
+> msgid "Module name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9675
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1750
+> msgid "Monday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1162
+> msgid "Monitor all instances found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1108
+> msgid "Monitor hosts for unchecked services (Check_MK inventory)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:716
+> msgid "Monitor multiple JMX instances on the host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1517
+> msgid "Monitor port speed of network interfaces"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1506
+> msgid "Monitor port state of network interfaces"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1886
+> msgid "Monitor specific TCP/UDP connections and listeners"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:85
+> msgid "Monitor the performance of the Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10831
+> msgid "Monitored on site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:52
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1230
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1341
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1348
+> msgid "Monitoring Agents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1626
+> msgid "Monitoring Configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:156
+> msgid "Monitoring History"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2395
+> msgid "Monitoring history entries (events and availability)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1950
+> #, fuzzy
+> msgid "Monitoring host name"
+> msgstr " pe siteul de monitorizare: "
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6104
+> msgid "Monitoring of forwarded logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1868
+> msgid "Month"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1354
+> msgid "Monthly Report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2353
+> msgid ""
+> "Most SNMP hosts support SNMP version 2c. However, Check_MK defaults to "
+> "version 1, in order to support as many devices as possible. Please use this "
+> "ruleset in order to configure SNMP v2c for as many hosts as possible. That "
+> "version has two advantages: it supports 64 bit counters, which avoids "
+> "problems with wrapping counters at too much traffic. And it supports bulk "
+> "walk, which saves much CPU and network resources. Please be aware, however, "
+> "that there are some broken devices out there, that support bulk walk but "
+> "behave very bad when it is used. When you want to enable v2c while not using "
+> "bulk walk, please use the rule set snmpv2c_hosts instead."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:950
+> msgid ""
+> "Most dashlets have a hard coded default title. For example the view snapin "
+> "has even a dynamic title which defaults to the real title of the view. If "
+> "you like to use another title, set it here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5224
+> msgid "Most recent events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:959
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2183
+> msgid "Mount point"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1510
+> msgid "Move To"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18542
+> msgid "Move existing hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18543
+> msgid ""
+> "Move existing hosts to other folders. Please also add the permission "
+> "Modify existing hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:620
+> msgid "Move this element one position down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:614
+> msgid "Move this element one position up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:621
+> msgid "Move this element to the bottom"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:613
+> msgid "Move this element to the top"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:831
+> #, python-format
+> msgid "Move this entry %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1251
+> msgid "Move this folder to another place"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1259
+> msgid "Move this folder to:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8754
+> msgid "Move this notification rule one position down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8748
+> msgid "Move this notification rule one position up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8755
+> msgid "Move this notification rule to the bottom"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8747
+> msgid "Move this notification rule to the top"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14315
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:972
+> msgid "Move this rule one position down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14310
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:966
+> msgid "Move this rule one position up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:973
+> msgid "Move this rule to the bottom"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14316
+> msgid "Move this rule to the bottom of the list"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:965
+> msgid "Move this rule to the top"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14309
+> msgid "Move this rule to the top of the list"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12826
+> msgid "Move this tag group one position down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12821
+> msgid "Move this tag group one position up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1363
+> msgid "Move to Target Folders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1576
+> msgid "Move:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1646
+> #, python-format
+> msgid "Moved %d hosts from %s to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3512
+> #, python-format
+> msgid "Moved %d imported hosts to their original destination."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:890
+> #, python-format
+> msgid "Moved folder %s to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1638
+> #, python-format
+> msgid "Moved host from %s to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:728
+> msgid "Multiline string matching"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4614
+> msgid "Multipath Count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4581
+> msgid "Multipathing - health of a multipath LUN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4659
+> msgid "Multipathing on HPUX - state of paths of a LUN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1400
+> msgid "Multiple Hosts: Number of successful results"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/main.py:41
+> msgid "Multisite"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4794
+> msgid "Multisite URL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:72
+> msgid "Multisite Views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:844
+> msgid ""
+> "Multisite does not support umlauts in User-IDs at the moment. To deal with "
+> "LDAP users having umlauts in their User-IDs you have the following choices."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10509
+> msgid "Multisite-URL of remote site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15574
+> msgid "Must contain at least one subgroup (...)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:289
+> msgid "MySQL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3905
+> msgid "MySQL Connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:594
+> msgid "MySQL Databases (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3872
+> msgid "MySQL InnoDB Throughput"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3830
+> msgid "MySQL Sessions & Connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:570
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1040
+> msgid "N#"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:681
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:694
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:703
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1960
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:371
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:372
+> msgid "N/A"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1662
+> msgid "NA"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:440
+> msgid "NFS4 exports (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:945
+> msgid "NGINX webservers (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+> msgid "NODATA"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:29
+> msgid "NagVis"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7985
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/nagvis_maps.py:40
+> msgid "NagVis Maps"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:218
+> msgid "NagVis Maps, Configurations and User Files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2393
+> msgid "NagVis maps"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1205
+> msgid "Nagios command pipe"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:675
+> msgid "Naildown the DC"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:681
+> msgid "Naildown the resources"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:677
+> msgid ""
+> "Nails down the DC to the node which is the DC during inventory. The check "
+> "will report CRITICAL when another node becomes the DC during later checks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:683
+> msgid ""
+> "Nails down the resources to the node which is holding them during inventory. "
+> "The check will report CRITICAL when another holds the resource during later "
+> "checks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7943
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8040
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9280
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12395
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15900
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17280
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17392
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:560
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:853
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:956
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1337
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1521
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1451
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1520
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:441
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:453
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:634
+> msgid "Name"
+> msgstr "Nume"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:233
+> msgid "Name / Description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:753
+> msgid "Name of Channel or Queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4491
+> msgid "Name of Counter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1723
+> msgid "Name of Wifi"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:652
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1128
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1166
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4460
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6144
+> msgid "Name of group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4461
+> msgid "Name of group in service description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6289
+> msgid "Name of operating system user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4023
+> msgid "Name of pool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7059
+> msgid "Name of service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4492
+> msgid "Name of the Counter to be monitored."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4585
+> msgid "Name of the MP LUN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4562
+> msgid "Name of the OMD site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:394
+> msgid "Name of the User"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2948
+> msgid "Name of the VM/HostSystem"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2254
+> msgid "Name of the bonding interface"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4042
+> msgid "Name of the database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4857
+> msgid "Name of the device"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1385
+> msgid "Name of the form to populate and submit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:689
+> msgid "Name of the instance in the monitoring"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6395
+> msgid "Name of the license"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4573
+> msgid "Name of the mount point"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6184
+> msgid "Name of the process"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4805
+> msgid "Name of the service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7016
+> msgid "Name of the task"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:576
+> msgid "Name of the virtual host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5658
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5692
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5731
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5770
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5801
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5877
+> msgid "Name of the virtual machine"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6894
+> msgid "Name of the virtual machine and/or
garbage collection type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6942
+> msgid "Name of the virtual machine and/or
threadpool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1464
+> msgid "Name resolution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:571
+> msgid ""
+> "Needed for acknowledging and changing the comment and contact of an event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:577
+> msgid "Needed for changing a comment when updating an event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:581
+> msgid "Needed for changing a contact when updating an event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:161
+> msgid "Negate: find hosts not having this package"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:885
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:936
+> msgid "Nested group memberships are resolved"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1098
+> msgid "NetApp Filers: Used Space in Filesystems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1099
+> msgid "NetApp Filers: Used space in Filesystem Using 32-Bit Counters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1121
+> msgid "NetBIOS name of the server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1316
+> msgid "Netapp FC Port throughput"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:227
+> msgid "Network Interface and Switch Port Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:203
+> msgid "Network Topology"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:481
+> msgid "Network Topology: Default Filter Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4570
+> msgid "Network filesystem - overall status (e.g. NFS)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4449
+> msgid "Network interface groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1461
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:256
+> msgid "Network interface port states to inventorize"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1468
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:264
+> msgid "Network interface port types to inventorize"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2262
+> msgid "Network interfaces and switch ports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2433
+> msgid "Network specification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:36
+> msgid "Networking"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:77
+> msgid "Never remove files newer than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14760
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:259
+> msgid "New"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:196
+> msgid "New Action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16309
+> msgid "New Aggregation"
+> msgstr "Agregare noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17344
+> msgid "New Attribute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12698
+> msgid "New Aux tag"
+> msgstr "Eticheta Auxiliara noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:872
+> #, fuzzy
+> msgid "New Entry"
+> msgstr "Cluster nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15907
+> #, fuzzy
+> msgid "New Password"
+> msgstr "Parola"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15910
+> #, fuzzy
+> msgid "New Password Confirmation"
+> msgstr "Confirma Parola"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8833
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9084
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9088
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16311
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:838
+> msgid "New Rule"
+> msgstr "Regula Noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3387
+> msgid "New Search"
+> msgstr "Cautare noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12697
+> msgid "New Tag group"
+> msgstr "Eticheta de grup nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9235
+> msgid "New Timeperiod"
+> msgstr "Perioada de timp Noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11646
+> msgid "New User"
+> msgstr "Utilizator nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:844
+> msgid "New cluster"
+> msgstr "Cluster nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9872
+> msgid "New connection"
+> msgstr "Conexiune Noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7864
+> #, fuzzy
+> msgid "New contact group"
+> msgstr "Eticheta de grup nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:95
+> msgid "New event created"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:841
+> msgid "New folder"
+> msgstr "Folder nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:843
+> msgid "New host"
+> msgstr "Element nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7859
+> #, fuzzy
+> msgid "New host group"
+> msgstr "Grup nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2268
+> msgid "New name"
+> msgstr "Nume nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4249
+> msgid "New parents configured"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7862
+> #, fuzzy
+> msgid "New service group"
+> msgstr "Grup nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5226
+> msgid "Newer events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:953
+> #, fuzzy
+> msgid "Next Time"
+> msgstr "Perioada de timp Noua"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:541
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:956
+> msgid "Next check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:555
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:963
+> msgid "Next notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1480
+> msgid "Nginx Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:961
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1156
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1167
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:64
+> msgid "No"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18141
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1225
+> msgid "No Changes"
+> msgstr "Nici o schimbare"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15524
+> msgid "No Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:313
+> msgid ""
+> "No UTF-8 encoding found in your locale -a! Please provide C.UTF-8 encoding."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2859
+> msgid "No VMWare Tools installed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2291
+> msgid "No authentication, no privacy"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14112
+> #, python-format
+> msgid "No available rule for service %s at host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:459
+> msgid "No colon, slash or backslash is allowed in the filename."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:356
+> msgid "No commands are possible in this view"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:34
+> msgid "No configuration neccessary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12193
+> msgid "No contact groups assigned."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17379
+> msgid "No custom attributes are defined yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:41
+> msgid "No data."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:581
+> msgid "No datasource defined."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:68
+> msgid "No entries."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6025
+> msgid "No forwarding"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4248
+> msgid "No gateway found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:54
+> msgid "No graph available."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7919
+> msgid "No groups are defined yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2844
+> msgid "No heartbeat"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4372
+> #, python-format
+> msgid "No host %s configured, parents not set"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3624
+> msgid "No host has been imported."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:287
+> msgid "No hosts/services found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:895
+> msgid "No information available"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:149
+> msgid "No logging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:151
+> msgid "No logs found for this host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1942
+> msgid "No matching data row. No command sent."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3402
+> msgid "No matching hosts found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1184
+> msgid "No matching hosts/services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:183
+> msgid "No password given."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5247
+> msgid "No pending changes, monitoring server is up to date."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:525
+> msgid "No performance data: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:701
+> msgid "No persistent connection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10500
+> msgid "No replication with this site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:153
+> #, python-format
+> msgid "No report defined with the name '%s'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12160
+> msgid "No roles assigned."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1912
+> msgid "No rows selected to perform actions for."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:200
+> msgid "No title"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:179
+> msgid "No username given."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11707
+> msgid "No users are defined yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:781
+> #, python-format
+> msgid "No view defined with the name '%s'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:861
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6750
+> msgid "No-TxCredits errors"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1497
+> msgid "Node"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:601
+> msgid "Node Path Matching"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:296
+> msgid "Node Stats"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2134
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16400
+> msgid "Nodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17096
+> msgid "Nodes that are aggregated by this rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16870
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16901
+> msgid "Nodes to create:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4974
+> msgid "Nominal Frequencies"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:422
+> msgid "Non-ASCII characters are not allowed here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13874
+> msgid "Non-empty rulesets"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5858
+> msgid "Nonheap Memory Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:998
+> msgid "Normal check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1735
+> msgid "Normal check interval for host checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1645
+> msgid "Normal check interval for service checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:90
+> msgid "Normal logging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:557
+> msgid "Normal monitoring user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12088
+> msgid "Normal user login with password"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1010
+> msgid "Normal/retry check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1115
+> msgid ""
+> "Normally the filesystem checks (df, hr_fs and others) will "
+> "create a single service for each filesystem. By defining grouping patterns "
+> "you can handle groups of filesystems like one filesystem. For each group you "
+> "can define one or several patterns. The filesystems matching one of the "
+> "patterns will be monitored like one big filesystem in a single service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4450
+> msgid ""
+> "Normally the if checks create a single service for interface. By defining if-"
+> "group patterns multiple interfaces can be combined together. A single "
+> "service is created for this interface group showing the total traffic amount "
+> "of its members. You can configure if interfaces which are identified as "
+> "group interfaces should not show up as single service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:111
+> msgid ""
+> "Normally the resolution of the daemon logfile is in seconds. This option "
+> "enable micro second precision."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:54
+> msgid ""
+> "Normally this value is 1, which means that the best state of all "
+> "child nodes is being used as the total state. If you set it for example to "
+> "2, then the node with the best state is not being regarded. If the "
+> "states of the child nodes would be CRIT, WARN and OK, then to total state "
+> "would be WARN."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:32
+> msgid ""
+> "Normally this value is 1, which means that the worst state of all "
+> "child nodes is being used as the total state. If you set it for example to "
+> "2, then the node with the worst state is not being regarded. If the "
+> "states of the child nodes would be CRIT, WARN and OK, then to total state "
+> "would be WARN."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2164
+> msgid ""
+> "Normally, the time left until the disk is full is only displayed when the "
+> "configured levels have been breached. If you set this option the check "
+> "always reports this information"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17705
+> msgid "Not allowed create subfolders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17702
+> msgid "Not allowed to change hosts.mk file. It is locked"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:263
+> msgid "Not authenticated"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1210
+> msgid "Not contained in any group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4873
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4912
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15713
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15741
+> msgid "Not logged in."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12101
+> msgid "Not permitted to change the password. Change can not be enforced."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:934
+> msgid "Not showing information for a specific object."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16372
+> msgid "Note"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:311
+> msgid ""
+> "Note: Expiration of acknowledgements only works when using the Check_MK "
+> "Micro Core."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:293
+> msgid ""
+> "Note: If you also set a limit in the report, then the limit set here will "
+> "replace that one."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4385
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4407
+> msgid ""
+> "Note: enabling performance data for the latency might cause "
+> "incompatibilities with existing historical data if you are running "
+> "PNP4Nagios in SINGLE mode."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:769
+> msgid "Note: this still does an HTTP GET or POST, not a HEAD."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11820
+> #, python-format
+> msgid ""
+> "Note: you haven't defined any contact groups yet. If you create "
+> "some contact groups you can assign users to them und thus make them "
+> "monitoring contacts. Only monitoring contacts can receive notifications."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:830
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1295
+> msgid "Notes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2042
+> msgid "Notes URL for Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2031
+> msgid "Notes URL for Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:83
+> msgid "Notice"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:662
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1060
+> msgid "Notif."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:29
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1872
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:38
+> msgid "Notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8600
+> msgid "Notification Bulking"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8223
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8656
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11497
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12253
+> msgid "Notification Method"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12238
+> msgid "Notification Options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:403
+> msgid "Notification Period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11511
+> msgid "Notification Plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8216
+> msgid "Notification Script"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8829
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18652
+> msgid "Notification configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2907
+> msgid "Notification events of hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:89
+> msgid "Notification fail retry interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:96
+> #, fuzzy
+> msgid "Notification log level"
+> msgstr "Notificari"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1915
+> msgid "Notification period for hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1927
+> msgid "Notification period for services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8696
+> msgid "Notification rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8703
+> #, python-format
+> msgid "Notification rules of user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12212
+> msgid "Notification time period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8618
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11790
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11844
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12203
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15365
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15862
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15920
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17299
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:61
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1838
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:506
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:524
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:695
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3019
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3067
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:93
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:937
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:686
+> msgid "Notifications"
+> msgstr "Notificari"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:405
+> #, python-format
+> msgid "Notifications are disabled for this %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8610
+> msgid "Notifications are kept back for bulking at most for this time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:402
+> #, python-format
+> msgid "Notifications are manually disabled for this %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:399
+> #, python-format
+> msgid "Notifications are manually enabled for this %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12208
+> msgid ""
+> "Notifications are sent out when the status of a host or service changes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:472
+> msgid "Notifications enabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:625
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3128
+> msgid "Notifications of contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2944
+> msgid "Notifications of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:669
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2992
+> msgid "Notifications of host & services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1877
+> msgid "Notified events for hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1901
+> msgid "Notified events for services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11651
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:135
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:145
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:173
+> msgid "Notify Users"
+> msgstr "Notifica utilizatorii"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8243
+> msgid "Notify all contacts of the notified host or service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8250
+> msgid "Notify all users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8256
+> msgid "Notify all users that have configured an email address in their profile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11630
+> msgid "Notify by: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+> msgid "November"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8953
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16362
+> msgid "Nr."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:56
+> msgid ""
+> "Number ICMP echo request packets to send to the target host on each check "
+> "execution. All packets are sent directly on check execution. Afterwards the "
+> "check waits for the incoming packets."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6443
+> msgid "Number of Active Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:177
+> msgid "Number of Check_MK check helpers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:437
+> msgid "Number of Columns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3800
+> msgid "Number of Deadlocks / sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6451
+> msgid "Number of Inactive Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7104
+> msgid "Number of Lotus Domino Users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7077
+> msgid "Number of Mails in Queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6974
+> msgid "Number of Nodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:79
+> msgid "Number of OK-nodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4317
+> msgid "Number of PING probes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6981
+> msgid "Number of Resources"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:563
+> msgid "Number of Services of the Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7118
+> msgid "Number of Transactions per Minute on a Lotus Domino Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4248
+> msgid "Number of Users Logged In"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6844
+> msgid "Number of active Plugs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4663
+> msgid "Number of active paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4085
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4828
+> msgid "Number of active sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10214
+> msgid "Number of channels to keep open"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:987
+> msgid "Number of character groups to use"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1667
+> msgid "Number of clients"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1668
+> msgid "Number of clients connected to a Device."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:508
+> msgid "Number of configuration snapshots to keep"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1714
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5894
+> msgid "Number of connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1715
+> msgid "Number of connections for a WiFi"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:135
+> msgid "Number of context buttons to show"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:355
+> msgid "Number of critical alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1639
+> msgid "Number of current LSNAT bindings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3837
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4056
+> msgid "Number of current sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3846
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4065
+> msgid "Number of currently running sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:625
+> msgid "Number of data points"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2489
+> msgid "Number of dropped bits or bytes per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:166
+> msgid "Number of elements to show in Quicksearch"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:486
+> msgid "Number of expected messages in each interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4665
+> msgid "Number of failed paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4517
+> msgid "Number of folders to create in each level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:160
+> msgid "Number of generic check helpers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1429
+> msgid "Number of hosts in state DOWN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1443
+> msgid "Number of hosts in state PENDING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1436
+> msgid "Number of hosts in state UNREACH"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1422
+> msgid "Number of hosts in state UP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3890
+> msgid "Number of hosts to handle at once:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4837
+> msgid "Number of inactive sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4274
+> msgid "Number of kernel events per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3811
+> msgid "Number of lock requests per second that required the caller to wait."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3801
+> msgid "Number of lock requests per second that resulted in a deadlock."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3791
+> msgid ""
+> "Number of lock requests per second that timed out, including requests for "
+> "NOWAIT locks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:960
+> msgid "Number of logon failures to lock the account"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4510
+> msgid "Number of mails in outgoing mail queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5918
+> msgid "Number of messages currently queued"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5902
+> msgid "Number of messages delivered"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5934
+> msgid "Number of messages in deferred state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3856
+> msgid "Number of new connections per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3781
+> msgid ""
+> "Number of new locks and lock conversions per second requested from the lock "
+> "manager."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9056
+> msgid "Number of notifications exceeds maximum allowed number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2993
+> msgid "Number of open jobs of a printer on windows"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:55
+> msgid "Number of packets"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4309
+> msgid "Number of probes per hop"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:357
+> msgid "Number of problem alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1186
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:278
+> msgid "Number of problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4260
+> msgid "Number of processes on OpenVMS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:353
+> msgid "Number of recoveries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2400
+> msgid "Number of retries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1172
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1380
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1478
+> msgid "Number of services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1200
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1401
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1499
+> msgid "Number of services in state CRIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1179
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1387
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1485
+> msgid "Number of services in state OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1214
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1415
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1513
+> msgid "Number of services in state PENDING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1207
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1408
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1506
+> msgid "Number of services in state UNKNOWN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1193
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1394
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1492
+> msgid "Number of services in state WARN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4664
+> msgid "Number of standby paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:624
+> msgid "Number of steps aggregated in one data point"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:145
+> msgid "Number of the graph template"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4235
+> msgid "Number of threads"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:356
+> msgid "Number of unknown alerts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4666
+> msgid "Number of unopen paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6405
+> msgid "Number of used Citrix licenses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6392
+> msgid "Number of used VMware licenses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5210
+> msgid "Number of used states of OpenBSD PF engine"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:354
+> msgid "Number of warnings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4875
+> msgid "Number or ID of the disk"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4513
+> msgid "Number to create"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1388
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1486
+> msgid "O"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:465
+> msgid "OBSOLETE - DO NOT USE THIS COLUMN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1657
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8501
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8502
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8503
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8505
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8509
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8513
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1246
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:905
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1551
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:208
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1015
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5293
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:156
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:417
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:459
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:205
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:284
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:296
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:308
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:685
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:698
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1229
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1244
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1180
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1882
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:140
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:331
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:746
+> msgid "OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1291
+> msgid "OK - do not alert, just display"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:229
+> msgid "OK Pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:633
+> msgid "OK Services of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:101
+> msgid "OK area"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4620
+> msgid "OK if standby count is zero or equals active paths."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:359
+> msgid "OK/Up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4559
+> msgid "OMD site status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:366
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:679
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:692
+> msgid "OO/Notif"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:680
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:693
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1253
+> msgid "OO/Service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1134
+> msgid "ORACLE Databases (Linux, AIX)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3496
+> msgid "ORACLE Scheduler Job"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3217
+> msgid "Obsolete services (being checked, but should be ignored)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+> msgid "October"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2500
+> msgid "Official Release version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11740
+> msgid "Offline"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1971
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4497
+> msgid "Offset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:921
+> msgid "Old Nagios GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5234
+> msgid "Older events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:583
+> msgid "Omit specifying an IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:155
+> msgid "On Down host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:650
+> msgid "On a remote site, when it receives a new configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4417
+> msgid "On explicit devices ->"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16132
+> msgid ""
+> "On this page you can test the defined logfile patterns against a custom "
+> "text, for example a line from a logfile. Using this dialog it is possible to "
+> "analyze and debug your whole set of logfile patterns."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:880
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:931
+> msgid ""
+> "Once you enable this option, this plugin will not only handle direct group "
+> "memberships, instead it will also dig into nested groups and treat the "
+> "members of those groups as contact group members as well. Please mind that "
+> "this feature might increase the execution time of your LDAP sync."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2232
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:363
+> msgid "One Month"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2232
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:363
+> msgid "One Week"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2233
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:364
+> msgid "One Year"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:56
+> msgid "One line of text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11737
+> msgid "Online"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8403
+> msgid ""
+> "Only apply the rule if the notification originates from certain types of "
+> "check plugins. Note: Host notifications never match this rule if this option "
+> "is being used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12216
+> msgid ""
+> "Only during this time period the user will get notifications about host or "
+> "service alerts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:189
+> msgid "Only execute plugins with the following extensions:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:738
+> msgid "Only fetch specific OIDs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3879
+> msgid "Only include hosts that failed on previous discovery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3881
+> msgid "Only include hosts with a failed discovery check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:247
+> msgid ""
+> "Only inventorize interfaces whose alias matches one of the configured "
+> "regular expressions. The match is done on the beginning of the alias. This "
+> "allows you to select interfaces based on the alias without having the alias "
+> "be part of the service description."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5898
+> #, python-format
+> msgid ""
+> "Only members of the contact groups listed here have WATO permission to the "
+> "host / folder. If you want, you can make those contact groups automatically "
+> "also monitoring contacts. This is completely optional. Assignment of "
+> "host and services to contact groups can be done by rules as "
+> "well."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13078
+> msgid "Only on tag may be empty."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:377
+> msgid "Only precompile on demand"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1163
+> msgid "Only query the following SIDs (if found)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:32
+> msgid "Only show hosts and services the user is a contact for"
+> msgstr ""
+> "Arata doar elementele si serviciile pentru care utilizatorul este contact"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6940
+> #, python-format
+> msgid ""
+> "Only supports snapshots up to 100MB. If your snapshot is larger than 100MB "
+> "please copy it into the sites
backup directory %s/wato/snapshots. It will "
+> "then show up in the snapshots table.
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:305
+> msgid "Open Log"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9038
+> msgid "Open bulk notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:599
+> msgid "Open this Aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:726
+> msgid "OpenLDAP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6509
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6551
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6586
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6621
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6667
+> msgid "Oper States"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:440
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:441
+> msgid "Operating System"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:38
+> msgid "Operating System Resources"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2278
+> msgid "Operating speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:39
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1081
+> msgid "Operation mode of Check_MK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2301
+> msgid "Operational State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:325
+> msgid "Operational port states to inventorize"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:919
+> msgid "Operational state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16966
+> msgid "Optimization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1715
+> msgid "Optimize rule execution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:218
+> msgid "Optional DNS server you want to use for the lookup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:237
+> msgid "Optional expect the DNS server to be authoriative for the lookup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:661
+> msgid "Optional login (if required)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:207
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:376
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:862
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:960
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1303
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1437
+> msgid "Optional parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:529
+> msgid "Optional selection of a site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:239
+> msgid "Optional selection of host contact group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:233
+> msgid "Optional selection of host group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:240
+> msgid "Optional selection of service contact group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:235
+> msgid "Optional selection of service group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:254
+> msgid "Optional variable prefix"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:420
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2976
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3662
+> msgid "Options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:338
+> msgid "Options for report emails"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:292
+> msgid "Oracle"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3417
+> msgid "Oracle Data-Guard Stats"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3531
+> msgid "Oracle Instance"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4101
+> msgid "Oracle Locks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3373
+> msgid "Oracle Logswitches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4125
+> msgid "Oracle Long Active Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3346
+> msgid "Oracle Processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3393
+> msgid "Oracle Recovery Area"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3472
+> msgid "Oracle Recovery Status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4083
+> msgid "Oracle Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3253
+> msgid "Oracle Tablespaces"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3448
+> msgid "Oracle Undo Retention"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:560
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14307
+> msgid "Order"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:50
+> msgid ""
+> "Organize your hosts and services in groups independent of the tree structure."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:447
+> msgid "Original Text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15594
+> msgid "Original hostname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6656
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:656
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1671
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:626
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:670
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:708
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:428
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:607
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1353
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1380
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1790
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1992
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2506
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2945
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2993
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3044
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3081
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3129
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:73
+> msgid "Other"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7218
+> #, fuzzy
+> msgid "Other Settings"
+> msgstr "Setari"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6683
+> msgid "Other content"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6862
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6906
+> msgid "Other keywords for this rule: Tomcat, Jolokia, JMX. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2293
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2324
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2343
+> msgid "Other speed in bits per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:371
+> msgid ""
+> "Otherwise counting will start from one with a new event for the next rule "
+> "match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:679
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:692
+> msgid "Out of Notification Period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:680
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:693
+> msgid "Out of Service Period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:512
+> msgid "Out of notification period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:343
+> msgid "Outage statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:697
+> msgid "Outcome & Action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:150
+> msgid "Output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:354
+> msgid "Output of check plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:911
+> msgid "Output of host check plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2340
+> msgid "Output text coding settings for SNMP devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4542
+> msgid "Overall state of a virtual machine (for example ESX VMs)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:46
+> msgid ""
+> "Overall state of all hosts, with counts of services in the various states."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:87
+> msgid "Overall state of your favorite hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9036
+> msgid "Overdue bulk notifications!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8286
+> msgid "Overriding by users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:205
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:33
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:204
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:227
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:163
+> msgid "Overview"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:55
+> msgid "Overview / Introduction"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4337
+> msgid "Overwrite Service State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:919
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:349
+> msgid "Owner"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:398
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:103
+> msgid "Owner of event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1416
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1514
+> msgid "P"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1656
+> msgid "PD"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3234
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3235
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:310
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:324
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:333
+> msgid "PEND"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:366
+> msgid "PENDING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:737
+> msgid "PENDING Services of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:420
+> msgid "PID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1776
+> msgid "PING (active check with ICMP echo request)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:49
+> msgid "PING and host check parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1534
+> msgid "PNP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1352
+> msgid "PNP Graphs of services with description:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:79
+> msgid "PNP Timerange"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2240
+> msgid "PNP View"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:715
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1067
+> msgid "PNP graph"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1325
+> msgid "PNP graphs for all Services with a certain description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1695
+> msgid "PNP graphs for host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1066
+> msgid "PNP host graph"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:714
+> msgid "PNP service graph"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1696
+> msgid "PNP4Nagios"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:210
+> msgid ""
+> "PNP4Nagios needs meta information about hosts and services. These "
+> "information is stored in XML files. Updating these files for each new check "
+> "results produces lots of I/O. Delaying the update for up to one hour saves "
+> "this I/O.The price is, that WARN/CRIT levels displayed in graphs might not "
+> "be uptodate for a while after a configuration change. Select 0 for "
+> "no delay."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:224
+> msgid ""
+> "PNP4Nagios needs meta information about hosts and services. These "
+> "information is stored in XML files. Updating these files for on restart or "
+> "reload of the monitoring core might cause a peak of I/O short time after the "
+> "restart. This might be no problem for smaller installations. You can enable "
+> "this to have the meta information updated when processing the result of the "
+> "first check after the restart."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1607
+> msgid "POP3"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1611
+> msgid "POP3 Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1910
+> msgid "PROB"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:615
+> msgid "Package"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:459
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:638
+> msgid "Package Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1342
+> msgid "Package customized monitoring agents for Windows, Linux and other OSes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:451
+> msgid "Packages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:43
+> msgid "Packet loss"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1433
+> msgid "Pad port numbers with zeroes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:754
+> msgid "Page Size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:335
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:337
+> msgid "Page not found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:483
+> msgid "Page size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:774
+> msgid "Page size to expect"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1387
+> msgid "Pagefile Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6190
+> msgid "Pagefile critical at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1391
+> msgid "Pagefile usage in percent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6189
+> msgid "Pagefile warning at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:816
+> msgid "Pager"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12079
+> msgid "Pager address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:651
+> msgid "Pages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:496
+> msgid "Paper margins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:98
+> msgid "Paragraph of text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:278
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:654
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2002
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2574
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2596
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2599
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2862
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3088
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14134
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15337
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16397
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17065
+> msgid "Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17066
+> msgid ""
+> "Parameters are used in order to make rules more flexible. They must be named "
+> "like variables in programming languages. For example you can make your rule "
+> "have the two parameters HOST and INST. When calling the "
+> "rule - from an aggergation or a higher level rule - you can then specify two "
+> "arbitrary values for these parameters. In the title of the rule as well as "
+> "the host and service names, you can insert the actual value of the "
+> "parameters by $HOST$ and $INST$ (enclosed in dollar signs)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15361
+> #, python-format
+> msgid "Parameters for %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:29
+> msgid "Parameters for Inventorized Checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5131
+> msgid "Parameters for input phases of UPSs and PDUs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5104
+> msgid "Parameters for output phases of UPSs and PDUs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5982
+> msgid "Parameters for the Windows Update Check with WSUS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17078
+> msgid ""
+> "Parameters must contain only A-Z, a-z, 0-9 and _ and must not begin with a "
+> "digit."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2505
+> msgid "Parameters of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:850
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4117
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4243
+> msgid "Parent scan"
+> msgstr "Scanarea parintilor"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4392
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1251
+> msgid "Parents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:72
+> msgid ""
+> "Parents are used to configure the reachability of hosts by the monitoring "
+> "server. A host is considered to be unreachable if all of its parents "
+> "are unreachable or down. Unreachable hosts will not be actively monitored."
+> "
Clusters automatically configure all of their nodes as "
+> "parents, but only if you do not configure parents manually.
In a "
+> "distributed setup make sure that the host and all of its parents are "
+> "monitored by the same site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4451
+> #, python-format
+> msgid "Parents unchanged at %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1359
+> msgid "Parentscan"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:138
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:686
+> msgid "Passive checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:494
+> #, python-format
+> msgid "Passive checks have been manually disabled for this %s!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:271
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11757
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:371
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:384
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1104
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:665
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:680
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:885
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1063
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1151
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1297
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1550
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1599
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1647
+> msgid "Password"
+> msgstr "Parola"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11127
+> #, python-format
+> msgid "Password changed (sync failed: %s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:886
+> msgid "Password for binding, if your server requires an authentication"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:581
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:779
+> msgid "Password for login"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:668
+> msgid "Password for this user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:168
+> msgid "Password:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:462
+> msgid "Path"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4650
+> msgid "Path ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:268
+> msgid "Path-patterns where to search for Jar files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10200
+> msgid "Path:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16222
+> msgid "Pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:911
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:76
+> msgid "Pattern (Regex)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1131
+> msgid "Pattern for mount point (using * and ?)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:840
+> msgid "Patterns for logfiles to monitor (allowing * and ?)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5455
+> msgid "Pause"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1215
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1444
+> msgid "Pd"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1084
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1094
+> msgid "Pending Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4638
+> msgid "Pending changes to activate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4483
+> msgid ""
+> "Per default all Counters a preconfigured in the check. It needed it is "
+> "possible to overwrite that with this rule. To do that, knowledge about the "
+> "Agent Output is needed. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:235
+> msgid ""
+> "Per default all plugins and local scripts are being run sequentially. You "
+> "choose to run all asynchronous plugins in parallel. This can cut down the "
+> "execution time of the agent in situations where several complex scripts are "
+> "being run in the background - at the cost of more CPU usage."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:85
+> msgid "Percent of OK-nodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:88
+> msgid "Percentage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1998
+> #, python-format
+> msgid "Percentage %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:448
+> msgid "Percentage - XX %"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:449
+> msgid "Percentage - XX.X %"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:450
+> msgid "Percentage - XX.XX %"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:451
+> msgid "Percentage - XX.XXX %"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2097
+> msgid "Percentage free"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3266
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3288
+> msgid "Percentage free space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6913
+> msgid "Percentage levels of current thread count in threadpool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5823
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5842
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5861
+> msgid "Percentage levels of used space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6929
+> msgid "Percentage of current threads busy in threadpool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:622
+> msgid "Percentage of points below which an interval is unknown"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2770
+> msgid "Percentage of total RAM"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2460
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2494
+> msgid "Percentual levels (in relation to policy speed)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2363
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2386
+> msgid "Percentual levels (in relation to port speed)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6370
+> msgid "Percentual levels for unused licenses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/perfometer.py:245
+> msgid "Perf-O-Meter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:368
+> msgid "Perfdata"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:566
+> msgid "Perform a check of the URL or the certificate expiration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3663
+> msgid "Perform automatic service detection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:80
+> msgid "Perform commands"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:655
+> msgid "Perform custom action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1303
+> msgid "Perform full SNMP scan always, detect new check types"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18533
+> msgid "Perform network parent scan"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1274
+> msgid "Perform service discovery check every"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4303
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1044
+> msgid "Performance"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:91
+> msgid "Performance Counters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:360
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:72
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:169
+> msgid "Performance Data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4383
+> msgid "Performance Data for Latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4405
+> msgid "Performance Data for Queue Length"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:348
+> msgid "Performance Graph"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:135
+> msgid "Performance Graph of a single service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:73
+> msgid "Performance Graphs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1216
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:194
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:919
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:942
+> msgid "Performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3885
+> msgid "Performance options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:322
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:942
+> msgid "Period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1974
+> msgid "Periodic notifications during host problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1994
+> msgid "Periodic notifications during service problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:268
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:255
+> msgid "Permission denied"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:280
+> msgid "Permission denied."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:140
+> #, python-format
+> msgid "Permission problem: Path not writable %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1495
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5897
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8064
+> msgid "Permissions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:124
+> msgid "Permits the user to change the password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:97
+> msgid "Permits the user to change the user profile settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:130
+> msgid "Permits the user to logout."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:83
+> msgid "Permits to delete all maps the user is contact for."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:62
+> msgid "Permits to delete all maps."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10051
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10053
+> msgid "Pers."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10451
+> msgid "Persistent Connection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12257
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15897
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17300
+> msgid "Personal Settings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:63
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:129
+> msgid "Personal User Settings and Custom Views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1054
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4966
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4983
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5000
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:468
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:172
+> msgid "Phase"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:479
+> msgid "Phase Merging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5123
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5169
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5271
+> msgid "Phase Number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:467
+> msgid "Phase of event (open, counting, etc.)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:488
+> msgid "Physical memory usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:317
+> msgid "Physical port states to inventorize"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:903
+> msgid "Physical state of port"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2379
+> msgid "Piggyback information for other hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2377
+> msgid "Piggyback information from other host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2841
+> msgid "Ping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:146
+> msgid "Placeholder VMs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:151
+> msgid ""
+> "Placeholder VMs are created by the Site Recovery Manager(SRM) and act as "
+> "backup virtual machines in case the default vm is unable to start. This "
+> "option tells the vsphere agent to exclude placeholder vms in its output."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:762
+> msgid "Placement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8783
+> msgid "Plain Email"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11499
+> msgid "Plain Text Email (using configured templates)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:255
+> #: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:39
+> msgid "Platinum"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:397
+> msgid "Play alarm sounds"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4806
+> msgid ""
+> "Please Please note, that the agent replaces spaces in the service names with "
+> "underscores. If you are unsure about the correct spelling of the name then "
+> "please look at the output of the agent (cmk -d HOSTNAME). The service names "
+> "are in the first column of the section <<<services>>>. "
+> "Please do not mix up the service name with the display name of the service."
+> "The latter one is just being displayed as a further information."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17140
+> msgid "Please add at least one child node. Empty rules are useless."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:465
+> msgid "Please add at least one column to your view."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:965
+> msgid "Please choose a report to schedule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15321
+> msgid "Please choose the check plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7276
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7307
+> msgid "Please configure proper bind credentials."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:271
+> #, python-format
+> msgid "Please confirm the deletion of \"%s\"."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13436
+> msgid "Please confirm the deletion of the tag group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17002
+> msgid "Please define at least one aggregation group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2949
+> msgid ""
+> "Please do not forget to specify either VM or HostSystem. "
+> "Example: VM abcsrv123. Also note, that we match the beginning"
+> "i> of the name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1071
+> #, python-format
+> msgid ""
+> "Please edit %s in order to configure which links are shown in this "
+> "snapin."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4320
+> msgid "Please enter Drives, Mdisks or VDisks here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1939
+> msgid "Please enter a correct number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:693
+> msgid "Please enter a filename."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:398
+> msgid "Please enter a positive number of minutes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12896
+> msgid "Please enter a tag ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2028
+> msgid "Please enter a time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:581
+> msgid "Please enter a valid absolut pathname with / as a path separator."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:575
+> msgid "Please enter a valid hostname or IPv4 address."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:332
+> msgid "Please enter a valid integer number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10292
+> msgid "Please enter an alias name or description of this site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10352
+> msgid "Please enter the Multisite URL of the slave site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1165
+> msgid ""
+> "Please enter the complete shell command including path name and arguments to "
+> "execute. You can use Nagios macros here. The most important are:
If you are using OMD, you can omit the path and "
+> "just specify the command (e.g. check_foobar). This command will be "
+> "searched first in the local plugins directory (~/local/lib/nagios/"
+> "plugins) and then in the shipped plugins directory (~/lib/nagios/"
+> "plugins) within your site directory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:629
+> msgid "Please enter the date in the format YYYY-MM-DD."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:685
+> msgid "Please enter the date/time in the format YYYY-MM-DD HH:MM."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:700
+> msgid "Please enter the time in the format HH:MM."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12169
+> #, python-format
+> msgid "Please first create some contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2073
+> msgid "Please leave either both from and until empty or enter two times."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1168
+> msgid "Please make a selection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:541
+> #, python-format
+> msgid "Please make sure that only the %d non-network bits are non-zero"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1194
+> msgid ""
+> "Please make sure that this is unique per host and does not collide with "
+> "other services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1205
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1270
+> msgid ""
+> "Please make sure that you have activated it with omd config set MKEVENTD "
+> "on before starting this site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:433
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:563
+> msgid ""
+> "Please note that if you specify and also if you modify levels here, the "
+> "change is activated only during an inventory. Saving this rule is not "
+> "enough. This is due to the nature of inventory rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:813
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6702
+> msgid ""
+> "Please note: in a few cases the automatic detection of the link speed does "
+> "not work. In these cases you have to set the link speed manually below if "
+> "you want to monitor percentage values"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1061
+> msgid ""
+> "Please note: the time rate selected here is relative to the time when the "
+> "report is being created. For example if you create a weekly report at Monday "
+> "00:00 you need to select last week."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6815
+> msgid "Please select a file for upload."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3137
+> msgid "Please select a file."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:156
+> msgid "Please select at least one notification method."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:924
+> msgid "Please select some hosts before doing bulk operations on hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:944
+> msgid "Please select the destination folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:629
+> msgid "Please select the levels of aggregations."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1288
+> msgid ""
+> "Please select which alarm state the service discovery check services shall "
+> "assume in case that un-monitored services are found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:691
+> #, python-format
+> msgid "Please specify %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:679
+> msgid "Please specify a date and time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11908
+> msgid "Please specify a full name or descriptive alias for the user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:858
+> msgid "Please specify a host name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2176
+> msgid "Please specify a host name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17244
+> msgid "Please specify a name for the new attribute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8008
+> msgid "Please specify a name of the new group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9719
+> msgid "Please specify a name of the new timeperiod."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1910
+> msgid "Please specify a name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15567
+> msgid ""
+> "Please specify a regular expression in the first field. This expression "
+> "should at least contain one subexpression exclosed in brackets - for example "
+> "vm_(.*)_prod. In the second field you specify the translated host "
+> "name and can refer to the first matched group with \\1, the second "
+> "with \\2 and so on, for example \\1.example.org"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11925
+> msgid "Please specify a secret of at least 10 characters length."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13064
+> msgid "Please specify a title for your host tag group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17230
+> msgid "Please specify a title."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5653
+> #, python-format
+> msgid "Please specify a value for %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12449
+> msgid "Please specify an ID for the new role."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13053
+> msgid "Please specify an ID for your tag group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:132
+> msgid "Please specify an absolute path name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9688
+> msgid "Please specify an alias name for your timeperiod."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7999
+> msgid "Please specify an alias name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:856
+> msgid "Please specify an application name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:818
+> msgid "Please specify at least on entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14706
+> #, python-format
+> msgid "Please specify at least one %s or this rule will never match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8349
+> msgid ""
+> "Please specify at least one host. Disable the option if you want to allow "
+> "all hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3594
+> msgid "Please specify at least one hostname."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8368
+> msgid ""
+> "Please specify at least one service regex. Disable the option if you want to "
+> "allow all services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13108
+> msgid "Please specify at least one tag."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:783
+> msgid "Please specify at least one value"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:550
+> msgid "Please specify four octets (X.X.X.X/YY)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:52
+> msgid "Please specify hostname or hash."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:174
+> msgid "Please specify the extensions in lower case and without dot."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10338
+> msgid "Please specify the name of the status host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:55
+> #, python-format
+> msgid ""
+> "Please specify the path to the export file. The text <HOST> "
+> "will be replaced with the host name the inventory has been done for. If you "
+> "use a relative path then that will be replative to Check_MK's directory for "
+> "variable data, which is %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:368
+> msgid "Please specify the user and password needed to access the xml interface"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10670
+> msgid "Please specify your administrator login on the remote site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10673
+> msgid "Please specify your password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12903
+> msgid "Please supply a title for you auxiliary tag."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1789
+> msgid "Please supply a title."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6323
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7063
+> msgid ""
+> "Please use only a-z, A-Z, 0-9, space, underscore, dot and hyphon for your "
+> "service description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:524
+> msgid "Please use the syntax X.X.X.X/YY"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:760
+> msgid "Plesk Backups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:530
+> msgid "Plesk backups and domains (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4915
+> msgid "Plug Item number or name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4910
+> msgid "Plug is OFF"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4909
+> msgid "Plug is ON"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8783
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9021
+> msgid "Plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11518
+> msgid "Plugin Arguments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3249
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8991
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:190
+> msgid "Plugin output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1253
+> msgid "Plugin output in case of absent updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9022
+> msgid "Plugin parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:140
+> msgid "Plugins, local checks and MRPE for non-root users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:732
+> msgid ""
+> "Populates the alias attribute of the WATO user by syncrhonizing an attribute "
+> "from the LDAP user account. By default the LDAP attribute cn is "
+> "used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:77
+> msgid "Popup Message in the GUI (shows up alert window)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6084
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:513
+> msgid "Port"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:187
+> msgid "Port Number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:112
+> msgid "Port for receiving notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:67
+> msgid "Port number for https connection to vSphere"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:81
+> msgid "Port number to be used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1512
+> msgid "Port number:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10194
+> msgid "Port:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:643
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:771
+> msgid "Position"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14972
+> msgid "Positive / Negative"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:290
+> msgid "PostgreSQL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4149
+> msgid "PostgreSQL Database Statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4050
+> msgid "PostgreSQL Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:630
+> msgid "PostgreSQL database and sessions (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1536
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1576
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5144
+> msgid "Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1039
+> msgid "Power Comsumption of APC Devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2930
+> msgid "Powered OFF"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2923
+> msgid "Powered ON"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:376
+> msgid "Precompile aggregations on demand"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:58
+> #, python-format
+> msgid "Prediction for %s - %s - %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15387
+> msgid "Predictive Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1379
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1411
+> msgid "Predictive levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14732
+> msgid "Prefix date and your name to the comment"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:86
+> msgid "Prefix match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1855
+> msgid "Pretty-Print rules in config file of Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1223
+> msgid "Prevent DNS lookups by use of a cache file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:226
+> msgid "Prevent loading HTML from plugin output or log messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:911
+> msgid "Preview this report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4722
+> msgid "Primary - Attaching"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4728
+> msgid "Primary - Consistent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4727
+> msgid "Primary - DUnknown"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4721
+> msgid "Primary - Diskless"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4723
+> msgid "Primary - Failed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4725
+> msgid "Primary - Inconsistent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4724
+> msgid "Primary - Negotiating"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4726
+> msgid "Primary - Outdated"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4729
+> msgid "Primary - UpToDate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4693
+> msgid "Primary / Primary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4692
+> msgid "Primary / Secondary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3012
+> msgid "Printer Input Units"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3003
+> msgid "Printer Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3035
+> msgid "Printer Output Units"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2966
+> msgid "Printer cartridge levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2975
+> msgid "Printer sends used material instead of remaining"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1562
+> msgid "Printer supply default levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1546
+> msgid "Printer supply some remaining status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:39
+> msgid "Printers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:427
+> msgid "Prio"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1031
+> msgid "Priority"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2320
+> msgid "Privacy pass phrase"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2317
+> msgid "Privacy protocol"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1187
+> msgid "Pro."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2647
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2666
+> msgid "Problem Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:469
+> msgid "Problem acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:324
+> msgid "Problem hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:2006
+> #, python-format
+> msgid "Problem while executing hook function %s in hook %s: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:969
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1095
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1551
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1749
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2095
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:560
+> msgid "Problems"
+> msgstr "Probleme"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:168
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:419
+> msgid "Problems (all)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:218
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:219
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:455
+> msgid "Problems (unhandled)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:763
+> msgid "Problems of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:976
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5456
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13438
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13481
+> msgid "Proceed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4289
+> msgid "Process Creations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:343
+> msgid "Process Discovery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:419
+> msgid "Process ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:367
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6265
+> msgid "Process Matching"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:351
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6319
+> #, fuzzy
+> msgid "Process Name"
+> msgstr "Numele Elementului"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6249
+> msgid "Process name as defined at discovery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6196
+> msgid "Process name for usage in the Nagios service description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:71
+> msgid "Process notifications also locally"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1157
+> msgid "Process stored SNMP walks with agent simulator"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:460
+> msgid "Processes performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:70
+> msgid "Processing time per message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:393
+> msgid "Processor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:426
+> msgid "Product"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9083
+> msgid "Profile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:56
+> msgid "Profile requests"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+> msgid "Program"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4949
+> msgid "Progress"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:474
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:972
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2520
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2860
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3087
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7939
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8039
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9277
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10007
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11718
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12389
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17279
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17389
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2778
+> #: /omd/sites/production/share/check_mk/web/htdocs/forms.py:62
+> #: /omd/sites/production/share/check_mk/web/htdocs/forms.py:94
+> msgid "Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:811
+> #, python-format
+> msgid "Properties for %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1979
+> msgid "Properties of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:964
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1017
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1893
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6077
+> msgid "Protocol"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2197
+> msgid "Provisioning Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:672
+> msgid "Proxy-Authorization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:350
+> msgid "Public"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:153
+> #, python-format
+> msgid "Publish %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:458
+> msgid "Publisher"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:98
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6033
+> msgid ""
+> "Put the item names of the logfiles here. For example \"System$\" to select "
+> "the service \"LOG System\". You can use regular expressions which must match "
+> "the beginning of the logfile name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:766
+> msgid "Put this element on"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:51
+> msgid "Python data output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:31
+> msgid "Python raw data output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:203
+> msgid "Queried Hostname or IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:137
+> msgid "Queried host is a host system"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:138
+> msgid "Queried host is the vCenter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:139
+> msgid "Queried host is the vCenter with Check_MK Agent installed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:512
+> msgid "Query Time Limit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:737
+> msgid "Queue Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:35
+> msgid "Quicksearch"
+> msgstr "Cautare rapida"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:72
+> msgid "Quoting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:121
+> msgid "R.State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:303
+> msgid "RAID Arrays"
+> msgstr "Matrici RAID"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:238
+> msgid "RAID Groups"
+> msgstr "Grupuri RAID"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4854
+> msgid "RAID: overall state"
+> msgstr "RAID: starea sistemului"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4867
+> msgid "RAID: state of a single disk"
+> msgstr "RAID: starea unui singur disk"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:907
+> msgid "REWRITE"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1055
+> msgid "RMAN Backups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:628
+> msgid "RRA configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:590
+> #, python-format
+> msgid ""
+> "RRA entry number %d: the number of steps must be greater than that of the "
+> "previous entry."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2387
+> msgid "RRD databases with performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2389
+> msgid "RRD updates in journal of RRD Cache"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:855
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4493
+> msgid "Random Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:553
+> msgid "Random additional delay"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3121
+> msgid "Randomize password"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10223
+> msgid "Rate:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1321
+> msgid "Read"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4391
+> msgid "Read Queue-Length"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18598
+> msgid "Read access to all hosts and folders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18489
+> msgid "Read access to all modules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4302
+> msgid "Read latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3877
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4356
+> msgid "Read throughput"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:113
+> msgid "Receive notifications from remote sites"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6478
+> msgid "Received Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:50
+> msgid "Received messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:948
+> msgid "Recent Event History"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8938
+> msgid "Recent notifications (for analysis)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1724
+> msgid "Recently changed services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:149
+> msgid "Recipient Email address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1257
+> msgid "Record statistics of Inline SNMP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1050
+> msgid "Recovery Area"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1051
+> #, fuzzy
+> msgid "Recovery Status"
+> msgstr "Statusul Serverului"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:183
+> msgid "Red"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16850
+> msgid "Refer to:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:100
+> msgid "Reference"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2120
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3317
+> msgid "Reference size for magic factor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3873
+> msgid "Refresh all services (tabula rasa)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3117
+> #, python-format
+> msgid "Refreshed check configuration of host [%s] with %d services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3593
+> msgid "Regard required mirror space as free space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15451
+> msgid ""
+> "Regardless of how the dynamic levels upper bound are computed according to "
+> "the prediction: the will never be set below the following limits. This "
+> "avoids false alarms during times where the predicted levels would be very "
+> "low."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16866
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16891
+> msgid "Regex for host name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15573
+> msgid "Regular expression"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:552
+> msgid "Regular expression for matching the syslog tag (case insenstive)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:377
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:547
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6274
+> msgid "Regular expression matching command line"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7025
+> msgid "Regular expression matching tasks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:609
+> msgid "Regular expression matching the path"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6297
+> msgid "Regular expression matching username"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15566
+> msgid "Regular expression substitution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:732
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1382
+> msgid "Regular expression to expect in content"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:725
+> msgid "Regular expression: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:916
+> msgid "Regular expressions for message classification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:111
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2886
+> msgid ""
+> "Regular expressions matching the begining of the internal name or the "
+> "description of the service. If no name is given then this rule will match "
+> "all services. The match is done on the beginning of the service name. "
+> "It is done case sensitive. You can do a case insensitive match by "
+> "prefixing the regular expression with (?i). Example: (?i)."
+> "*mssql matches all services which contain MSSQL or MsSQL"
+> "tt> or mssql or..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10220
+> msgid "Regular heartbeat"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:387
+> msgid "Related Views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:92
+> msgid "Relative"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:68
+> msgid "Relative Time of Alert"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15431
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15474
+> msgid "Relative difference from prediction"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:185
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:284
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:523
+> msgid "Reload"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1191
+> msgid "Reload Config!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:805
+> msgid "Reloading..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1443
+> msgid "Remaining Open Slots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1919
+> msgid "Remote IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:97
+> msgid "Remote Protocol"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5084
+> msgid "Remote Temperature"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:92
+> msgid "Remote Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4755
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4759
+> #, python-format
+> msgid "Remote command on site %s failed: %s
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:61
+> msgid "Remote host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1920
+> msgid "Remote port number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:554
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:567
+> msgid "Remove"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:304
+> msgid "Remove Acknowledgement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:501
+> msgid "Remove all"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3188
+> msgid "Remove exceeding"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7658
+> msgid "Remove explicit setting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:615
+> msgid "Remove from Favorites"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3871
+> msgid "Remove obsolete services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12770
+> #, python-format
+> msgid "Removed auxiliary tag %s (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12728
+> #, python-format
+> msgid "Removed host tag group %s (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4471
+> msgid "Removed parents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6994
+> #, python-format
+> msgid "Removed snapshot %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1062
+> #, python-format
+> msgid "Removed: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10102
+> msgid "Removing site-specific configuration variable"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2005
+> #, python-format
+> msgid "Rename %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2226
+> #, python-format
+> msgid "Rename %s %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2272
+> msgid "Rename host!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2265
+> #, python-format
+> msgid "Rename to host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2249
+> #, python-format
+> msgid "Renamed host %s into %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2254
+> #, python-format
+> msgid ""
+> "Renamed host %s into %s at the following places:%s
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:611
+> msgid "Render URL contents in own frame"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:154
+> msgid "Render an error message into the document"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:938
+> msgid "Render background"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:939
+> msgid "Render gray background color behind the dashlets content."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:240
+> msgid "Render horizontal rules between rows"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:610
+> msgid "Render in iframe"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:944
+> msgid "Render the titlebar above the dashlet"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:945
+> msgid "Render the titlebar including title and link above the dashlet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:246
+> msgid "Render vertical rules between columns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:166
+> msgid "Repeat query and allow more results."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:169
+> msgid "Repeat query without limit."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:650
+> msgid ""
+> "Replace the application (syslog tag) with this text. If you have bracketed "
+> "groups in the text to match, then you can use the placeholders \\1, "
+> "\\2, etc. for inserting the first, second etc matching group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:637
+> msgid ""
+> "Replace the host name with this text. If you have bracketed groups in the "
+> "text to match, then you can use the placeholders \\1, \\2, "
+> "etc. for inserting the first, second etc matching group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:623
+> msgid ""
+> "Replace the message text with this text. If you have bracketed groups in the "
+> "text to match, then you can use the placeholders \\1, \\2, "
+> "etc. for inserting the first, second etc matching group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:848
+> msgid "Replace umlauts like \"ü\" with \"ue\""
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:128
+> msgid "Replace with underscores"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15581
+> msgid "Replacement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8949
+> msgid "Replay this notification, send it again!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8873
+> #, python-format
+> msgid "Replayed notifiation number %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15677
+> msgid "Replicate new Authentication Information"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4786
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10060
+> msgid "Replication"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:705
+> msgid "Replication Partner"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15694
+> msgid "Replication States"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11122
+> msgid "Replication completed successfully."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15726
+> msgid "Replication in progress"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1582
+> msgid "Replication interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1628
+> msgid "Replication is disabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10498
+> msgid "Replication method"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4797
+> msgid "Replication result"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:72
+> msgid "Replication synchronization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:39
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:118
+> msgid "Reply-To: Address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:344
+> msgid "Reply-To: email address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:925
+> msgid "Report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:410
+> msgid "Report Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:869
+> msgid "Report Scheduler"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:126
+> msgid "Report of Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1034
+> msgid "Report to create"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:972
+> msgid "Report to schedule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:77
+> msgid "Reporting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/reporting.py:30
+> msgid "Reporting - Default settings for all reports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:133
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:873
+> msgid "Reports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:99
+> msgid "Required number of OK-nodes for a total state of OK:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:100
+> msgid "Required number of OK-nodes for a total state of WARN:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4907
+> msgid "Required plug state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4887
+> msgid "Required switch contact state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:67
+> msgid "Reschedule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:65
+> msgid "Reschedule active checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:97
+> msgid "Reschedule an immediate check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:107
+> msgid "Reschedule an immediate check of the 'Check_MK' service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:57
+> msgid "Reschedule checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:58
+> msgid "Reschedule host and service checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3651
+> msgid "Reserved Space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:839
+> msgid "Reset Counters"
+> msgstr "Reseteaza contoarele"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:150
+> msgid ""
+> "Reset all manually modified attributes of a host or service (like disabled "
+> "notifications)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:149
+> #, fuzzy
+> msgid "Reset modified attributes"
+> msgstr "Atribute personalizate"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:301
+> #, fuzzy
+> msgid "Reset search"
+> msgstr "Cautare noua"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:307
+> msgid "Reset sorting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7658
+> msgid "Reset to default"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:618
+> msgid "Reset to defaults"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6919
+> msgid "Resetted WATO, wiped all configuration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:883
+> msgid "Resetted all rule hit counters to zero"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7584
+> #, python-format
+> msgid "Resetted configuration variable %s to its default."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7412
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7575
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1369
+> msgid "Resetting configuration variable"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7002
+> msgid "Resource Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:761
+> msgid "Response Timeout (sec)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1106
+> msgid "Ressource consumption of windows processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4920
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4922
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5459
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:522
+> msgid "Restart"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6701
+> msgid "Restore Snapshot"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6944
+> msgid "Restore from file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6939
+> msgid "Restore from uploaded file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6905
+> #, python-format
+> msgid "Restored snapshot %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6032
+> msgid "Restrict Logfiles (Prefix matching regular expressions)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1537
+> msgid "Restrict access to the following source IP addresses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:61
+> msgid "Restrict agent access via IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:851
+> msgid "Restrict number of new messages per cycle"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:860
+> msgid "Restrict runtime of logfile parsing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:41
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:63
+> msgid "Restrict severity to at worst"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8416
+> msgid "Restrict to nth to mth notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11539
+> msgid "Restrict to nth to mth notification (escalation)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9017
+> msgid "Resulting notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4699
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4741
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4787
+> msgid "Resulting state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:248
+> msgid "Results"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1057
+> msgid "Resumables"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:98
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:244
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:310
+> msgid "Retrieve information about..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:605
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1005
+> msgid "Retry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5458
+> msgid "Retry Failed Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1004
+> msgid "Retry check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1749
+> msgid "Retry check interval for host checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1660
+> msgid "Retry check interval for service checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3005
+> msgid "Retry this test"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:325
+> msgid "Retry with debug mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1212
+> msgid "Return process times within performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:112
+> msgid "Returns the host_attributes of the given hostname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1260
+> #, python-format
+> msgid "Reused cached compiled BI aggregations (PID %d)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1258
+> #, python-format
+> msgid "Reused persistent livestatus connection from earlier request (PID %d)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:649
+> msgid "Rewrite application"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:636
+> msgid "Rewrite hostname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:622
+> msgid "Rewrite message text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:699
+> msgid "Rewriting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:499
+> msgid "Right"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12593
+> msgid "Role & Permission Matrix"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11773
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12141
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4681
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:943
+> msgid "Roles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12333
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:55
+> msgid "Roles & Permissions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4924
+> msgid "Room temperature (external thermal sensors)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:426
+> msgid "Rotate every day at 00:00 local time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:425
+> msgid "Rotate every full hour"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:427
+> msgid "Rotate every monday at 00:00 local time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:424
+> msgid "Rotate once a minute (only for testing!)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:418
+> msgid "Rotation of history log file"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:36
+> msgid "Round trip average"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1476
+> msgid "Router (FQDN, IP-Address)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1490
+> msgid "Router that must or must not be used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2653
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16371
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:449
+> msgid "Rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2708
+> #, python-format
+> msgid "Rule %d in %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:250
+> msgid "Rule ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8538
+> msgid "Rule ID:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8296
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17116
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:246
+> msgid "Rule Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17046
+> msgid "Rule Title"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8316
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14747
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:266
+> msgid "Rule activation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:34
+> msgid "Rule based notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:984
+> #, python-format
+> msgid "Rule does not match: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13814
+> msgid "Rule folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:61
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:65
+> msgid "Rule hit ratio"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:51
+> msgid "Rule hits"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16944
+> msgid "Rule to call"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:52
+> msgid "Rule tries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13662
+> msgid "Rule-Based Configuration of Host & Service Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:448
+> msgid "Rule-ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16787
+> msgid "Rule:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2710
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7866
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7870
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16382
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1234
+> msgid "Rules"
+> msgstr "Reguli"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16347
+> msgid ""
+> "Rules are the nodes in BI aggregations. Each aggregation has one rule as its "
+> "root."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13660
+> msgid "Rules effective on host "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:832
+> msgid "Rules for event correlation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:62
+> msgid "Rules for the notification of contacts about host and service problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14237
+> msgid "Rules in folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13881
+> msgid "Rules matching "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7780
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9826
+> msgid "Ruleset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:836
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18620
+> msgid "Rulesets"
+> msgstr "Reguli"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13426
+> msgid "Rulesets that contain rules with references to the changed tags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:124
+> msgid "Run as user (empty = root):"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:242
+> msgid "Run asynchronous plugins in parallel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:241
+> msgid "Run asynchronous plugins sequential"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:582
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:602
+> msgid "Run asynchronously"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1069
+> msgid "Run asynchronously and cached"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:190
+> msgid "Run in piggyback mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1131
+> msgid "Run in simulation mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1077
+> msgid "Run report as this user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1066
+> msgid "Run synchronously"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:123
+> msgid "Running"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:904
+> msgid "S."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:737
+> msgid "SAP R/3 Monitoring plugin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:597
+> msgid "SAP R/3 Single Value Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:640
+> msgid "SAP Value Grouping Patterns"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:775
+> msgid "SAP-Client"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8968
+> msgid "SERVICESTATE"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2263
+> msgid "SHA1"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1149
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1181
+> msgid "SID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:391
+> msgid "SMART harddisk monitoring (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1106
+> msgid "SMB share to check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1056
+> msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1542
+> msgid "SMTP Authentication"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1011
+> msgid "SMTP Commands"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1017
+> msgid "SMTP Responses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1526
+> msgid "SMTP Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1536
+> msgid "SMTP TCP Port to connect to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1012
+> msgid "SMTP commands to execute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:710
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2257
+> msgid "SNMP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1156
+> msgid "SNMP Agent Simulator"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2880
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:55
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:222
+> msgid "SNMP Community"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:223
+> msgid "SNMP Community for the SNMP trap"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2282
+> msgid "SNMP community (SNMP Versions 1 and 2c)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2333
+> msgid "SNMP credentials of monitored hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2909
+> #, python-format
+> msgid "SNMP-Retries (Rules)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2899
+> #, python-format
+> msgid "SNMP-Timeout (Rules)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2843
+> msgid "SNMPv1"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2844
+> msgid "SNMPv2c"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2845
+> msgid "SNMPv2c (without Bulkwalk)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:426
+> msgid "SOFT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:315
+> msgid "SQL-statement or procedure name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10523
+> msgid "SSL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1569
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1617
+> msgid "SSL Encryption"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:182
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:490
+> msgid "SSL certificate validation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1049
+> msgid "STARTTLS enabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1780
+> msgid "SYN_RECV"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1770
+> msgid "SYN_SENT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2490
+> msgid "Same version as the monitoring site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9680
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1755
+> msgid "Saturday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:651
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1031
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7225
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7655
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8070
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9209
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9795
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10529
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12267
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12553
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12971
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13216
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14983
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15936
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17021
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17166
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17330
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:737
+> #: /omd/sites/production/share/check_mk/web/htdocs/forms.py:144
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1164
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1340
+> msgid "Save"
+> msgstr "Salveaza"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2973
+> msgid "Save & Exit"
+> msgstr "Salveaza si Iesi"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7226
+> msgid "Save & Test"
+> msgstr "Salveaza si Testeaza"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1900
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2144
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3974
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4046
+> msgid "Save & Finish"
+> msgstr "Salveaza & Termina"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2146
+> msgid "Save & Test"
+> msgstr "Salveaza & Testeaza"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2143
+> msgid "Save & go to Services"
+> msgstr "Salveaza & mergi la Servicii"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:739
+> msgid "Save and go to "
+> msgstr "Salveaza si mergi la"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1045
+> msgid "Save last access times of users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3196
+> msgid "Save manual check configuration"
+> msgstr "Salveaza configuratia manuala a verificarilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1046
+> msgid "Save the time of the latest user activity"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3143
+> #, python-format
+> msgid "Saved check configuration of host [%s] with %d services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:177
+> msgid "Scale to width of page"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4300
+> msgid "Scan all hosts"
+> msgstr "Scaneaza toate elementele"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:351
+> msgid "Schedule and remove downtimes on hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:533
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:542
+> msgid "Schedule downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:526
+> msgid ""
+> "Schedule downtimes on the affected hosts instead of their services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:223
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:166
+> msgid "Scheduled Downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1056
+> msgid "Scheduled Jobs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:899
+> msgid "Scheduled reports"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:516
+> #, python-format
+> msgid ""
+> "Scheduled service check rate: %.1f/s, current rate: %.1f/s, that is %.0f%% "
+> "of the scheduled rate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:398
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:71
+> msgid "Scheduler"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3520
+> msgid "Scheduler Job Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:789
+> msgid ""
+> "Scope to be used in LDAP searches. In most cases Search whole subtree "
+> "below the base DN is the best choice. It searches for matching objects "
+> "recursively."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:875
+> msgid ""
+> "Scope to be used in group related LDAP searches. In most cases Search "
+> "whole subtree below the base DN is the best choice. It searches for "
+> "matching objects in the given base recursively."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:116
+> msgid "Script Type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:181
+> msgid "Script body"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:98
+> msgid "Script executed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:746
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:300
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1344
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7462
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13718
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18132
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:123
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:379
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:30
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1143
+> msgid "Search"
+> msgstr "Cautare"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:800
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:887
+> msgid "Search Filter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1968
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1991
+> msgid "Search Global Logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1656
+> msgid "Search Graphs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:788
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:874
+> msgid "Search Scope"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:795
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:882
+> msgid "Search all entries one level below the base DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:296
+> msgid "Search field allowing regular expression and partial matches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:59
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:65
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:68
+> msgid "Search field allowing regular expressions and partial matches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:290
+> msgid ""
+> "Search field allowing regular expressions and partial matches on the names "
+> "of hostgroups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3351
+> msgid "Search for hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13712
+> msgid "Search for rules: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1592
+> msgid "Search for services and display PNP graphs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7456
+> msgid "Search for settings: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:662
+> msgid "Search for software packages installed on hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3375
+> msgid "Search globally"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3376
+> #, python-format
+> msgid "Search in %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:794
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:881
+> msgid "Search only the entry at the base DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3383
+> msgid "Search results"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:793
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:880
+> msgid "Search whole subtree below the base DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+> msgid "Sec."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1096
+> #, python-format
+> msgid "Second part of tuple must be list or string, not %s\n"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4731
+> msgid "Secondary - Attaching"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4737
+> msgid "Secondary - Consistent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4736
+> msgid "Secondary - DUnknown"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4730
+> msgid "Secondary - Diskless"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4732
+> msgid "Secondary - Failed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4734
+> msgid "Secondary - Inconsistent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4733
+> msgid "Secondary - Negotiating"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4735
+> msgid "Secondary - Outdated"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4738
+> msgid "Secondary - UpToDate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4694
+> msgid "Secondary / Primary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4695
+> msgid "Secondary / Secondary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:999
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1000
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:95
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:452
+> msgid "Seconds"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:87
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:146
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:256
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:407
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:636
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:937
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1085
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1315
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1377
+> msgid "Seconds before connection times out"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:464
+> msgid "Seconds to wait before polling"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:465
+> msgid "Seconds to wait between sending string and polling for response"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1172
+> msgid "Sections - data to collect"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1183
+> msgid "Sections to exclude"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12084
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17298
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1520
+> msgid "Security"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2290
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2299
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2308
+> msgid "Security Level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2268
+> msgid "Security name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:54
+> msgid "See all Nagios objects"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:269
+> msgid "See all events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:49
+> msgid "See all hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:55
+> msgid ""
+> "See all objects regardless of contacts and contact groups. If combined with "
+> "'perform commands' then commands may be done on all objects."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:275
+> msgid "See events not related to a known host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:158
+> #, python-format
+> msgid "See user %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:332
+> msgid "Select Datasource"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:835
+> msgid "Select View"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3209
+> msgid "Select an Icon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9523
+> msgid "Select an iCalendar file (*.ics) from your PC"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:356
+> msgid ""
+> "Select how the count is computed. The algorithm Interval will count "
+> "the number of messages from the first occurrance and reset this counter as "
+> "soon as the interval is elapsed or the maximum count has reached. The token "
+> "bucket algorithm does not work with intervals but simply decreases the "
+> "current count by one for each partial time interval. Please refer to the "
+> "online documentation for more details."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:419
+> msgid "Select specific object type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:714
+> msgid ""
+> "Select the LDAP version the LDAP server is serving. Most modern servers use "
+> "LDAP version 3."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8477
+> msgid ""
+> "Select the host event types and transitions this rule should handle. Note: "
+> "If you activate this option and do not also specify service event "
+> "types then this rule will never hold for service notifications!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8497
+> msgid ""
+> "Select the service event types and transitions this rule should handle. "
+> "Note: If you activate this option and do not also specify host event "
+> "types then this rule will never hold for host notifications!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:721
+> msgid ""
+> "Select the software the LDAP directory is based on. Depending on the "
+> "selection e.g. the attribute names used in LDAP queries will be altered."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:310
+> msgid "Select the type of content element"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:307
+> msgid "Select the type of fixed page element"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1611
+> msgid "Selected"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1347
+> msgid "Selected hosts:\n"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3875
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4291
+> msgid "Selection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:234
+> msgid "Selection of multiple host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:237
+> msgid "Selection of multiple service groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:530
+> msgid "Selection of site is enforced, use this filter for joining"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:273
+> msgid "Selection of the host group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:274
+> msgid "Selection of the service group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:258
+> msgid "Send"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:143
+> msgid "Send Email"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:737
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1394
+> msgid "Send HTTP POST data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:174
+> msgid "Send Notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:85
+> msgid "Send an E-Mail"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:231
+> msgid "Send custom notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6042
+> msgid "Send events to local event console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6047
+> msgid "Send events to local event console in same OMD site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6050
+> msgid "Send events to local event console into unix socket"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6070
+> msgid "Send events to remote syslog host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:81
+> msgid "Send hint to message inbox (bottom of sidebar)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:116
+> msgid "Send monitoring notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:111
+> msgid "Send notification to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1877
+> msgid "Send notifications to Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1899
+> msgid "Send notifications to remote Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:263
+> msgid "Send performance data to Graphite"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1906
+> msgid "Send to remote Event Console via syslog"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1658
+> msgid "Sender email address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6470
+> msgid "Sending Power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4895
+> msgid "Sensor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4934
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5033
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5314
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5361
+> msgid "Sensor ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5284
+> msgid "Sensor name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3228
+> msgid "Sensor names"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:65
+> msgid "Separator"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+> msgid "September"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:428
+> msgid "Serial Number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1459
+> msgid "Serv. by host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7343
+> msgid "Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:186
+> msgid "Server Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:841
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1313
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1352
+> msgid "Server Status"
+> msgstr "Statusul Serverului"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:658
+> msgid "Server performance"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:839
+> msgid "Server time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8989
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15257
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:265
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1288
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1365
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1874
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1921
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:502
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1569
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1662
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:134
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:37
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:67
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+> msgid "Service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:70
+> msgid "Service (exact match)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2593
+> msgid "Service Aggreg."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1629
+> msgid "Service Checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:766
+> msgid "Service Comments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:243
+> msgid "Service Contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:240
+> msgid "Service Contact Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3248
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:520
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:116
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:281
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1425
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:40
+> msgid "Service Description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1311
+> msgid "Service Discovery triggers service discovery check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11587
+> msgid "Service Events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1365
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1379
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:55
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:274
+> msgid "Service Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:58
+> msgid "Service Group Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1438
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1486
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1508
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+> msgid "Service Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1507
+> msgid "Service Groups (Grid)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1485
+> msgid "Service Groups (Summary)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:286
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1039
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:858
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1338
+> msgid "Service Level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:221
+> msgid "Service Level at least"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:222
+> msgid "Service Level at most"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2070
+> msgid "Service Level of hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2081
+> msgid "Service Level of services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:240
+> msgid "Service Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:707
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3080
+> msgid "Service Notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:448
+> msgid "Service Pack"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:449
+> msgid "Service Packs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/perfometer.py:244
+> msgid "Service Perf-O-Meter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:100
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:273
+> msgid "Service Problems (unhandled)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16895
+> msgid "Service Regex:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:796
+> msgid "Service Speed-O-Meter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:47
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:195
+> msgid "Service Statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:515
+> msgid "Service String"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:388
+> msgid "Service Time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:509
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:153
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:73
+> msgid "Service alternative display name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:472
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:320
+> msgid "Service check command"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:479
+> msgid "Service check command expanded"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:584
+> msgid "Service check duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:577
+> msgid "Service check latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:618
+> msgid "Service check type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:938
+> msgid "Service checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:493
+> msgid "Service contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2114
+> msgid "Service contact information"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:486
+> msgid "Service contacts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:875
+> msgid "Service custom variables"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8206
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:380
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1193
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:501
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:152
+> msgid "Service description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:798
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3622
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3821
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4227
+> msgid "Service descriptions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1269
+> msgid "Service discovery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1301
+> msgid "Service discovery check for SNMP devices"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17885
+> #, python-format
+> msgid ""
+> "Service discovery successful. Added %d, Removed %d, Kept %d, New Count %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12240
+> msgid "Service events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1320
+> msgid "Service globally"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11591
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12229
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1894
+> msgid "Service goes into critical state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11590
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12228
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1893
+> msgid "Service goes into unknown state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11589
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12227
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1892
+> msgid "Service goes into warning state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1442
+> msgid ""
+> "Service grouped by host groups. Services not member of a host group are not "
+> "displayed. Services being in more groups, are displayed once for each group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1414
+> msgid ""
+> "Service grouped by service groups. Services not member of a group are not "
+> "displayed. Services being in more groups, are displayed once for each group"
+> msgstr ""
+>
+> # georgem ##############
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7858
+> #, fuzzy
+> msgid "Service groups"
+> msgstr "Grup nou"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:356
+> msgid "Service hard states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:195
+> msgid "Service icons"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:474
+> msgid "Service in downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:470
+> msgid "Service in notif. per."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:668
+> msgid "Service is active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:654
+> msgid "Service is flapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:235
+> msgid "Service is in Group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:849
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:483
+> msgid "Service is stale"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8207
+> msgid "Service level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14651
+> msgid "Service name "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:598
+> msgid "Service normal check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:610
+> msgid "Service normal/retry check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:569
+> msgid "Service notification number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:647
+> msgid "Service notification period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:661
+> msgid "Service notifications enabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1530
+> msgid "Service output for logwatch"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:367
+> msgid "Service performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:395
+> msgid "Service performance data - value number 1"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:402
+> msgid "Service performance data - value number 2"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:409
+> msgid "Service performance data - value number 3"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:416
+> msgid "Service performance data - value number 4"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:423
+> msgid "Service performance data - value number 5"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:430
+> msgid "Service performance data - value number 6"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:437
+> msgid "Service performance data - value number 7"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:444
+> msgid "Service performance data - value number 8"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:451
+> msgid "Service performance data - value number 9"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:188
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:193
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:198
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:203
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:208
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:213
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:218
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:223
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:228
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:233
+> #, python-format
+> msgid "Service performance data - value number %02d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:458
+> msgid "Service performance data - value number 10"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2129
+> msgid "Service period for hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2144
+> msgid "Service period for services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:154
+> msgid "Service plugin output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:773
+> msgid "Service problem acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1550
+> msgid "Service problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2183
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2217
+> msgid "Service problems for NagStaMon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11592
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12230
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1895
+> msgid "Service recovers to OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:604
+> msgid "Service retry check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1233
+> msgid "Service search"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:857
+> msgid "Service service level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:836
+> msgid "Service staleness value"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:337
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:87
+> msgid "Service state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:157
+> msgid "Service state age"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:435
+> msgid "Service state type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:355
+> msgid "Service states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1700
+> msgid "Service whose state changed in the last 60 minutes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:384
+> msgid "Service-Level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16821
+> msgid "Service:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:158
+> msgid "Servicegroup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:295
+> msgid "Servicegroup (Regex)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:236
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:298
+> msgid "Servicegroup (enforced)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1525
+> msgid "Servicegroup alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1519
+> msgid "Servicegroup name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:140
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:220
+> msgid "Servicegroups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:682
+> msgid "Servicegroups the service is member of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:149
+> msgid "Servicegroups, merged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:127
+> msgid "Servicelevel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:125
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:105
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:172
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2000
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2521
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2864
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14132
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14902
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:124
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:169
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:220
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:217
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:284
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:548
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:577
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:829
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1234
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1460
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1725
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2040
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1244
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1472
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:558
+> msgid "Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:110
+> msgid "Services (Regular Expressions)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3849
+> msgid "Services added"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1437
+> msgid "Services by group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1243
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1471
+> msgid "Services colored according to state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:114
+> msgid "Services grouped by host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:106
+> msgid "Services grouped by service groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3851
+> msgid "Services kept"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:549
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:578
+> msgid "Services of Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:859
+> msgid "Services of Hostgroup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:594
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:606
+> msgid "Services of Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2017
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2039
+> msgid "Services of Site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1357
+> msgid "Services of a service group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:297
+> msgid "Services of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3076
+> #, python-format
+> msgid "Services of host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:296
+> msgid "Services of this host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3850
+> msgid "Services removed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4792
+> msgid "Services states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2083
+> msgid ""
+> "Services that are declared as disabled by this rule set will not be "
+> "added to a host during inventory (automatic service detection). Services "
+> "that already exist will continued to be monitored but be marked as obsolete "
+> "in the service list of a host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1729
+> msgid ""
+> "Services that have not been checked for too long according to their "
+> "configured check intervals."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:684
+> msgid "Services: CRIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:632
+> msgid "Services: OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:736
+> msgid "Services: PENDING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:710
+> msgid "Services: UNKNOWN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:658
+> msgid "Services: WARN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1958
+> msgid "Set Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1467
+> msgid "Set a filter for refining the shown data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4745
+> msgid "Set diskstates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:595
+> msgid "Set event to acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1494
+> msgid "Set expected router mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1563
+> msgid "Set global default levels for warning and critical. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:196
+> msgid "Set height"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4469
+> #, python-format
+> msgid "Set parents to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:180
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:182
+> msgid "Set resolution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4704
+> msgid "Set roles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:203
+> msgid "Set size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5290
+> msgid "Set state to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:205
+> msgid "Set the absolute size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:732
+> msgid ""
+> "Set the credentials to be used to connect to the LDAP server. The used "
+> "account must not be allowed to do any changes in the directory the whole "
+> "connection is read only. In some environment an anonymous connect/bind is "
+> "allowed, in this case you don't have to configure anything here.It must be "
+> "possible to list all needed user and group objects from the directory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:198
+> msgid "Set the height"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:666
+> msgid ""
+> "Set the host address of the LDAP server. Might be an IP address or "
+> "resolvable hostname."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:720
+> msgid "Set the maximum and minimum length for the queue size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1547
+> msgid ""
+> "Set the reported nagios state when the fill state is something between empty "
+> "and small remaining capacity"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:191
+> msgid "Set the width"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:577
+> msgid ""
+> "Set this in order to specify the name of the virtual host for the query "
+> "(using HTTP/1.1). If you leave this empty, then the IP address of the host "
+> "will be used instead."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1353
+> msgid ""
+> "Set this in order to specify the name of the virtual host for the query "
+> "(using HTTP/1.1). When you leave this empty, then the IP address of the host "
+> "will be used instead."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:198
+> msgid "Set to:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:189
+> msgid "Set width"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:350
+> msgid "Set/Remove Downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1235
+> msgid "Settings"
+> msgstr "Setari"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1928
+> msgid "Settings and Checks dealing with the Check_MK Event Console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2246
+> msgid "Settings concerning the connection to the Check_MK and SNMP agents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4276
+> msgid "Settings for Parent Scan"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:675
+> msgid "Settings for host checks via Smart PING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2359
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2382
+> msgid ""
+> "Settings levels on the used bandwidth is optional. If you do set levels you "
+> "might also consider using an averaging."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2456
+> msgid ""
+> "Settings levels on the used bandwidth is optional. If you do set levels you "
+> "might also consider using averaging."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:234
+> msgid "Several Host Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:237
+> msgid "Several Service Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:178
+> msgid ""
+> "Several pages which use tables to show data in rows, like the \"Users\" "
+> "configuration page, can be configured to show only a limited number of rows "
+> "when accessing the pages."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1287
+> msgid "Severity of failed service discovery check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:466
+> msgid "Short Time Intervals"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1172
+> msgid "Shortest"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:520
+> msgid "Should WATO restart or reload Nagios when activating changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8847
+> msgid "Show Bulks"
+> msgstr "Arata in masa"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3203
+> msgid "Show Check Parameters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1334
+> msgid "Show Checkboxes and bulk actions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:180
+> msgid "Show Context"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/inventory.py:30
+> msgid "Show Hardware/Software-Inventory of this host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16110
+> msgid "Show Logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:106
+> msgid "Show MK Livestatus error messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:943
+> msgid "Show Title"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:239
+> msgid "Show WATO icon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:389
+> msgid "Show all buttons"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:486
+> msgid "Show all hosts when opening the network topology view"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:234
+> msgid "Show column headings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1535
+> msgid "Show count and last message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:394
+> msgid "Show data only on search"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:238
+> msgid "Show icon linking to WATO parameter editor for services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17318
+> msgid "Show in Table"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:379
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1082
+> #, python-format
+> msgid "Show information of a single %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:932
+> msgid "Show information of single"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1536
+> msgid "Show only count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13694
+> msgid "Show only modified rulesets
(all rulesets with at least one rule)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:136
+> msgid "Show only most frequently used buttons"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:192
+> msgid "Show only problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:76
+> msgid "Show only this aggregation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:90
+> msgid "Show prediction for "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:730
+> msgid "Show the header of the dashboard with the configured title."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1441
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1462
+> msgid "Show the service problems contained in this branch"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:227
+> #, python-format
+> msgid "Show this %s in Nagios"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:393
+> msgid "Show this view in the Mobile GUI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:504
+> msgid "Show timeline of each object directly in table"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8837
+> msgid "Show user rules"
+> msgstr "Arata regulile de utilizator"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:127
+> msgid "Showing all hosts in a compact layout."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:603
+> msgid "Showing information of multiple objects."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2741
+> msgid "Shows a single aggregation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1015
+> msgid "Shows details of a host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2045
+> msgid "Shows number of alerts grouped for each service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:80
+> msgid "Shows the Check_MK logo."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1206
+> msgid "Shows the Wiki Navigation of the OMD Site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:58
+> msgid "Sidebar snapins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2426
+> msgid "Signal quality of Wireless device"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:253
+> msgid "Signatures of certificates in JAR files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:275
+> msgid "Silently drop message, do no actions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:158
+> msgid "Silently ignore the problem, skip this graph"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:876
+> msgid "Silently skip exceeding messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:253
+> #: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:37
+> #, fuzzy
+> msgid "Silver"
+> msgstr "Salveaza"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17186
+> msgid "Simple Text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4551
+> msgid "Simple checks for BIOS/Hardware errors"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2837
+> msgid ""
+> "Simple summary page of all BI aggregates that is used as a web services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2415
+> msgid "Simulating SNMP by using a stored SNMP walk"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1130
+> msgid "Simulation mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1141
+> msgid "Simultanous activation of changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2807
+> msgid ""
+> "Single Aggregation for simple API calls. Contains the state and state output."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:99
+> msgid "Single dataset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2410
+> msgid "Single-Host Aggregations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2505
+> msgid "Single-Host Aggregations of Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2709
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2734
+> msgid "Single-Host Problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1919
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:280
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:156
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:489
+> msgid "Site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:440
+> #, python-format
+> msgid "Site %s does not exist"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:446
+> #, python-format
+> msgid "Site %s is switched off"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:112
+> msgid "Site Alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4658
+> msgid "Site Configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10409
+> msgid "Site ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11266
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11303
+> #, python-format
+> msgid "Site ID mismatch. Our ID is '%s', but you are saying we are '%s'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:287
+> msgid "Site alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:279
+> msgid "Site id"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18636
+> msgid "Site management"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18641
+> msgid "Site remote automation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:472
+> msgid "Site status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10186
+> msgid "Site-Globals"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10015
+> msgid "Site-ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10012
+> msgid "Site-specific global configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7549
+> #, python-format
+> msgid "Site-specific global configuration for %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6644
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6964
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:173
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3635
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:416
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:429
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:461
+> msgid "Size"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1064
+> msgid "Size and age of single files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5953
+> msgid "Size of DB2 logfiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4030
+> msgid "Size of MySQL/PostgresQL databases"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5926
+> msgid "Size of the queue"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1191
+> msgid "Size, age and count of file groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:874
+> msgid "Skip exceeding messages, create one critical message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:875
+> msgid "Skip exceeding messages, create one warning message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4298
+> msgid "Skip hosts hosts with non-empty parents (also if inherited)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4296
+> msgid "Skip hosts with explicit parent definitions (even if empty)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:849
+> msgid "Skip users with umlauts in their User-IDs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7318
+> msgid "Skipping this test (Plugin is not enabled)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4861
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10057
+> msgid "Slave"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10501
+> msgid "Slave: push configuration to this site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1777
+> msgid "Smart PING (only with Check_MK Micro Core)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:676
+> msgid ""
+> "Smart PING is the default method for host checks when using the Check_MK "
+> "Micro Core. The Core sends out ICMP echo requests (PING) at the rate "
+> "configured with Normal check interval for host checks (or Retry "
+> "check interval for host checks while the host is in soft non-UP state). "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:385
+> msgid "Smart PING: omit payload in ICMP packets"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6629
+> #, python-format
+> msgid "Snapshot %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6568
+> msgid "Snapshot build currently in progress"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6797
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7013
+> #, python-format
+> msgid "Snapshot created by %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6462
+> msgid "Snapshot created with old version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6865
+> msgid "Snapshot deleted."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6613
+> #, python-format
+> msgid "Snapshot details of %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6639
+> msgid "Snapshot is empty!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6948
+> msgid "Snapshots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10024
+> msgid "Socket"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:145
+> msgid "Soft query limit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:439
+> msgid "Software"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:628
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:630
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:114
+> msgid "Software Package"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:661
+> msgid "Software Package Search"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2976
+> msgid ""
+> "Some Printers (eg. Konica for Drum Cartdiges) returning the available fuel "
+> "instead of what is left. In this case it's possible to upturn the levels to "
+> "handle this behavior"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2523
+> msgid ""
+> "Some agents or agent plugins send data not only for the queried host but "
+> "also for other hosts "piggyback" with their own data. This is the "
+> "case for the vSphere special agent and the SAP R/3 plugin, for example. The "
+> "hostnames that these agents send must match your hostnames in your "
+> "monitoring configuration. If that is not the case, then with this rule you "
+> "can define a hostname translation. Note: This rule must be configured for "
+> "the "pig" - i.e. the host that the agent is running on. It is not "
+> "applied to the translated piggybacked hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2341
+> msgid ""
+> "Some devices send texts in non-ASCII characters. Check_MK always assumes UTF-"
+> "8 encoding. You can declare other other encodings here"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:402
+> msgid ""
+> "Some jobs in the Core need to be checked on a regular basis. The most "
+> "important one is delayed notifications. This settings decides, how often "
+> "these jobs should happen. Larger values add latency to the events in "
+> "question. A too small value wastes CPU resources in larger setups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:74
+> msgid ""
+> "Some of the display columns offer options for customizing their output. For "
+> "example time stamp columns can be displayed absolute, relative or in a mixed "
+> "style. This permission allows the user to modify display options"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13468
+> msgid ""
+> "Some tags that are used in rules have been removed by you. What shall we do "
+> "with that rules?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:207
+> msgid "Sorry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:350
+> msgid "Sorry, I will not display more than 900 hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:696
+> msgid ""
+> "Sorry, only absolute filenames are allowed. Your filename must begin with a "
+> "slash."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17246
+> msgid "Sorry, spaces are not allowed in attribute names."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8010
+> msgid "Sorry, spaces are not allowed in group names."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8014
+> msgid "Sorry, there is already a group with that name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17250
+> msgid "Sorry, there is already an attribute with that name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4703
+> msgid "Sorry, you are not allowed to activate changes of other users."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1971
+> msgid "Sorry, you are not allowed to clone hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1149
+> #, python-format
+> msgid ""
+> "Sorry, you cannot assign the contact group '%s' because you are not "
+> "member in that group. Your groups are: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:638
+> msgid "Sorry, you cannot edit hosts in this folder. They are locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:426
+> msgid "Sorry, you cannot edit this folder. It is locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1050
+> #, python-format
+> msgid ""
+> "Sorry, you have no permission on the host '%s'. The host's contact "
+> "groups are %s, your contact groups are %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1117
+> #, python-format
+> msgid "Sorry, you have no permissions to the folder %s. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:254
+> msgid "Sorry, you lack the permission for editing this type of visuals."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15885
+> msgid "Sorry, your user account does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1819
+> msgid ""
+> "Sorry. In order to change the permissions of a folder you need write access "
+> "to the parent folder."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2203
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3942
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4005
+> msgid ""
+> "Sorry. In order to change the permissions of a host you need write access to "
+> "the folder it is contained in."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:869
+> msgid ""
+> "Sorry. In order to delete a folder you need write permissions to its parent "
+> "folder."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1881
+> msgid "Sorry. This command is not implemented."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:2247
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:268
+> #, python-format
+> msgid "Sort by %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:546
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:567
+> msgid "Sorting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:368
+> msgid "Source (n'th Graph)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:125
+> msgid "Spaces in hostnames"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:29
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:359
+> msgid "Specialized agents, e.g. check via SSH, ESX vSphere, SAP R/3"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:958
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1012
+> msgid "Specific list of instances"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:601
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1084
+> msgid "Specific objects"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2491
+> msgid "Specific version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:216
+> msgid "Specify DNS Server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8362
+> msgid ""
+> "Specify a list of regular expressions that must match the beginning "
+> "of the service name in order for the rule to match. Note: Host notifications "
+> "never match this rule if this option is being used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14903
+> msgid ""
+> "Specify a list of service patterns this rule shall apply to. The patterns "
+> "must match the beginning of the service in question. Adding a $"
+> "tt> to the end forces an excact match. Pattern use regular expressions"
+> "b>. A .* will match an arbitrary text."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:954
+> msgid ""
+> "Specify all expected mount options here. If the list of actually found "
+> "options differs from this list, the check will go warning or critical. Just "
+> "the option commit is being ignored since it is modified by the "
+> "power saving algorithms."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1941
+> msgid "Specify an arbitrary name of this connection here"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1780
+> msgid ""
+> "Specify at which time period a new file for the event history will be "
+> "created."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14881
+> msgid "Specify explicit host names"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14931
+> msgid "Specify explicit values"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1954
+> msgid "Specify explicitly"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2544
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2570
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2614
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2747
+> msgid "Specify levels in absolute usage values"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2672
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2691
+> msgid "Specify levels in absolute values"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2607
+> msgid "Specify levels in percentage of total Flash"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2520
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2537
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2563
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2665
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2684
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2742
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2791
+> msgid "Specify levels in percentage of total RAM"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2590
+> msgid "Specify levels in percentage of total memory usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1983
+> msgid "Specify queue names that the rule should apply"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:919
+> msgid "Specify the Group DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:742
+> msgid ""
+> "Specify the distinguished name to be used to bind to the LDAP directory, e. "
+> "g. CN=ldap,OU=users,DC=example,DC=com"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1562
+> msgid ""
+> "Specify the host name or IP address of the master Event Console that you "
+> "want to replicate from. The port number must be the same as set in the "
+> "master in Access to event status via TCP."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1032
+> msgid "Specify the initial contact groups of an automatically created user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1026
+> msgid "Specify the initial roles of an automatically created user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3603
+> msgid "Specify the name of the ASM Disk Group "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:748
+> msgid "Specify the password to be used to bind to the LDAP directory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:795
+> msgid ""
+> "Specify the paths in CCMS that you want to monitor. Each entry must match "
+> "the full path to one or several monitor objects. We use unix shell patterns "
+> "during matching, so you can use several chars as placeholders:"
+> "
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10832
+> msgid "Specify the site that should monitor this host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3619
+> msgid "Specify time since last successful backup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:784
+> msgid "Specify two upper case letters like EN or DE."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:151
+> msgid ""
+> "Specify what we shall do if the selected graph is missing or cannot be "
+> "retrieved."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:417
+> msgid "Speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2391
+> msgid "Spool files of PNP4Nagios"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:78
+> msgid "Spool notifications to remote site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6056
+> msgid "Spool to event console"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6057
+> msgid "Spooling: Send events to local event console in same OMD site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6061
+> msgid "Spooling: Send events to local event console into given spool directory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:850
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1330
+> msgid "Stale"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1748
+> msgid "Stale services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:837
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1323
+> msgid "Staleness"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:430
+> msgid "Staleness value to mark hosts / services stale"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4642
+> msgid "Standby paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3895
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4352
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1653
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1682
+> msgid "Start"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8518
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11594
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12234
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1873
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1897
+> msgid "Start or end of a scheduled downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8488
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11579
+> msgid "Start or end of a scheduled downtime "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8487
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8517
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11578
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11593
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12233
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1872
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1896
+> msgid "Start or end of flapping state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4777
+> msgid "Start type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4523
+> msgid "Start!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1922
+> msgid "Start-Time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:188
+> msgid "Start-URL to display in main frame"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:152
+> msgid "Starts a service discovery for the given hostname."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4799
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7360
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8975
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8977
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8980
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8983
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8986
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16221
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:901
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:280
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1009
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1019
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:67
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1900
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1012
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1015
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:461
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:107
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:114
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:338
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1873
+> msgid "State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:460
+> msgid "State (severity) of event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1656
+> msgid "State Retention Interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1104
+> msgid "State and Count of Processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1105
+> msgid "State and Count of Processes (with additional performance data)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6241
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6260
+> msgid "State and count of processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+> msgid "State classification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:153
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:414
+> msgid "State for connection refusal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:456
+> msgid "State for expected string mismatch"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2451
+> msgid "State if just some agent sections are missing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4799
+> msgid "State if no entry matches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1612
+> msgid "State if tunnel is not found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3544
+> msgid "State in case of Archivelogmode is disabled: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3538
+> msgid "State in case of Archivelogmode is enabled: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3556
+> msgid "State in case of Force Logging is disabled: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3550
+> msgid "State in case of Force Logging is enabled: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2446
+> msgid "State in case of a overall timeout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1243
+> msgid "State in case of absent updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2441
+> msgid "State in case of connection problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2456
+> msgid "State in case of empty agent output"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3562
+> msgid "State in case of logins are not possible: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2466
+> msgid "State in case of unhandled exception"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2461
+> msgid "State in case of wrong agent version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2910
+> msgid "State of ESX hosts and virtual machines"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5369
+> msgid "State of NTP time synchronisation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4903
+> msgid "State of PDU Plugs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16808
+> msgid "State of a host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16815
+> msgid "State of a service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:102
+> msgid "State of event changed by user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16829
+> msgid "State of remaining services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:276
+> msgid "State retention interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4870
+> msgid ""
+> "State the disk is expected to be in. Typical good states are online, host "
+> "spare, OK and the like. The exact way of how to specify a state depends on "
+> "the check and hard type being used. Please take examples from inventorized "
+> "checks for reference."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1741
+> msgid "State when missing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:769
+> msgid "State when no backup can be found"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:765
+> msgid "State when no backup is configured"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:43
+> msgid "Statement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:687
+> msgid "States"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1697
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6520
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6562
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6597
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6632
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6678
+> msgid "States treated as critical"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1690
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6513
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6555
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6590
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6625
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6671
+> msgid "States treated as warning"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2533
+> msgid "Statgrab Memory Usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:488
+> msgid "Static text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6173
+> msgid "Statically configured Check_MK checks that do not rely on the inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1679
+> msgid "Statistics Interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3245
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4788
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4949
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6967
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18100
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18109
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18118
+> msgid "Status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:249
+> msgid "Status Classification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:41
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1838
+> msgid "Status GUI (Multisite)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:277
+> msgid "Status Grouping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:143
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1507
+> msgid "Status View"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:355
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:362
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:912
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:76
+> msgid "Status detail"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10033
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10035
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10471
+> msgid "Status host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1068
+> msgid "Status of Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2238
+> msgid "Status of Linux bonding interfaces"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1238
+> msgid "Status of a single service, to be used for linking"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1286
+> #, python-format
+> msgid "Status of last synchronization: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2471
+> msgid "Status of the Check_MK service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:729
+> #, python-format
+> msgid "Step %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:609
+> msgid "Step (precision)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:718
+> msgid "Still nothing happened."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:484
+> msgid "Stop Editing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:124
+> msgid "Stopped"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:419
+> msgid "Storage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:37
+> msgid "Storage, Filesystems and Files"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:60
+> msgid "Store notifications for rule analysis"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:360
+> msgid "Store output value into RRD database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:142
+> msgid "Stored SNMP Walks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:531
+> msgid "Street name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:533
+> msgid "Street number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:57
+> msgid "Strict - Must be contact of all members"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:47
+> msgid "Strict - Must be explicit contact of a service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:644
+> msgid "String to be sent in http header as \"User Agent\""
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1002
+> msgid ""
+> "String to expect in first line of server response. The default is 220"
+> "tt>."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:700
+> msgid "String to expect in response headers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:162
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:423
+> msgid "String to send"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:499
+> msgid "String to send server to initiate a clean close of the connection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:167
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:434
+> msgid "Strings to expect in response"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:705
+> msgid "Strings to expect in server response"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16896
+> msgid ""
+> "Subexpressions enclosed in ( and ) will be available as "
+> "arguments $2$, $3$, etc."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:348
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:156
+> msgid "Subject"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:46
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:125
+> msgid "Subject for host notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:55
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:134
+> msgid "Subject for service notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:765
+> msgid "Submit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/crashed_check.py:82
+> msgid "Submit Report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7355
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11001
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11152
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1287
+> msgid "Success"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2066
+> #, python-format
+> msgid ""
+> "Successfully created the host. Now you should do a service "
+> "discovery in order to auto-configure all services to be checked on this "
+> "host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1671
+> #, python-format
+> msgid "Successfully deleted %d hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4717
+> msgid "Successfully discarded all pending changes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9944
+> #, python-format
+> msgid "Successfully logged into remote site '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9945
+> #, python-format
+> msgid "Successfully logged into remote site '%s'!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:947
+> #, python-format
+> msgid "Successfully moved %d hosts to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3513
+> #, python-format
+> msgid "Successfully moved %d hosts to their original folder destinations."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6906
+> msgid "Successfully restored snapshot."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:380
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1938
+> #, python-format
+> msgid "Successfully sent %d commands."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2018
+> #, python-format
+> msgid "Successfully updated IP addresses of %d hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15877
+> msgid "Successfully updated user profile."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1432
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:635
+> msgid "Summary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:315
+> msgid "Summary hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:488
+> msgid "Summary line"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4413
+> msgid "Summary of all disks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4414
+> msgid "Summary of disk input (read)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4415
+> msgid "Summary of disk output (write)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9681
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1756
+> msgid "Sunday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:160
+> msgid "Support 4.1"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:159
+> msgid "Support ESX 4.1 (using slower PySphere implementation)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2937
+> msgid "Suspended"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4792
+> msgid "Sv."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:507
+> msgid "Swap left and right margins on pages with even numbers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:964
+> #, python-format
+> msgid "Switch %s %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1301
+> msgid "Switch back to sync mode!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4884
+> msgid "Switch contact state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1476
+> msgid "Switch slave replication mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1299
+> msgid "Switch to Takeover mode!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1258
+> #, python-format
+> msgid "Switched replication slave mode to %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1259
+> #, python-format
+> msgid "Switched to %s mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:466
+> msgid "Symantec Anti Virus (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4916
+> msgid "Sync"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4918
+> msgid "Sync & Restart"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11649
+> msgid "Sync Users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7339
+> msgid "Sync-Plugin: Roles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11346
+> #, python-format
+> msgid "Synchronized with master (my site id is %s.)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:713
+> msgid "Synchronizes the email of the LDAP user account into Check_MK."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:751
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:220
+> msgid "Syslog Facility"
+> msgstr "Unitatea Syslog"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:191
+> msgid "Syslog Facility to use"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:744
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:173
+> msgid "Syslog Priority"
+> msgstr "Prioritatea Syslog"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1915
+> msgid "Syslog facility for Event Console notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6096
+> msgid "Syslog facility for forwarded messages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:608
+> msgid "Syslog priority to cancel event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:433
+> msgid "Syslog-Facility"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:426
+> msgid "Syslog-Priority"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1702
+> msgid "Syslog-like message logging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:418
+> msgid "System"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:297
+> msgid "System Info"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:773
+> msgid "System Number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:298
+> msgid "System Stats"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:209
+> msgid "System time (time synchronization)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:208
+> msgid "System uptime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1894
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6075
+> msgid "TCP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1778
+> msgid "TCP Connect"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:681
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:374
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:602
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:821
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:895
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1128
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1366
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1577
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1585
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1625
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1633
+> msgid "TCP Port"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:975
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1028
+> msgid "TCP Port Number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:66
+> msgid "TCP Port number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1572
+> msgid "TCP Port number of status socket:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2023
+> msgid "TCP Port number:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:246
+> msgid "TCP Port of carbone line receiver"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10190
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:971
+> msgid "TCP Port to connect to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1500
+> msgid "TCP SYN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1593
+> msgid "TCP connection timeout for connecting to the master"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:64
+> msgid "TCP port"
+> msgstr "Portul TCO"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:653
+> msgid "TCP port for connection"
+> msgstr "Portul TCP pentru conexiune"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2429
+> msgid "TCP port for connection to Check_MK agent"
+> msgstr "TCP port pentru conexiunile la agentul Check_MK"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1129
+> msgid "TCP port number to connect to. Usually either 139 or 445."
+> msgstr "Numar port TCP pentru conexiune. Deobicei 139 sau 445."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1122
+> msgid "TCP-Port for Listener"
+> msgstr "TCP-Port pentru Listener"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1813
+> msgid "TIME_WAIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1054
+> msgid "TS Quotas"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:572
+> msgid "TSM - IBM Tivoli Storage Manager (Linux, Unix)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:475
+> msgid "Table"
+> msgstr "Tabel"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:273
+> msgid "Table Layout"
+> msgstr "Asezare tabel"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:786
+> msgid "Table of all currently open events (handled and unhandled)"
+> msgstr "Tabel cu toate evenimentele deschise (manipulate si netratate)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:148
+> msgid "Table of available text macros"
+> msgstr "Tabel cu macro-uri disponibile"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:146
+> msgid "Table options"
+> msgstr "Optiuni tabel"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3283
+> msgid "Tablespace larger than"
+> msgstr "Tablespace mai mare decat"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3685
+> msgid "Tablespace name"
+> msgstr "Nume tablespace"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1053
+> msgid "Tablespaces"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:42
+> msgid "Tabloid"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:576
+> msgid "Tactical Overview"
+> msgstr "Privire de ansamblu"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12947
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13020
+> msgid "Tag ID"
+> msgstr "ID Tag"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1505
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1924
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1947
+> msgid "Tags"
+> msgstr "Tag-uri"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13083
+> #, python-format
+> msgid "Tags IDs must be unique. You've used %s twice."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:36
+> msgid ""
+> "Tags classify hosts and are the fundament of configuration of hosts and "
+> "services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13110
+> msgid "Tags with only one choice must have an ID."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:59
+> msgid "Take n'th best state for n = "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:37
+> msgid "Take n'th worst state for n = "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1606
+> msgid "Takeover after a master downtime of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1283
+> msgid "Takeover!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2222
+> msgid "Target State"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4869
+> msgid "Target state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2918
+> msgid "Target states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:539
+> msgid "Task Matching"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5077
+> msgid "Temperature"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5324
+> msgid "Temperature Trend Analysis"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5072
+> msgid "Temperature and Humidity for Eaton UPS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4926
+> msgid ""
+> "Temperature levels for external thermometers that are used for monitoring "
+> "the temperature of a datacenter. An example is the webthem from W&T."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5058
+> msgid "Temperature levels for hard disks, that is determined e.g. via SMART"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5024
+> msgid ""
+> "Temperature levels for hardware devices like Brocade switches with "
+> "(potentially) several temperature sensors. Sensor IDs can be selected in the "
+> "rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5043
+> msgid ""
+> "Temperature levels for hardware devices like DELL Powerconnect that have "
+> "just one temperature sensor. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4944
+> msgid ""
+> "Temperature levels for hardware devices with a single temperature sensor."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5311
+> msgid "Temperature sensors with builtin levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5322
+> msgid "Temperature trends for devices with builtin levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:40
+> msgid "Temperature, Humidity, Electrical Parameters, etc."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:87
+> msgid "Template for PDF exporting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:111
+> msgid "Template for PDF exporting of availability views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:99
+> msgid "Template for PDF exporting of views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:31
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:86
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:98
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:110
+> msgid "Templates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:57
+> msgid "Temporarily disable all notifications!"
+> msgstr "Dezactiveaza temporar toate notificarile!"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10492
+> msgid "Temporarily disable this connection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3321
+> msgid "Temporarily ignore this service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:150
+> msgid "Terse"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2984
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7359
+> msgid "Test"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5300
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:105
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:102
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:495
+> msgid "Text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:816
+> msgid "Text logfiles (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:600
+> msgid "Text to cancel event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16143
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:535
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1045
+> msgid "Text to match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:59
+> msgid "Text to place"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:165
+> msgid "Text-body of the email to send. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:331
+> msgid "Text/Message of the event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12405
+> msgid "That many permissions do not use the factory defaults."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:340
+> msgid "That many times the message must occur until an event is created"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:763
+> #, python-format
+> msgid ""
+> "The \"Authentication Expiration\" attribute (%s) could not be fetched from "
+> "the LDAP server for user %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14532
+> #, python-format
+> msgid "The %s %s does not match this rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:524
+> #, python-format
+> msgid "The %s does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1738
+> #, python-format
+> msgid "The %s started flapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1736
+> #, python-format
+> msgid "The %s stopped flapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2096
+> msgid "The from time must not be greater then the until time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5782
+> msgid ""
+> "The BEA application servers have 'Execute Queues' in which requests are "
+> "processed. This rule allows to set warn and crit levels for the number of "
+> "requests that are being queued for processing. Other keywords for this rule: "
+> "Tomcat, Jolokia, JMX. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3060
+> msgid ""
+> "The CPU load of a system is the number of processes currently being in the "
+> "state running, i.e. either they occupy a CPU or wait for one. The "
+> "load average is the averaged CPU load over the last 1, 5 or 15 "
+> "minutes. The following levels will be applied on the average load. On Linux "
+> "system the 15-minute average load is used when applying those levels. The "
+> "configured levels are multiplied with the number of CPUs, so you should "
+> "configure the levels based on the value you want to be warned \"per CPU\"."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3085
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3097
+> msgid ""
+> "The CPU utilization sums up the percentages of CPU time that is used for "
+> "user processes and kernel routines over all available cores within the last "
+> "check interval. The possible range is from 0% to 100%"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3198
+> msgid ""
+> "The CPU utilization sums up the percentages of CPU time that is used for "
+> "user processes, kernel routines (system), disk wait (sometimes also called "
+> "IO wait) or nothing (idle). Currently you can only set warning/critical "
+> "levels to the disk wait. This is the total percentage of time all CPUs have "
+> "nothing else to do then waiting for data coming from or going to disk. If "
+> "you have a significant disk wait the the bottleneck of your server is IO. "
+> "Please note that depending on the applications being run this might or might "
+> "not be totally normal."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:199
+> msgid ""
+> "The Check_MK Agent for Windows has a number of builtin modules that provide "
+> "functionality for various types of checks. Usually all those sections are "
+> "being executed, but here you can select which sections you want the agent to "
+> "compute. Disabling some of the sections will make the agent faster but will "
+> "result in less different checks. The most CPU performance is needed by the "
+> "Eventlog monitoring and the performance counters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3419
+> msgid ""
+> "The Data-Guard are availible in Oracle Enterprise Edition with enabled Data-"
+> "Guard. The init.ora Parameter dg_broker_start must be TRUE for this check. "
+> "The apply and transport lag could be configured with this rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:106
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:117
+> msgid "The ESX Host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1203
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1268
+> msgid "The Event Console Daemon is currently not running. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8527
+> msgid ""
+> "The Event Console can have events create notifications in Check_MK. These "
+> "notifications will be processed by the rule based notification system of "
+> "Check_MK. This matching option helps you distinguishing and also gives you "
+> "access to special event fields."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7291
+> msgid "The Group Base DN could be found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7293
+> msgid "The Group Base DN could not be found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7288
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7297
+> msgid "The Group Base DN is not configured, not fetching any groups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12454
+> msgid "The ID is already used by another role"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17107
+> msgid ""
+> "The ID of the rule must be a unique text. It will be used as an internal key "
+> "when rules refer to each other. The rule IDs will not be visible in the "
+> "status GUI. They are just used within the configuration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:607
+> msgid ""
+> "The ID will be used in URLs that point to a view, e.g. view.py?"
+> "view_name=myview. It will also be used internally for "
+> "identifying a view. You can create several views with the same title but "
+> "only one per view name. If you create a view that has the same view name as "
+> "a builtin view, then your view will override that (shadowing it)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:742
+> msgid "The LDAP attribute containing the alias of the user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:724
+> msgid "The LDAP attribute containing the mail address of the user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:828
+> msgid "The LDAP attribute containing the pager number of the user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:853
+> msgid ""
+> "The LDAP attribute whose contents shall be synced into this custom attribute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:181
+> msgid ""
+> "The LDAP connector is enabled in global settings, but the LDAP server to "
+> "connect to is not configured. Please fix this in the "mode=ldap_config\">LDAP connection settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7180
+> msgid ""
+> "The LDAP user connector is disabled. You need to enable it to be able to "
+> "configure the LDAP settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:174
+> msgid "The Logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10355
+> msgid "The Multisite URL must end with /check_mk/"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:623
+> msgid ""
+> "The Multisite User Management code is modularized, the modules are called "
+> "user connectors. A user connector can hook into multisite at several places "
+> "where users are handled. Examples are the authentication or saving of user "
+> "accounts. Here you can enable one or several connectors to extend or replace "
+> "the default authentication mechanism (htpasswd) e.g. with ldap based "
+> "mechanism."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10358
+> msgid ""
+> "The Multisites URL must begin with http:// or https://."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5272
+> msgid "The Number of the power Phase."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4498
+> msgid "The Offset of the information relative to counter base"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:316
+> msgid "The SQL-statement or procedure name which is executed on the DBMS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1537
+> msgid ""
+> "The TCP Port the SMTP server is listening on. Defaulting to 25."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:972
+> msgid ""
+> "The TCP Port the SMTP server is listening on. The default is 25."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:88
+> msgid ""
+> "The URL must begin with http or https and end with /"
+> "check_mk/."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:595
+> msgid "The URL must begin with http://"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:957
+> msgid "The URL of the target page the link of the dashlet should link to."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10297
+> msgid "The URL prefix must end with a slash."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10461
+> #, python-format
+> msgid ""
+> "The URL prefix will be prepended to links of addons like PNP4Nagios or the "
+> "classical Nagios GUI when a link to such applications points to a host or "
+> "service on that site. You can either use an absolute URL prefix like "
+> "http://some.host/mysite/ or a relative URL like /mysite/. "
+> "When using relative prefixes you needed a mod_proxy configuration in your "
+> "local system apache that proxies such URLs to the according remote site. "
+> "Please refer to the online documentation for "
+> "details. The prefix should end with a slash. Omit the /pnp4nagios/ "
+> "from the prefix."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7255
+> msgid "The User Base DN could be found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7257
+> msgid ""
+> "The User Base DN could not be found. Maybe the provided user (provided via "
+> "bind credentials) has no permission to access the Base DN or the credentials "
+> "are wrong."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7261
+> msgid ""
+> "The User Base DN could not be found. Seems you need to configure proper bind "
+> "credentials."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7252
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7266
+> msgid "The User Base DN is not configured."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:107
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:118
+> msgid "The Virtual Machine"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2300
+> msgid "The WATO folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1530
+> msgid ""
+> "The access to the event status via TCP will only be allowed from this source "
+> "IP addresses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:480
+> msgid ""
+> "The action of this event is still delayed in the hope of a cancelling event."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:939
+> msgid "The age of the current host state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:517
+> msgid "The age of the current service state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:817
+> msgid ""
+> "The agent plugin mk_logwatch monitors a configured set of text "
+> "logfiles for new messages, classifies these according to a set of rules and "
+> "sends (only) relevant messages to the Check_MK server for further "
+> "processing. Here the messages can further be (re-)classified using the "href='wato.py?varname=logwatch_rules&folder=&mode=edit_ruleset'>Logwatch "
+> "Ruleset. Note: If you want to configure several log files with "
+> "different sets of patterns, then simply create several rules. In this "
+> "ruleset all matching rules are being executed, not only the first "
+> "one. Note (2): This duplicate possibility for classification is due "
+> "to performance issues. It is always a good idea that the agent forwards only "
+> "messages that are potential problems in order to cut down network traffic. "
+> "Central reclassification on the other hand is more conveniant because no "
+> "agent update is neccessary when rules need to be changed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:702
+> msgid "The aggregate was in a scheduled downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16967
+> msgid "The aggregation covers data from only one host and its parents."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17086
+> msgid ""
+> "The aggregation function decides how the status of a node is constructed "
+> "from the states of the child nodes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:203
+> msgid "The application (syslog tag) does not match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:192
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:199
+> msgid "The aspect of the image is preserved."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17324
+> msgid ""
+> "The attribute can be added to the contact definiton in order to use it for "
+> "notifications."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17220
+> msgid "The attribute does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17295
+> msgid "The attribute is added to this section in the edit dialog."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:830
+> msgid ""
+> "The attribute used to identify the individual users. It must have unique "
+> "values to make an user identifyable by the value of this attribute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:898
+> msgid "The attribute used to identify users group memberships."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4612
+> msgid "The audit log is empty."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2630
+> msgid "The average utilization of memory on the active supervisor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1278
+> msgid ""
+> "The base URL to the monitoring instance. For example http://
Please note that on windows systems any backslashes need to be "
+> "escaped.For example C:\\\\tmp\\\\message.log"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2878
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2897
+> #, python-format
+> msgid "The entry %s is missing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1680
+> msgid ""
+> "The event daemon keeps statistics about the rate of messages, events rule "
+> "hits, and other stuff. These values are updated in the interval configured "
+> "here and are available in the sidebar snapin Event Console Performance"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1824
+> msgid ""
+> "The event socket is an alternative way for sending events to the Event "
+> "Console. It is used by the Check_MK logwatch check when forwarding log "
+> "messages to the Event Console. This setting defines the number of unaccepted "
+> "connections to be queued before refusing new connections."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:99
+> msgid ""
+> "The event was cancelled because the corresponding OK message was received"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6975
+> msgid "The expected number of nodes in the cluster."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6982
+> msgid "The expected number of resources in the cluster."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9382
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9385
+> msgid "The file does not seem to be a valid iCalendar file."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2127
+> msgid ""
+> "The filesystem levels will never fall below these values, when using the "
+> "magic factor and the filesystem is very small."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13199
+> msgid ""
+> "The first choice of a tag group will be its default value. If a tag group "
+> "has only one choice, it will be displayed as a checkbox and set or not set "
+> "the only tag. If it has more choices you may leave at most one tag id empty. "
+> "A host with that choice will not get any tag of this group.
The tag "
+> "ID must contain only of letters, digits and underscores.
Renaming "
+> "tags ID: if you want to rename the ID of a tag, then please make sure "
+> "that you do not change its title at the same time! Otherwise WATO will not "
+> "be able to detect the renaming and cannot exchange the tags in all folders, "
+> "hosts and rules accordingly."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1119
+> msgid "The folder is not permitted for any contact group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1121
+> #, python-format
+> msgid "The folder's permitted contact groups are %s. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2323
+> #, python-format
+> msgid "The following cluster definitions: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8278
+> msgid "The following explicit email addresses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:291
+> #, python-format
+> msgid ""
+> "The following query produced no output:\n"
+> "\n"
+> "%s
\n"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13754
+> msgid "The following rules do not match to any of the existing hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8262
+> msgid "The following users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16852
+> msgid "The found hosts themselves"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16853
+> msgid "The found hosts' childs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16854
+> msgid "The found hosts' parents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:348
+> #, python-format
+> msgid "The given base object \"%s\" does not exist in LDAP (%s))"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:784
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:347
+> msgid "The given datasource is not supported"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:583
+> msgid "The given datasource is not supported."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9378
+> msgid ""
+> "The given file does not seem to be a valid iCalendar file. It needs to have "
+> "the file extension .ics."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2931
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3028
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16157
+> msgid "The given host does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:351
+> #, python-format
+> msgid "The given ldap filter \"%s\" is invalid (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15633
+> #, python-format
+> msgid "The given password is too short. It must have at least %d characters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:347
+> #, python-format
+> msgid "The host %s is not managed by WATO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14519
+> #, python-format
+> msgid "The host has the tag %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:351
+> msgid "The host is currently in downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14517
+> #, python-format
+> msgid "The host is missing the tag %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8339
+> msgid "The host must be in one of the selected host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:200
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14513
+> msgid "The host name does not match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:739
+> msgid "The host name may not contain spaces."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:733
+> msgid "The host name of the event"
+> msgstr "Numele elementului pentru eveniment"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:691
+> msgid "The host or service was in a scheduled downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:690
+> msgid "The host was down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:678
+> msgid "The host was in a scheduled downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8381
+> msgid ""
+> "The host/ service must be in one of the selected contact groups. Only works "
+> "with Check_MK Microcore. If you don't use the CMC, that filter will not apply"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2852
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3023
+> msgid "The hostname is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6967
+> msgid "The hostname of the expected distinguished controller of the cluster."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6998
+> msgid "The hostname of the expected node to hold this resource."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:866
+> msgid "The ident of the dashlet is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5203
+> msgid "The identificator of the fan."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5065
+> msgid "The identificator of the hard disk device, e.g. /dev/sda."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5315
+> msgid "The identificator of the thermal sensor."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6352
+> msgid "The identifier of the detector."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1055
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4967
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4984
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5001
+> msgid "The identifier of the phase the power is related to."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4935
+> msgid "The identifier of the themal sensor."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5034
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5362
+> msgid "The identifier of the thermal sensor."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:110
+> #, python-format
+> msgid "The image %s cannot be rendered."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:894
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:560
+> #, python-format
+> msgid "The info %s does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:317
+> msgid ""
+> "The information provided by the sidebar snapins is refreshed in a regular "
+> "interval. You can change the refresh interval to fit your needs here. This "
+> "value means that all snapnis which request a regular refresh are updated in "
+> "this interval."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6833
+> msgid ""
+> "The integrity of this snapshot could not be verified.
If you restore "
+> "a snapshot on the same site as where it was created, the checksum should "
+> "always be OK. If not, it is likely that something has been modified in the "
+> "snapshot.
When you restore the snapshot on a different site, the checksum "
+> "check will always fail. The snapshot contains files which contain code that "
+> "will be executed during runtime of the monitoring.
The upload of "
+> "insecure snapshots is currently disabled in WATO. If you want to allow the "
+> "upload of insecure snapshots you can activate it in the Global Settings "
+> "under
Configuration GUI (WATO) -> Allow upload of insecure WATO "
+> "snapshots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6890
+> msgid ""
+> "The integrity of this snapshot could not be verified.
If you restore "
+> "a snapshot on the same site as where it was created, the checksum should "
+> "always be OK. If not, it is likely that something has been modified in the "
+> "snapshot.
When you restore the snapshot on a different site, the checksum "
+> "check will always fail.
The snapshot contains files which contain "
+> "code that will be executed during runtime of the monitoring. Please ensure "
+> "that the snapshot is a legit, not manipulated file.
Do you want to "
+> "ignore the failed integrity check and restore the snapshot?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6883
+> msgid ""
+> "The integrity of this snapshot could not be verified.
You are "
+> "restoring a legacy snapshot which can not be verified. The snapshot contains "
+> "files which contain code that will be executed during runtime of the "
+> "monitoring. Please ensure that the snapshot is a legit, not manipulated file."
+> "
Do you want to continue restoring the snapshot?"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6826
+> msgid ""
+> "The integrity of this snapshot could not be verified.
You are "
+> "restoring a legacy snapshot which can not be verified. The snapshot contains "
+> "files which contain code that will be executed during runtime of the "
+> "monitoring.
The upload of insecure snapshots is currently disabled in "
+> "WATO. If you want to allow the upload of insecure snapshots you can activate "
+> "it in the Global Settings under
Configuration GUI (WATO) -> Allow "
+> "upload of insecure WATO snapshots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13178
+> msgid ""
+> "The internal ID of the tag group is used to store the tag's value in the "
+> "host properties. It cannot be changed later."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12953
+> msgid ""
+> "The internal name of the tag. The special tags snmp, tcp "
+> "and ping can be used here in order to specify the agent type."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2170
+> msgid "The last "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1940
+> #, python-format
+> msgid "The last one was: %s
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:547
+> msgid "The last time the service was OK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2130
+> msgid "The last..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3426
+> msgid "The limit for the apply lag in v$dataguard_stats."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3433
+> msgid "The limit for the transport lag in v$dataguard_stats."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16521
+> #, python-format
+> msgid "The list of host tags must be a list, but is %r"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16525
+> #, python-format
+> msgid "The list of host tags must only contain strings but also contains %r"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11492
+> msgid "The list of services will never match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:283
+> #, python-format
+> msgid "The log file %s of host %s could not be deleted: %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5245
+> msgid "The log is empty. No host has been created or changed yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1189
+> msgid ""
+> "The maximum age for piggy back data from another host to be valid for "
+> "monitoring. Older files are deleted before processing them. Please make sure "
+> "that this age is at least as large as you normal check interval for piggy "
+> "hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:775
+> msgid "The maximum age of the last backup."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:194
+> msgid ""
+> "The maximum number of concurrent Livestatus connections is limited by this "
+> "setting. Usually the default value should be fine. If you have a larger "
+> "number of users and use persistent connections then you could run out of "
+> "Livestatus connections. This results in hanging Apache processes and "
+> "browsers running into timeouts. Increase this number in such a case. Also "
+> "consider using the Livestatus proxy."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1634
+> msgid ""
+> "The maximum number of failed checks until a service problem state will be "
+> "considered as hard. Only hard state trigger notifications. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1725
+> msgid ""
+> "The maximum number of failed host checks until the host will be considered "
+> "in a hard down state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:785
+> msgid ""
+> "The maximum size of all files on the backup space. This might be set to the "
+> "allowed quotas on the configured FTP server to be notified if the space "
+> "limit is reached."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8271
+> msgid "The members of certain contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2735
+> msgid ""
+> "The memory levels for one specific module of this host. This is relevant for "
+> "hosts that have several distinct memory areas, e.g. pluggable cards"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:228
+> msgid "The message text does not match the required pattern."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:281
+> msgid "The monitoring state that this event will trigger."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2209
+> msgid "The name of the Datastore"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6836
+> msgid "The name of the FC port"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4563
+> msgid "The name of the OMD site to check the status for"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1286
+> msgid ""
+> "The name of the aggregation to fetch. It will be added to the service "
+> "description."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5659
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5693
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5732
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5771
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5802
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5878
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6895
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6943
+> msgid "The name of the application server"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17281
+> msgid ""
+> "The name of the attribute is used as an internal key. It cannot be changed "
+> "later."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7003
+> msgid "The name of the cluster resource as shown in the service description."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:636
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:853
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1043
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1105
+> msgid "The name of the dashboard is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:304
+> msgid "The name of the database on the DBMS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8041
+> msgid ""
+> "The name of the group is used as an internal key. It cannot be changed "
+> "later. It is also visible in the status GUI."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:738
+> msgid "The name of the queue like in the Apache queue manager"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:706
+> msgid ""
+> "The name of the replication partner (Destination DC Site/Destination DC)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:943
+> msgid "The name of the switch port"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2952
+> msgid ""
+> "The name of the system must begin with VM or HostSystem."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1291
+> msgid ""
+> "The name of the user account to use for fetching the BI aggregation via "
+> "HTTP. When using the cookie based authentication mode (default), this must "
+> "be a user where authentication is set to \"Automation Secret\" based "
+> "authentication."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:614
+> msgid "The name of the view may only contain letters, digits and underscores."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:282
+> msgid "The name of this active service to be displayed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:205
+> msgid "The name or IPv4 address you want to query"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1426
+> msgid "The name that will be used in the service description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1338
+> msgid "The name will be used in the service description"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:533
+> msgid "The network must contain three dots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:401
+> msgid ""
+> "The network timeout in seconds when communicating via HTTP. The default is "
+> "10 seconds."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:342
+> msgid ""
+> "The network timeout in seconds when communicating via UPNP. The default is "
+> "10 seconds. Please note that this is not a total timeout, instead it is "
+> "applied to each API call."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:76
+> msgid ""
+> "The network timeout in seconds when communicating with vSphere or to the "
+> "Check_MK Agent. The default is 60 seconds. Please note that this is not a "
+> "total timeout but is applied to each individual network transation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1199
+> msgid "The new configuration has successfully been activated."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15806
+> msgid "The new password must differ from your current one."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2041
+> #, python-format
+> msgid "The node %s is not a WATO host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:217
+> msgid "The notification has been sent via
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8680
+> #, python-format
+> msgid "The notification script %s does not allow bulking."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:192
+> msgid ""
+> "The notifications will be converted into syslog message with the facility "
+> "that you choose here. In the Event Console you can later create a rule "
+> "matching this facility."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2637
+> #, python-format
+> msgid "The number of elements in the tuple must be exactly %d."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:496
+> msgid ""
+> "The number of object handles in the processes object table. This includes "
+> "open handles to threads, files and other resources like registry keys."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2094
+> msgid ""
+> "The number of remaining inodes on the filesystem. Please note that this "
+> "setting has no effect on some filesystem checks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:698
+> msgid "The number of replication failures"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1179
+> msgid ""
+> "The number of seconds a cache file may be old if check_mk should use it "
+> "instead of getting information from the target hosts while checking a "
+> "cluster. Per default this is enabled and set to 90 seconds. If your check "
+> "cycle is not set to a larger value than one minute then you should increase "
+> "this accordingly."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5124
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5170
+> msgid "The number of the phase (usually 1,2,3)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4466
+> msgid "The number of the port type. For example 53 (propVirtual)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5387
+> msgid "The offset in ms at which a critical state is triggered."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5381
+> msgid "The offset in ms at which a warning state is triggered."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1537
+> msgid "The operational transmit power"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:45
+> msgid ""
+> "The option will make notifications handled asynchronously. For each "
+> "notification a spool file will be created and later processes by the "
+> "notification spooler. This avoids a hanging core in case of notifications "
+> "that need very long to execute. It also enables a retry in case of failed "
+> "notifications. Please not that this is not useful if you only use "
+> "notification methods that have their own spooling (like email or SMS tools)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:206
+> msgid "The original aspect of the image will be ignored."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5430
+> msgid "The output voltage at and below which a critical state is triggered."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12081
+> msgid "The pager address is optional "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:109
+> #, python-format
+> msgid ""
+> "The parent '%s' is monitored on site '%s' while the host itself is monitored "
+> "on site '%s'. Both must be monitored on the same site. Remember: The parent/"
+> "child relation is used to describe the reachability of hosts by one "
+> "monitoring daemon."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4267
+> msgid ""
+> "The parent scan will try to detect the last gateway on layer 3 (IP) before a "
+> "host. This will be done by calling traceroute. If a gateway is "
+> "found by that way and its IP address belongs to one of your monitored hosts, "
+> "that host will be used as the hosts parent. If no such host exists, an "
+> "artifical ping-only gateway host will be created if you have not disabled "
+> "this feature."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2326
+> #, python-format
+> msgid "The parents of the following hosts: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12103
+> msgid "The password can not be changed (It is locked by the user connector)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15649
+> #, python-format
+> msgid ""
+> "The password does not use enough character groups. You need to set a "
+> "password which uses at least %d of them."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:312
+> msgid "The password used to connect to the database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:641
+> msgid ""
+> "The placeholder \\0 will be replaced by the original host name. "
+> "This allows you to add new information in front or at the end."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:627
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:654
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:667
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:681
+> msgid ""
+> "The placeholder \\0 will be replaced by the original text. This "
+> "allows you to add new information in front or at the end."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:289
+> msgid ""
+> "The plugin mailman_lists allows monitoring mailing lists of mailman."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:300
+> msgid "The port the DBMS listens to"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:130
+> msgid ""
+> "The python module python-ldap seems to be missing. You need to install this "
+> "extension to make the LDAP user connector work."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:105
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:116
+> msgid "The queried ESX system (vCenter / Host)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2260
+> msgid ""
+> "The renaming of hosts is a complex operation since a host's name is being "
+> "used as a unique key in various places. It also involves stopping and "
+> "starting of the monitoring core. You cannot rename a host while you have "
+> "pending changes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1583
+> msgid "The replication will be triggered each this number of seconds"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:237
+> msgid "The requested dashboard can not be found."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:646
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:871
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1053
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1112
+> msgid "The requested dashboard does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:668
+> msgid "The requested dashlet type does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6607
+> msgid "The requested snapshot does not exist"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11066
+> msgid "The requested user does not exist"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:354
+> msgid ""
+> "The response reached a size limit. This could be due to a sizelimit "
+> "configuration on the LDAP server.
Throwing away the incomplete results. "
+> "You should change the scope of operation within the ldap or adapt the limit "
+> "settings of the LDAP server."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14522
+> msgid "The rule does not apply to the folder of the host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14866
+> msgid "The rule is only applied to hosts directly in or below this folder."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14871
+> msgid ""
+> "The rule will only be applied to hosts fullfilling all of of the host tag "
+> "conditions listed here, even if they appear in the list of explicit host "
+> "names."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:544
+> msgid ""
+> "The rules does only apply when the given regular expression matches the host "
+> "name the message originates from. Note: in some cases the event might use "
+> "the IP address instead of the host name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:536
+> msgid ""
+> "The rules does only apply when the given regular expression matches the "
+> "message text (infix search)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4043
+> msgid "The selected hosts have no explicit attributes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3245
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2214
+> msgid "The selected icon image does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:854
+> msgid "The service description will be LDAP plus this name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1522
+> msgid "The service description will be Mail Loop plus this name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:957
+> msgid "The service description will be SMTP plus this name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:628
+> msgid ""
+> "The service descriptions of the inventorized services are named like the "
+> "paths in SAP. You can use this option to let the inventory function only use "
+> "the last x path levels for naming."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1449
+> msgid ""
+> "The service discovery of this host failed during a previous bulk service "
+> "discovery."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8374
+> msgid "The service must be in one of the selected service groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:337
+> msgid ""
+> "The sidebar can be configured to regularly check for pending popup "
+> "notififcations. This is disabled by default."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10282
+> msgid "The site id must consist only of letters, digit and the underscore."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11112
+> msgid "The site is marked as dead. Not trying to replicate."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10333
+> msgid "The site of the status host does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:431
+> msgid ""
+> "The staleness value of a host / service is calculated by measuring the "
+> "configured check intervals a check result is old. A value of 1.5 means the "
+> "current check result has been gathered one and a half check intervals of an "
+> "object. This would mean 90 seconds in case of a check which is checked each "
+> "60 seconds."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3517
+> msgid "The state of the job is ignored per default."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5375
+> msgid ""
+> "The stratum (\"distance\" to the reference clock) at which the check gets "
+> "critical."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:206
+> msgid "The syslog facility does not match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:236
+> msgid "The syslog priority is not in the required range."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:724
+> msgid "The syslog tag"
+> msgstr "Tagul Aplicatiei in syslog"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:773
+> msgid "The system number is two digits"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3324
+> msgid ""
+> "The tablespace levels will never fall below these values, when using the "
+> "magic factor and the tablespace is very small."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13105
+> #, python-format
+> msgid "The tag ID '%s' is already being used as auxiliary tag."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13097
+> #, python-format
+> msgid ""
+> "The tag ID '%s' is already being used by the choice '%s' in the tag group '%"
+> "s'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13060
+> #, python-format
+> msgid "The tag group ID %s is already used by the tag group '%s'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3034
+> msgid "The test is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:61
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:67
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:106
+> msgid "The text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1084
+> #, python-format
+> msgid "The text %s is not a valid floating point number."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:277
+> #, python-format
+> msgid "The text %s is not a valid integer number."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:255
+> msgid ""
+> "The text entered here well be prefixed to the hostname. Ending the prefix "
+> "with a period will create a separate folder in Graphite"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2034
+> #, python-format
+> msgid "The time must not be greater than %02d:%02d."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:969
+> msgid "The time of the last host notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:561
+> msgid "The time of the last service notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:962
+> msgid "The time of the next host notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:955
+> msgid "The time of the next scheduled host check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:540
+> msgid "The time of the next scheduled service check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:554
+> msgid "The time of the next service notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9725
+> msgid ""
+> "The time period name 24X7 cannot be used. It is always autmatically defined."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:947
+> msgid "The time since the last check of the host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:532
+> msgid "The time since the last check of the service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:257
+> #, python-format
+> msgid "The timeperiod %s is currently not active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:255
+> #, python-format
+> msgid "The timeperiod %s is not known to the local monitoring core"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17291
+> msgid "The title is used to label this attribute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17047
+> msgid ""
+> "The title of the BI nodes which are created from this rule. This will be "
+> "displayed as the name of the node in the BI view. For top level nodes this "
+> "title must be unique. You can insert rule parameters like $FOO$ or "
+> "$BAR$ here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:577
+> msgid "The total number of hosts and service with and without problems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2020
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2087
+> #, python-format
+> msgid "The tuple must contain two elements, but you have %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3241
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2209
+> #, python-format
+> msgid "The type is %s, but should be str"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2868
+> #, python-format
+> msgid "The type must be a dictionary, but it is a %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1052
+> #, python-format
+> msgid "The type must be dict, but is %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:940
+> #, python-format
+> msgid "The type must be list, but is %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17308
+> msgid "The type of information to be stored in this attribute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1959
+> #, python-format
+> msgid "The type of the timestamp must be int or float, but is %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2653
+> msgid ""
+> "The used and free levels for the memory on Linux and UNIX systems take into "
+> "account the currently used memory (RAM or SWAP) by all processes and sets "
+> "this in relation to the total RAM of the system. This means that the memory "
+> "usage can exceed 100%. A usage of 200% means that the total size of all "
+> "processes is twice as large as the main memory, so at least half of "
+> "it is currently swapped out. Besides Linux and UNIX systems, these "
+> "parameters are also used for memory checks of other devices, like Fortigate "
+> "devices."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11687
+> msgid "The user synchronization completed successfully."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11896
+> msgid ""
+> "The username must consist only of letters, digits, @, _ or "
+> "colon."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:726
+> #, python-format
+> msgid "The username returned by the %s connector is not of type string (%r)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:308
+> msgid "The username used to connect to the database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:296
+> #, python-format
+> msgid "The value %r has the wrong type %s, but must be of type int"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1113
+> #, python-format
+> msgid "The value %r has type %s, but must be either float or int"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1144
+> #, python-format
+> msgid "The value %r has type %s, but must be of type bool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1089
+> #, python-format
+> msgid "The value %r has type %s, but must be of type float%s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:225
+> #, python-format
+> msgid "The value %r has type %s, but must be of type int"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1941
+> #, python-format
+> msgid "The value for %s must be between %d and %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1072
+> #, python-format
+> msgid "The value must be of type dict, but it has type %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:449
+> #, python-format
+> msgid "The value must be of type str or unicode, but it has type %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:415
+> #, python-format
+> msgid "The value must be of type str, but it has type %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13834
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14362
+> msgid "The value of this rule is not valid. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2101
+> msgid "The view is intended for NagStaMon as web service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11311
+> #, python-format
+> msgid "There are %d pending changes that would get lost. The most recent are: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17896
+> msgid ""
+> "There are changes from other users and foreign changes are not allowed in "
+> "this API call."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1582
+> msgid "There are no elements for selection."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13856
+> msgid "There are no ineffective rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16170
+> #, python-format
+> msgid ""
+> "There are no logfile patterns defined. You may create logfile patterns using "
+> "the Rule Editor."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1202
+> msgid "There are no options to select from"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4963
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1212
+> msgid "There are no pending changes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5860
+> msgid "There are no possible hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14197
+> #, python-format
+> msgid "There are no rules availabe for %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14037
+> msgid "There are no rules defined in this folder."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14215
+> msgid "There are no rules defined in this set."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14035
+> #, python-format
+> msgid "There are no rules with an exception for the host %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6948
+> msgid "There are no snapshots available."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9266
+> msgid "There are no timeperiods defined yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2924
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2929
+> msgid "There are not defined any elements for this selection yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4686
+> msgid ""
+> "There are some changes made by your colleagues that you will activate if you "
+> "proceed:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4690
+> msgid ""
+> "There are some changes made by your colleagues that you will discard if you "
+> "proceed:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2373
+> msgid ""
+> "There exist a few devices out there that behave very badly when using SNMP "
+> "v2c and bulk walk. If you want to use SNMP v2c on those devices, "
+> "nevertheless, you need to configure this device as legacy snmp device and "
+> "upgrade it to SNMP v2c (without bulk walk) with this rule set. One reason is "
+> "enabling 64 bit counters. Note: This rule won't apply if the device is "
+> "already configured as SNMP v2c device."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1713
+> #, python-format
+> msgid "There is a cycle in the imports of the report %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17150
+> msgid ""
+> "There is a cycle in your rules. This rule calls itself - either directly or "
+> "indirectly."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17137
+> #, python-format
+> msgid "There is already a rule with the id %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4711
+> msgid "There is no WATO snapshot to be restored."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5922
+> msgid "These contact groups are also used in the monitoring configuration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4237
+> msgid ""
+> "These levels check the number of currently existing threads on the system. "
+> "Each process has at least one thread."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2268
+> msgid ""
+> "These levels make the check go warning or critical whenever the "
+> "percentual error rate of the monitored interface reaches the given "
+> "bounds. The error rate is computed by dividing number of errors by the total "
+> "number of packets (successful plus errors)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:343
+> msgid ""
+> "These settings control how the initial scheduling of new active "
+> "checks should be done. If you just add a few new checks then those are "
+> "scheduled immediately. Then you add a larger number of services then their "
+> "initial checks are spread over the complete check interval."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:38
+> msgid ""
+> "These settings control under which circumstances a user is said to be a "
+> "contact of a host or group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:305
+> msgid ""
+> "These settings tune, how sensitive the core is to state changes when it "
+> "decides whether the state of an object is flapping. Each object keeps "
+> "are value called flappiness. This value is increased by 1.0 each time "
+> "its state changes. Every minute the value is being decreased by a certain "
+> "part that is relative to its current amount. When the flappiness reaches the "
+> "high threshold the object is set to flapping. When it later "
+> "falls below the low threshold the flapping state ends."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1029
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13222
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:734
+> #, python-format
+> msgid ""
+> "These texts may be localized depending on the users' language. You can "
+> "configure the localizations in the global settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1123
+> #, python-format
+> msgid ""
+> "This %s can not be displayed, because the necessary context information \"%s"
+> "\" is missing."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:576
+> #, python-format
+> msgid "This %s is one of your favorites"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3220
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3238
+> msgid "This Rulset sets the threshold limits for humidity sensors"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11177
+> msgid "This account has no permission for automation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1514
+> msgid ""
+> "This active check sends out special E-Mails to a defined mail address using "
+> "the SMTP protocol and then tries to receive these mails back by querying the "
+> "inbox of a IMAP or POP3 mailbox. With this check you can verify that your "
+> "whole mail delivery progress is working."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1457
+> msgid ""
+> "This active check uses traceroute in order to determine the current "
+> "routing from the monitoring host to the target host. You can specify any "
+> "number of missing or expected routes in that way detect e.g. an (unintended) "
+> "failover to a secondary route."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16367
+> msgid "This aggregation covers only data from a single host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16365
+> msgid "This aggregation is currently disabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:80
+> msgid "This aggregation is currently in a scheduled downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17233
+> #, python-format
+> msgid "This alias is already used by the attribute %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18300
+> #, python-format
+> msgid "This alias is already used in the %s group %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18312
+> #, python-format
+> msgid "This alias is already used in the role %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18306
+> #, python-format
+> msgid "This alias is already used in timeperiod %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:103
+> msgid ""
+> "This allows a user to edit his personal notification settings. You also need "
+> "the permission Edit the user profile in order to do this."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:117
+> msgid ""
+> "This allows a user to edit his personal user attributes. You also need the "
+> "permission Edit the user profile in order to do this."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:92
+> msgid "This allows the user to add, move and remove sidebar snapins."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1630
+> msgid ""
+> "This allows you to disable the replication without loosing your settings. If "
+> "you check this box, then no replication will be done and the Event Console "
+> "will act as its own master."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4092
+> msgid ""
+> "This attribute is mandatory and there is no value defined in the host list "
+> "or any parent folder."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17319
+> msgid ""
+> "This attribute is only visibile on the detail pages by default, but you can "
+> "also make it visible in the overview tables."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1132
+> msgid ""
+> "This boolean variable allows you to bring check_mk into a dry run mode. No "
+> "hosts will be contacted, no DNS lookups will take place and data is read "
+> "from cache files that have been created during normal operation or have been "
+> "copied here from another monitoring site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5278
+> msgid "This change has been made by another user"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:271
+> msgid ""
+> "This check connects to the specified database, sends a custom SQL-statement "
+> "or starts a procedure, and checks that the result has a defined format "
+> "containing three columns, a number, a text, and performance data. Upper or "
+> "lower levels may be defined here. If they are not defined the number is "
+> "taken as the state of the check. If a procedure is used, input parameters "
+> "of the procedures may by given as comma separated list. This check uses the "
+> "active check check_sql."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:626
+> msgid ""
+> "This check crashed. Please click here for more information. You also can "
+> "submit a crash report to the development team if you like."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15334
+> msgid "This check has no parameters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2574
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2599
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2610
+> msgid "This check is not configurable via WATO"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1937
+> msgid ""
+> "This check is part of the Check_MK Event Console and will check if there are "
+> "any open events for a certain host (and maybe a certain application on that "
+> "host. The state of the check will reflect the status of the worst open event "
+> "for that host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5889
+> msgid ""
+> "This check is used to monitor successful email delivery through Symantec "
+> "Brightmail Scanner appliances."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:762
+> msgid "This check monitors backups configured for domains in plesk."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4151
+> msgid ""
+> "This check monitors how often database objects in a PostgreSQL Database are "
+> "accessed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3776
+> msgid "This check monitors locking related information of MSSQL tablespaces."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4823
+> msgid ""
+> "This check monitors number of active and inactive terminal server sessions."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4052
+> msgid ""
+> "This check monitors the current number of active and idle sessions on "
+> "PostgreSQL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4086
+> msgid "This check monitors the current number of active sessions on Oracle"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3832
+> msgid ""
+> "This check monitors the current number of active sessions to the MySQL "
+> "database server as well as the connection rate."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3375
+> msgid ""
+> "This check monitors the number of log switches of an ORACLE database "
+> "instance in the last 60 minutes. You can set levels for upper and lower "
+> "bounds."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:371
+> msgid ""
+> "This check tests the connection to a TCP port. It uses check_tcp "
+> "from the standard Nagios plugins."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:848
+> msgid ""
+> "This check uses check_ldap from the standard Nagios plugins in "
+> "order to try the response of an LDAP server."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:951
+> msgid ""
+> "This check uses check_smtp from the standard Nagios plugins in "
+> "order to try the response of an SMTP server."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:107
+> #, python-format
+> msgid ""
+> "This command will be executed whenever a notification should be done. The "
+> "command will receive the notification text body on standard input. The macro "
+> "$SUBJECT$ will be replaced by a text configured with "\">notification_host_subject and "\">notification_service_subject. You find a list of all "
+> "remaining available variables in the help text of "\">notification_common_body."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8327
+> msgid ""
+> "This condition makes the rule match only hosts that are managed via WATO and "
+> "that are contained in this folder - either directly or in one of its "
+> "subfolders."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:662
+> msgid ""
+> "This configures how many datapoints will be stored of the performance values "
+> "of hosts. Note: hosts checked via Smart PING do not create any performance "
+> "data."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:646
+> msgid ""
+> "This configures how many datapoints will be stored of the performance values "
+> "of services. Please note, that these settings only apply for new "
+> "services. Existing RRDs cannot be changed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:34
+> msgid ""
+> "This dashboard gives you a general overview on the state of your monitored "
+> "devices."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:205
+> msgid ""
+> "This dashboard uses the parent relationships of your hosts to display a "
+> "hierarchical map."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1161
+> msgid "This defines one file grouping pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6139
+> msgid "This defines one logfile grouping pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:62
+> msgid "This defines one logfile pattern rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:647
+> msgid "This defines one value grouping pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1581
+> msgid "This element is currently in a scheduled downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:916
+> msgid "This entry is currently disabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:476
+> msgid "This event has been acknowledged."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:478
+> msgid "This event has not reached the target count yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2235
+> msgid "This folder is locked. You cannot rename a host here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1065
+> msgid "This host has no such service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1469
+> #, python-format
+> msgid "This host is a cluster of %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:425
+> msgid "This host is flapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5870
+> msgid "This host is not configured."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5873
+> msgid "This host is not possible."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:448
+> msgid "This host is stale"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10280
+> msgid "This id is already being used by another connection."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:359
+> msgid ""
+> "This interval is applied to all new checks that go beyond the number of "
+> "immediately scheduled checks. Note: the maximum delay is five times the "
+> "normal check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:369
+> msgid ""
+> "This interval is applied to all new non-Check_MK active checks that go "
+> "beyond the number of immediately scheduled checks. Note: the maximum delay "
+> "is five times the normal check interval"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8563
+> msgid "This is a regular expression for matching the event's comment."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16390
+> msgid "This is a top-level rule. Show rule tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:364
+> msgid ""
+> "This is just for testing! The agent will then always send all historic "
+> "messages, not just the new ones. This leads to enormous amounts of data."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6822
+> #, python-format
+> msgid "This is not a Check_MK snapshot!
%s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9311
+> msgid "This is not a valid Nagios timeperiod day specification."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1882
+> msgid ""
+> "This is the name of subdirectory where the files and other folders will be "
+> "created. You cannot change this later."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:196
+> msgid "This logfile contains no unacknowledged messages."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16257
+> msgid "This logfile pattern does not match the given string."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16254
+> msgid "This logfile pattern matches but another matched first."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16247
+> msgid ""
+> "This logfile pattern matches first and will be used for defining the state "
+> "of the given line."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8441
+> msgid ""
+> "This match option allows you to throttle periodic notifications after a "
+> "certain number of notifications have been created by the monitoring core. If "
+> "you for example select 10 as the beginning and 5 as the rate then you will "
+> "receive the notification 1 through 10 and then 15, 20, 25.. and so on."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10525
+> msgid ""
+> "This might be needed to make the synchronization accept problems with SSL "
+> "certificates when using an SSL secured connection."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:211
+> msgid "This module has not yet been implemented."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2124
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:498
+> msgid "This month"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9723
+> msgid "This name is already being used by another timeperiod."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1306
+> #, python-format
+> msgid ""
+> "This name must match the name of the group defined in the "mode=edit_ruleset&varname=fileinfo_groups\">%s ruleset."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6320
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7060
+> msgid "This name will be used in the description of the service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:290
+> #, python-format
+> msgid "This notification has been created at %s and is valid till %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:352
+> msgid "This number of new checks is scheduled immediately"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:75
+> msgid ""
+> "This option allows you to forward notifications to another Check_MK site. "
+> "That site must have the notification spooler running and TCP listening "
+> "enabled. This allows you to create a centralized notification handling."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:108
+> msgid ""
+> "This option controls whether error messages from unreachable sites are shown "
+> "in the output of views. Those error messages shall alert you that not all "
+> "data from all sites has been shown. Other people - however - find those "
+> "messages distracting. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:929
+> msgid ""
+> "This option defines the maximum age for using the cached LDAP data. The time "
+> "of the last LDAP synchronisation is saved and checked on every request to "
+> "the multisite interface. Once the cache gets outdated, a new synchronisation "
+> "job is started.
Please note: Passwords of the users are never stored "
+> "in WATO and therefor never cached!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:94
+> msgid ""
+> "This option defines the maximum age of unmodified checkbox selections stored "
+> "for users. If a user modifies the selection in a view, these selections are "
+> "persisted for the currently open view. When a view is re-opened a new "
+> "selection is used. The old one remains on the server until the livetime is "
+> "exceeded."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:516
+> msgid ""
+> "This option enables a new implementation of the Livestatus table "
+> "statehist that makes use of a in-memory cache of state transitions "
+> "of hosts and services. This dramatically speeds up availability queries for "
+> "large installations. But it's still experimental."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:560
+> msgid ""
+> "This option is just for testing and can be used in tests where long round "
+> "trip times should be simulated. Never use this option in production mode."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:506
+> msgid ""
+> "This option is just for testing. It will be removed in future. Do not use it "
+> "unless you are told to do so!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:870
+> msgid ""
+> "This option is only relevant when you limit the number of messages or the "
+> "parsing time. It sets the behaviour in case of too many new messages in a "
+> "logfile."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:307
+> msgid ""
+> "This option lets Check_MK add the string \"ISL\" to the service description "
+> "for interswitch links."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1455
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:241
+> msgid ""
+> "This option lets Check_MK use the alias of the port (ifAlias) as item "
+> "instead of the port number. If no alias is available then the port number is "
+> "used anyway."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1447
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:234
+> msgid ""
+> "This option lets Check_MK use the interface description as item instead of "
+> "the port number. If no description is available then the port number is used "
+> "anyway."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:300
+> msgid ""
+> "This option lets Check_MK use the port name as item instead of the port "
+> "number. If no description is available then the port number is used anyway."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1717
+> msgid "This option turns on a faster algorithm for matching events to rules. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1693
+> msgid ""
+> "This option turns on logging the execution of rules. For each message "
+> "received the execution details of each rule are logged. This creates an "
+> "immense volume of logging and should never be used in productive operation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10252
+> msgid ""
+> "This option will enable the caching of several queries that need no current "
+> "data. This reduces the number of Livestatus queries to sites and cuts down "
+> "the response time of remote sites with large latencies."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:122
+> msgid ""
+> "This options creates additional log messages in various phases of the "
+> "notification mechanics. Each time a notification is suppressed due to "
+> "settings a log message will explain the exact reason."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:967
+> msgid ""
+> "This options enables automatic locking of user account after N logon "
+> "failures. One successful login resets the failure counter."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9587
+> msgid ""
+> "This page can be used to generate a new timeperiod definition based on the "
+> "appointments of an iCalendar (*.ics) file. This import is normally "
+> "used to import events like holidays, therefore only single whole day "
+> "appointments are handled by this import."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:338
+> msgid "This page was not found. Sorry."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:604
+> msgid ""
+> "This permission allows a user to make certain host and services his personal "
+> "favorites. Favorites can be used for a having a fast access to items that "
+> "are needed on a regular base."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1464
+> msgid ""
+> "This permission allows the creation, modification and deletion of event "
+> "correlation rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:627
+> msgid ""
+> "This permission allows to change the state classification of an event (e.g. "
+> "from CRIT to WARN)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1458
+> msgid ""
+> "This permission allows to configure the global settings of the event console."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:34
+> msgid "This permission grants full access to NagVis."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18534
+> msgid ""
+> "This permission is neccessary for performing automatic scans for network "
+> "parents of hosts (making use of traceroute). Please note, that for actually "
+> "modifying the parents via the scan and for the creation of gateway hosts "
+> "proper permissions for host and folders are also neccessary."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18642
+> msgid ""
+> "This permission is needed for a remote administration of the site as a "
+> "distributed WATO slave."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18497
+> msgid ""
+> "This permission is needed for activating the current configuration (and thus "
+> "rewriting the monitoring configuration and restart the monitoring daemon.)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:656
+> msgid ""
+> "This permission is needed for performing the configured actions (execution "
+> "of scripts and sending emails)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18648
+> msgid ""
+> "This permission is needed for the modules Users, Roles and "
+> "Contact Groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18653
+> msgid ""
+> "This permission is needed for the new rule based notification configuration "
+> "via the WATO module Notifications."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18481
+> msgid ""
+> "This permission is needed in order to make any changes or perform any "
+> "actions at all. Without this permission, the user is only able to view data, "
+> "and that only in modules he has explicit permissions for."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1477
+> msgid ""
+> "This permission is only useful if the Event Console is setup as a "
+> "replication slave. It allows a manual switch between sync and takeover mode."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:136
+> msgid ""
+> "This permissions allows users to send notifications to the users of the "
+> "monitoring system using the web interface."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18473
+> msgid ""
+> "This permissions allows users to use WATO - Check_MK's Web Administration "
+> "Tool. Without this permission all references to WATO (buttons, links, "
+> "snapins) will be invisible."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:110
+> msgid ""
+> "This permissions provides a checkbox in the personal settings of the user "
+> "that allows him to completely disable all of his notifications. Use with "
+> "caution."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:54
+> msgid ""
+> "This permissions specifies if the role is able to use web API functions at "
+> "all"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:141
+> msgid ""
+> "This plugin allows you to let users keep their own plugins, local scripts "
+> "and MRPE configuration, which will be run by the agent with the permissions "
+> "of that user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:254
+> msgid ""
+> "This plugin can be used to check the remaining life time of SSL certificates "
+> "that are contained in JAVA JAR files. The tool jarsigner -verify is "
+> "being called for that purpose."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:418
+> msgid "This plugin enables checks for channels and queues of IBM WebSphere MQ."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:792
+> msgid ""
+> "This plugin fetches all information which are needed to check wether or not "
+> "an already authenticated user should be deauthenticated, e.g. because the "
+> "password has changed in LDAP or the account has been locked."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:441
+> msgid "This plugin monitors the NFS version 4 exports of a Linux host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:406
+> msgid "This plugin monitors various aspects of VxVM."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:817
+> msgid ""
+> "This plugin synchronizes a field of the users LDAP account to the pager "
+> "attribute of the WATO user accounts, which is then forwarded to the "
+> "monitoring core and can be usedfor notifications. By default the LDAP "
+> "attribute mobile is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:550
+> msgid ""
+> "This plugin tests the local DNS resolver by looking up one or several host "
+> "names using nslookup. That tool is expected to be installed on the "
+> "target machine."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:453
+> msgid ""
+> "This plugin uses the comment netstat in order to output information "
+> "about established TCP (and UDP) connections. The according check then allows "
+> "you to make sure that certain TCP connections are always established."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1585
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:150
+> msgid "This problem has been acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:379
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6275
+> msgid ""
+> "This regex must match the beginning of the complete command line of "
+> "the process including arguments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7026
+> msgid ""
+> "This regex must match the beginning of the complete command line of "
+> "the task including arguments"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:610
+> msgid ""
+> "This regex must match the beginning of the complete path of the node "
+> "as reported by the agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6298
+> msgid "This regex must match the beginning of the complete username"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:548
+> msgid "This regex must match the beginning of the task"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:132
+> msgid ""
+> "This report shows various information about one single host. Itis not "
+> "visible in the sidebar, because it needs a host to be called.Call it via a "
+> "button at a view that is displaying one host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1888
+> msgid ""
+> "This rule allows to monitor the existence of specific TCP connections or TCP/"
+> "UDP listeners."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5283
+> msgid "This rule allows to override alert levels for the given sensor names."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5814
+> msgid ""
+> "This rule allows to set the warn and crit levels of the heap / non-heap and "
+> "total memory area usage on web application servers. Other keywords for this "
+> "rule: Tomcat, Jolokia, JMX. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:62
+> msgid ""
+> "This rule allows you to restrict the access to the Check_MK agent to certain "
+> "IP addresses and networks. Usually you configure just the IP addresses of "
+> "your Check_MK servers here. You can enter either IP addresses in the form "
+> "1.2.3.4 or networks in the style 1.2.0.0/16. If you leave "
+> "this configuration empty or create no rule then all addresses are "
+> "allowed to access the agent."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1963
+> msgid ""
+> "This rule applies to the number of e-mails in the various Exchange Message "
+> "Queues"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1002
+> #, python-format
+> msgid "This rule attaches contact group(s) to the events: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:137
+> msgid ""
+> "This rule can be used to configure the inventory of the windows services "
+> "check. You can configure specific windows services to be monitored by the "
+> "windows check by selecting them by name, current state during the inventory, "
+> "or start mode."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:687
+> msgid ""
+> "This rule can be used to control the inventory for Heartbeat CRM checks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:334
+> msgid ""
+> "This rule can be used to control the inventory for brocade ports. You can "
+> "configure the port states for inventory and the use of the description as "
+> "service name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:284
+> msgid ""
+> "This rule can be used to control the inventory for network ports. You can "
+> "configure the port types and port states for inventoryand the use of alias "
+> "or description as service name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1820
+> msgid ""
+> "This rule can be used to customize the check interval of each SNMP based "
+> "check. With this option it is possible to configure a longer check interval "
+> "for specific checks, than then normal check interval."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8787
+> msgid "This rule configures bulk notifications."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3146
+> msgid ""
+> "This rule configures levels for the CPU utilization (not load) for the "
+> "operating systems Windows and VMWare ESX host systems. The utilization "
+> "ranges from 0 to 100 - regardless of the number of CPUs."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4606
+> msgid "This rule controls the inventory of Multipath devices on Linux."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4433
+> msgid ""
+> "This rule controls which and how many checks will be created for monitoring "
+> "individual physical and logical disks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2382
+> msgid ""
+> "This rule decides about the number of retries and timeout values for the "
+> "SNMP access to devices."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4250
+> msgid ""
+> "This rule defines upper limits for the number of users logged in on a system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14617
+> msgid ""
+> "This rule does never apply due to an empty list of explicit hosts!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:992
+> msgid "This rule does a cancelling match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8722
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14295
+> #, python-format
+> msgid "This rule does not match: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5325
+> msgid ""
+> "This rule enables and configures a trend analysis and corresponding limits "
+> "for devices, which have their own limits configured on the device. It will "
+> "only work for supported checks, right now the adva_fsp_temp check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4512
+> msgid ""
+> "This rule is applied to the number of E-Mails that are currently in the "
+> "outgoing mail queue."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2995
+> msgid ""
+> "This rule is applied to the number of print jobs currently waiting in "
+> "windows printer queue."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8766
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14302
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:980
+> msgid "This rule is currently disabled and will not be applied"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14259
+> msgid "This rule is disabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8720
+> msgid "This rule matches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14272
+> msgid "This rule matches and defines new parameters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14283
+> #, python-format
+> msgid "This rule matches for the host '%s'"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14275
+> msgid ""
+> "This rule matches, but all of its parameters are overridden by previous "
+> "rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14267
+> msgid "This rule matches, but does not define any parameters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14291
+> msgid "This rule matches, but is overridden by a previous rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:988
+> msgid "This rule matches, but is overruled by a previous match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14278
+> msgid ""
+> "This rule matches, but some of its parameters are overridden by previous "
+> "rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:994
+> msgid "This rule matches."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13838
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14366
+> msgid "This rule results in a positive outcome."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:394
+> msgid ""
+> "This rule selects the ALLNET IP Sensoric agent, which fetches /xml/"
+> "sensordata.xml from the device by HTTP and extracts the needed monitoring "
+> "information from this file."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:203
+> msgid ""
+> "This rule selects the EMC VNX agent instead of the normal Check_MK Agent and "
+> "allows monitoring of EMC VNX storage systems by calling naviseccli "
+> "commandline tool locally on the monitoring system. Make sure it is installed "
+> "and working. You can configure your connection settings here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:336
+> msgid ""
+> "This rule selects the Fritz!Box agent, which uses UPNP to gather information "
+> "about configuration and connection status information."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:257
+> msgid ""
+> "This rule selects the ibmsvc agent instead of the normal Check_MK Agent and "
+> "allows monitoring of IBM SVC / V7000 storage systems by calling ls* commands "
+> "there over SSH. Make sure you have SSH key authentication enabled for your "
+> "monitoring user. That means: The user your monitoring is running under on "
+> "the monitoring system must be able to ssh to the storage system as the user "
+> "you gave below without password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:171
+> msgid ""
+> "This rule selects the vSphere agent instead of the normal Check_MK Agent and "
+> "allows monitoring of VMWare ESX via the vSphere API. You can configure your "
+> "connection settings here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2053
+> msgid ""
+> "This rule set allows you to specify an alternative name to be displayed for "
+> "certain services. This name is available as a column when creating new views "
+> "or modifying existing ones. It is always visible in the details view of a "
+> "service. In the availability reporting there is an option for using that "
+> "name instead of the normal service description. It does not "
+> "automatically replace the normal service name in all views.
Note"
+> "b>: The purpose of this rule set is to define unique names for several well-"
+> "known services. It cannot rename services in general."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2090
+> msgid ""
+> "This rule set is useful if you send your monitoring notifications into the "
+> "Event Console. The contact information that is set by this rule will be put "
+> "into the resulting event in the Event Console."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3957
+> msgid ""
+> "This rule sets limits to the current number of connections through a "
+> "Checkpoint firewall."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:50
+> msgid ""
+> "This rule sets the parameters for the host checks (via check_icmp) "
+> "and also for PING checks on ping-only-hosts. For the host checks only the "
+> "critical state is relevant, the warning levels are ignored."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4905
+> msgid ""
+> "This rule sets the required state of a PDU plug. It is meant to be "
+> "independent of the hardware manufacturer."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4886
+> msgid "This rule sets the required state of a switch contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5704
+> msgid ""
+> "This rule sets the warn and crit levels for the number of current "
+> "connections to a JVM application on the servlet level. Other keywords for "
+> "this rule: Tomcat, Jolokia, JMX. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5743
+> msgid ""
+> "This rule sets the warn and crit levels for the number of incoming requests "
+> "to a JVM application server Other keywords for this rule: Tomcat, Jolokia, "
+> "JMX. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5642
+> msgid ""
+> "This rule sets the warn and crit levels for the number of threads running in "
+> "a JVM. Other keywords for this rule: Tomcat, Jolokia, JMX."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5670
+> msgid ""
+> "This rule sets the warn and crit levels for the uptime of a JVM. Other "
+> "keywords for this rule: Tomcat, Jolokia, JMX. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:108
+> msgid ""
+> "This ruleset allows you to configure explicit PING monitoring of hosts. "
+> "Usually a PING is being used as a host check, so this is not neccessary. "
+> "There are some situations, however, where this can be useful. One of them is "
+> "when using the Check_MK Micro Core with SMART Ping and you want to track "
+> "performance data of the PING to some hosts, nevertheless."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1878
+> msgid ""
+> "This ruleset allows you to restrict notifications of host problems to "
+> "certain states, e.g. only notify on DOWN, but not on UNREACHABLE. Please "
+> "select the types of events that should initiate notifications. Please note "
+> "that several other filters must also be passed in order for notifications to "
+> "finally being sent out."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1902
+> msgid ""
+> "This ruleset allows you to restrict notifications of service problems to "
+> "certain states, e.g. only notify on CRIT, but not on WARN. Please select the "
+> "types of events that should initiate notifications. Please note that several "
+> "other filters must also be passed in order for notifications to finally "
+> "being sent out."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4276
+> msgid ""
+> "This ruleset applies to several similar checks measing various kernel events "
+> "like context switches, process creations and major page faults. Please "
+> "create separate rules for each type of kernel counter you want to set levels "
+> "for."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:344
+> msgid ""
+> "This ruleset defines criteria for automatically creating checks for running "
+> "processes based upon what is running when the service discovery is done. "
+> "These services will be created with default parameters. They will get "
+> "critical when no process is running and OK otherwise. You can parameterize "
+> "the check with the ruleset State and count of processes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2416
+> msgid ""
+> "This ruleset helps in test and development. You can create stored SNMP walks "
+> "on the command line with cmk --snmpwalk HOSTNAME. A host that is configured "
+> "with this ruleset will then use the information from that file instead of "
+> "using real SNMP. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1100
+> msgid ""
+> "This ruleset helps you to configure the classical Nagios plugin "
+> "check_disk_smb that checks the access to filesystem shares that are "
+> "exported via SMB/CIFS."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1802
+> msgid ""
+> "This ruleset is deprecated and will be removed soon: it changes the default "
+> "check_command for a host check. You need to define that command manually in "
+> "your monitoring configuration."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:429
+> msgid ""
+> "This ruleset is for deploying two plugins for monitoring Unitrends software."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2093
+> msgid ""
+> "This ruleset is similar to 'Disabled services', but selects checks to be "
+> "disabled by their type. This allows you to disable certain technical "
+> "implementations such as filesystem checks via SNMP on hosts that also have "
+> "the Check_MK agent installed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2252
+> msgid ""
+> "This ruleset selects host for dynamic DNS lookup during monitoring. Normally "
+> "the IP addresses of hosts are statically configured or looked up when you "
+> "activate the changes. In some rare cases DNS lookups must be done each time "
+> "a host is connected to, e.g. when the IP address of the host is dynamic and "
+> "can change."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2472
+> msgid ""
+> "This ruleset specifies the total status of the Check_MK service in case of "
+> "various error situations. One use case is the monitoring of hosts that are "
+> "not always up. You can have Check_MK an OK status here if the host is not "
+> "reachable. Note: the Timeout setting only works when using the "
+> "Check_MK Micro Core."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:738
+> msgid ""
+> "This ruleset will deploy the agent plugin mk_sap for (locally) "
+> "monitoring SAP R/3 instances. Note: you still need to manually deploy the "
+> "SAP NetWeaver RFCSDK (nwrfcsdk) and the Python module sapnwrfc. Both is "
+> "explained in an article in the Check_MK documentation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:77
+> msgid "This rulset allow you to configure a SSH check for a host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:182
+> msgid "This script will be executed using the BASH shell. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:661
+> msgid ""
+> "This section configures all LDAP specific connection options. These options "
+> "are used by the LDAP user connector."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:864
+> msgid ""
+> "This section configures all group related LDAP options. These options are "
+> "only needed when using group related attribute synchonisation plugins."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:778
+> msgid ""
+> "This section configures all user related LDAP options. These options are "
+> "used by the LDAP user connector to find the needed users in the LDAP "
+> "directory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1039
+> msgid "This service has not been checked yet"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:427
+> msgid "This service is flapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:450
+> msgid "This service is stale"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10445
+> msgid ""
+> "This sets the time that Multisite waits for a connection to the site to be "
+> "established before the site is considered to be unreachable. If not set, the "
+> "operating system defaults are begin used and just one login attempt is "
+> "being. performed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:367
+> msgid ""
+> "This setting allows to set an adhoc downtime comment and its duration. When "
+> "enabled a new button Adhoc downtime for __ minutes will be available "
+> "in the command form."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1843
+> msgid ""
+> "This setting allows you to disable notifications about problems of a host "
+> "completely. Per default all notifications are enabled. Sometimes it is more "
+> "convenient to just disable notifications then to remove a host completely "
+> "from the monitoring. Note: this setting has no effect on the notifications "
+> "of service problems of a host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1856
+> msgid ""
+> "This setting allows you to disable notifications about problems of a service "
+> "completely. Per default all notifications are enabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1713
+> msgid ""
+> "This setting allows you to disable or enable active checks for a service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2009
+> msgid ""
+> "This setting allows you to disable the flapping detection for a host "
+> "completely."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2019
+> msgid ""
+> "This setting allows you to disable the flapping detection for a service "
+> "completely."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1702
+> msgid ""
+> "This setting allows you to disable the processing of passiv check results "
+> "for a service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1691
+> msgid ""
+> "This setting allows you to disable the processing of perfdata for a service "
+> "completely."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:476
+> #, python-format
+> msgid ""
+> "This setting controls the distance of text lines, in relation to the font "
+> "width. A setting of 1.2 thus means that the line spacing is 120% of the font "
+> "height."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:610
+> msgid ""
+> "This setting controls the resolution of the RRD in seconds. The smaller the "
+> "step the more precise the timing will be, but the larger your RRD will be. "
+> "It does not make sense to have the step smaller then your normal check "
+> "interval for a service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:73
+> msgid ""
+> "This setting decides which types of messages to log into the daemon log of "
+> "the Check_MK Micro Core. The object history (service alerts, events, etc.) "
+> "is not affected by this setting."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1944
+> msgid ""
+> "This setting delays notifications about host problems by the specified "
+> "amount of time. If the host is up again within that time, no notification "
+> "will be sent out."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1959
+> msgid ""
+> "This setting delays notifications about service problems by the specified "
+> "amount of time. If the service is OK again within that time, no notification "
+> "will be sent out."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:578
+> msgid ""
+> "This setting is only useful for events that result from monitoring "
+> "notifications sent by Check_MK. Those can set a service level already in the "
+> "event. In such a case you can make this rule match only certain service "
+> "levels. Events that do not "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1750
+> msgid ""
+> "This setting is relevant if you have set the maximum number of check "
+> "attempts to a number greater than one. In case a host check is not UP and "
+> "the maximum number of check attempts is not yet reached, it will be "
+> "rescheduled with this interval. The retry interval is usually set to a "
+> "smaller value than the normal interval."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1661
+> msgid ""
+> "This setting is relevant if you have set the maximum number of check "
+> "attempts to a number greater than one. In case a service check is not OK and "
+> "the maximum number of check attempts is not yet reached, it will be "
+> "rescheduled with this interval. The retry interval is usually set to a "
+> "smaller value than the normal interval.
This setting only applies to "
+> "active checks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10144
+> msgid ""
+> "This site is not a replication slave. You cannot configure specific settings "
+> "for it."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4894
+> msgid "This site is not update and needs a replication."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4900
+> msgid "This site is up-to-date."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4897
+> msgid "This site needs a restart for activating the changes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1104
+> msgid ""
+> "This snapin contains custom links which can be configured via the "
+> "configuration variable custom_links in multisite.mk"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:259
+> msgid ""
+> "This snapin shows the folders defined in WATO. It can be used to open views "
+> "filtered by the WATO folder. It works standalone, without interaction with "
+> "any other snapin."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:294
+> msgid ""
+> "This snapin shows the folders defined in WATO. It can be used to open views "
+> "filtered by the WATO folder. This snapin interacts with the \"Views\" "
+> "snapin, when both are enabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1521
+> msgid ""
+> "This snapin shows tree views of your hosts based on their tag "
+> "classifications. You can configure which tags to use in your global settings "
+> "of Multisite."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6969
+> msgid "This snapshot is broken"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6624
+> msgid "This snapshot is broken!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:675
+> msgid "This synchronization plugin has no parameters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/table.py:353
+> #, python-format
+> msgid ""
+> "This table is limited to show only %d of %d rows. Click here"
+> "a> to disable the limitation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:150
+> #, python-format
+> msgid ""
+> "This table would contain more than %d rows. Due to a configured limit the "
+> "rest of the rows has not been fetched and rendered."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12924
+> msgid "This tag id does already exist in the list of auxiliary tags."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12918
+> #, python-format
+> msgid "This tag id is already being used in the host tag group %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:201
+> #, python-format
+> msgid ""
+> "This template will be appended to the "\">notification_common_body when host notifications are sent."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:213
+> #, python-format
+> msgid ""
+> "This template will be appended to the "\">notification_common_body when service notifications are sent."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:129
+> #, python-format
+> msgid ""
+> "This template will be used as $SUBJECT$ in email notifications that "
+> "deal with host alerts. The variable $SUBJECT$ will then be "
+> "available in notification_common_body."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:143
+> #, python-format
+> msgid ""
+> "This template will be used as $SUBJECT$ in email notifications that "
+> "deal with service alerts. The variable $SUBJECT$ will then be "
+> "available in notification_common_body."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:158
+> msgid ""
+> "This template will be used as email body when sending notifications. "
+> "Appended to it will be a specific body for either host or service "
+> "notifications configured in two extra parameters. The following macros are "
+> "available in all templates:
$CONTACTNAME$: login name "
+> "of the contact person, $CONTACTEMAIL$: email address of the "
+> "contact person, $CONTACTPAGER$: pager address of the contact "
+> "person, $NOTIFICATIONTYPE$: one of PROBLEM, RECOVERY, "
+> "ACKNOWLEDGEMENT, FLAPPINGSTART, FLAPPINGSTOP, FLAPPINGDISABLED, "
+> "DOWNTIMESTART, DOWNTIMEEND, or DOWNTIMECANCELLED, $HOSTNAME$"
+> "tt>: the name of the host, $HOSTALIAS$: the alias of the "
+> "host, $HOSTADDRESS$: the IP address or DNS name of the host, "
+> "$LASTHOSTSTATE$: the previous state of the host, "
+> "$HOSTSTATE$: the new state of the host, $HOSTCHECKCOMMAND$"
+> "b>: the name of the host check command, $HOSTOUTPUT$: "
+> "the output of the host check command, $LONGHOSTOUTPUT$: the "
+> "long output of the host check, $HOSTPERFDATA$: the "
+> "performance data of the host check, $SERVICEDESC$: the name "
+> "of the service, $LASTSERVICESTATE$: the previous state of "
+> "the service, $SERVICESTATE$: the new state of the service, "
+> "$SERVICEOUTPUT$: the output of the check command , "
+> "$LONGSERVICEOUTPUT$: the long output of the check command, "
+> "$SERVICEPERFDATA$: the performance data of the check, "
+> "$SERVICECHECKCOMMAND$: the name of the service check command, "
+> "$HOSTPROBLEMID$: a unique ID of the host problem this "
+> "notification is about, $SERVICEPROBLEMID$: the same for "
+> "service problems, $HOSTNOTIFICATIONNUMBER$: the number of "
+> "notification of this host problem (begins with 1), $HOSTURL$"
+> "tt>: URL pointing to the host detail view (starting with /check_mk/...), "
+> "$SERVICEURL$: URL pointing to the service detail view "
+> "(starting with /check_mk/...),
$MONITORING_HOST$: "
+> "the host name of the monitoring server $OMD_ROOT$: the home "
+> "directory of the OMD site (only on OMD) $OMD_SITE$: the name "
+> "of the OMD site (only on OMD) "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8396
+> msgid ""
+> "This text is a regular expression that is being searched in the output of "
+> "the check plugins that produced the alert. It is not a prefix but an infix "
+> "match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:200
+> #, python-format
+> msgid ""
+> "This title will be displayed in your browser's title bar or tab. If you are "
+> "using OMD then you can embed a %s. This will be replaced by the "
+> "name of the OMD site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:264
+> msgid "This user does not exist."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:267
+> msgid "This user has no mail address configured."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11894
+> msgid "This username is already being used by another user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6313
+> msgid "This value differs between the selected hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:682
+> msgid ""
+> "This variable allows to specify the TCP port to be used to connect to the "
+> "LDAP server. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2895
+> msgid ""
+> "This variable allows to specify the TCP port to be used to connect to the "
+> "agent on a per-host-basis."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2430
+> msgid ""
+> "This variable allows to specify the TCP port to be used to connect to the "
+> "agent on a per-host-basis. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:64
+> msgid ""
+> "This variable controls on how much free space left the incremental deletion "
+> "of dynamic growing files in the OMD site should be started."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7646
+> msgid "This variable is at factory settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:728
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:770
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:805
+> msgid "This view can only be used in mobile mode."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2933
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3030
+> msgid "This view does not support cluster hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2156
+> msgid "This view is intended for usage as web service for NagStaMon."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:262
+> #, python-format
+> msgid ""
+> "This view needs a host/service group to be specified. We are missing the URL "
+> "variable %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:50
+> msgid "This webservice allows you to add a new host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2121
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2194
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:497
+> msgid "This week"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:700
+> msgid ""
+> "This will deploy and configure the Check_MK agent plugin mk_jolokia"
+> "tt>. In order to use this you need the Jolokia .war file from the "
+> "Jolokia Project Homepage "
+> "deployed in your JVMs. Currently at least Tomcat, JBoss and BEA Weblogic are "
+> "supported. Please note: you need both the Check_MK mk_jolokia "
+> "plugin and the WAR file."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:595
+> msgid ""
+> "This will deploy the agent plugin mk_mysql for monitoring several "
+> "aspects of MySQL databases."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:573
+> msgid ""
+> "This will deploy the agent plugin mk_tsm. It will provide several "
+> "checks concerning TSM."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:513
+> msgid ""
+> "This will deploy the agent plugin mk_zypper. This will activate the "
+> "check zypper on SUSE Linux hosts and monitor normal and security "
+> "updates."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:531
+> msgid ""
+> "This will deploy the two agent plugins plesk_backup and "
+> "plesk_domain, used for monitoring Plesk."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1900
+> msgid ""
+> "This will send the notification to a Check_MK Event Console on a remote host "
+> "by using syslog. Note: this setting will only be applied if no Event "
+> "Console is running locally in this site! That way you can use the same "
+> "global settings on your central and decentralized system and makes "
+> "distributed WATO easier. Please also make sure that Send notifications to "
+> "Event Console is enabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2127
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:499
+> msgid "This year"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1440
+> msgid "Thresholds for Notifications per Contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8440
+> msgid "Throttle periodic notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:812
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6701
+> msgid "Throughput levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9678
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1753
+> msgid "Thursday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:320
+> msgid "Tiles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:943
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5296
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:520
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1574
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1843
+> msgid "Time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5602
+> msgid "Time Left on Battery at and below which a critical state is triggered"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9231
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:64
+> msgid "Time Periods"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:933
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:197
+> msgid "Time Range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2135
+> msgid "Time Range for filesystem trend computation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:358
+> msgid "Time between new checks of type Check_MK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:368
+> msgid "Time between new classical active checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2263
+> msgid "Time format"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8608
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9025
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15405
+> msgid "Time horizon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9528
+> msgid "Time horizon for repeated events"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:489
+> msgid "Time horizon to keep in cache"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5596
+> msgid "Time left on Battery at and below which a warning state is triggered"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5592
+> msgid "Time left on battery"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:665
+> msgid "Time of Downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:664
+> msgid "Time of comment"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1055
+> msgid "Time of day to create report at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:190
+> msgid "Time of entry in event history"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:519
+> msgid "Time of entry in logfile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:355
+> msgid "Time of first occurrance of this serial"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6869
+> msgid "Time of garbage collection in ms per minute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:363
+> msgid "Time of last occurrance"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:673
+> msgid "Time of log entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:997
+> msgid "Time offset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:71
+> msgid "Time per client request"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:346
+> msgid "Time period for counting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2107
+> msgid "Time range"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5332
+> msgid "Time range for temperature trend computation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1060
+> msgid "Time range to create report for"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3717
+> msgid "Time since end of last backup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1010
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1012
+> msgid "Time since last UPS selftest"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:87
+> msgid "Time stamp format"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:998
+> msgid "Time warp - show BI aggregate during this time period"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:503
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1339
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1341
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1377
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1514
+> msgid "Timeline"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1243
+> msgid "Timeline colors"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:106
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:109
+> msgid "Timeline of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1499
+> msgid "Timeline of "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10045
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10047
+> msgid "Timeout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2387
+> msgid "Timeout between retries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:762
+> msgid "Timeout for LDAP query responses."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1120
+> msgid ""
+> "Timeout for TCP connect to agent in seconds. If the agent does not respond "
+> "within this time, it is considered to be unreachable. Note: This does "
+> "not limit the time the agent needs to generate its output."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:303
+> msgid "Timeout for rescheduling checks in Multisite"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4305
+> msgid "Timeout for responses"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:708
+> msgid "Timeout for the initial connection to the LDAP server in seconds."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10228
+> msgid "Timeout waiting for a free channel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10224
+> msgid "Timeout:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9736
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9840
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11533
+> msgid "Timeperiod"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18631
+> msgid "Timeperiods"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:65
+> msgid ""
+> "Timeperiods restrict notifications and other things to certain periods of "
+> "the day."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:359
+> msgid "Timerange"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:466
+> msgid "Times"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1581
+> msgid "Timewarp to "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:426
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:435
+> msgid "Timezone offset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2381
+> msgid "Timing settings for SNMP access"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:922
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1039
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:519
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1869
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12831
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12859
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12958
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13187
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16398
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17290
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17393
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:331
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:617
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:115
+> msgid "Title"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:280
+> msgid "Title of the tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:646
+> msgid "Title:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15689
+> msgid ""
+> "To make a login possible with your new credentials on all remote sites, the "
+> "new login credentials need to be replicated to the remote sites. This is "
+> "done on this page now. Each site is being represented by a single image "
+> "which is first shown gray and then fills to green during synchronisation."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2137
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2155
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:545
+> msgid "To:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:77
+> msgid "To: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2118
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2190
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:496
+> msgid "Today"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:363
+> msgid "Token Bucket"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:482
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:515
+> msgid "Tooltip"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:498
+> msgid "Top"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:180
+> msgid "Top of page handling"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12832
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12860
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12883
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12963
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13009
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13192
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17294
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:620
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:269
+> msgid "Topic"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:227
+> msgid "Topic:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:235
+> msgid "Total"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5820
+> msgid "Total Memory Levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:402
+> msgid "Total Number of CPUs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:404
+> msgid "Total Number of Cores"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:401
+> msgid "Total Number of Hyperthreads"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7091
+> msgid "Total Pending Mails"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5236
+> msgid "Total accumulated Active Energy of Power Channel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3847
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4244
+> msgid "Total hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4316
+> msgid "Total latency for all MDisks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4317
+> msgid "Total latency for all VDisks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4315
+> msgid "Total latency for all drives"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6435
+> msgid "Total number of Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10236
+> msgid "Total query timeout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3852
+> msgid "Total services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:407
+> msgid "Total swap space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:66
+> msgid "Total timeout of check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:406
+> msgid "Total usable RAM"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:781
+> msgid "Trace level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2846
+> msgid "Traceroute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15600
+> msgid "Translated hostname"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:449
+> msgid "Translations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3432
+> msgid "Transport Lag"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:306
+> msgid "Treat Host Down as: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:294
+> msgid "Treat Unknown as: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:282
+> msgid "Treat Warning as: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:237
+> msgid "Treat phases of UP/OK as non-downtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:296
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:304
+> msgid "Tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:258
+> msgid "Tree of Folders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2139
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5336
+> msgid "Trend computation"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2170
+> msgid "Trend performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:278
+> msgid "True"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6644
+> msgid "Trusted"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16138
+> msgid "Try Pattern Match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1952
+> msgid "Try both host name and IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1594
+> msgid "Try bringing up TCP connection for"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16150
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:744
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:936
+> msgid "Try out"
+> msgstr "Testeaza"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9676
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1751
+> msgid "Tuesday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:304
+> msgid "Tuning of flap detection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1606
+> msgid "Tunnel Alias"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:626
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:641
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4795
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8777
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8964
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12833
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17394
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:619
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1019
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1567
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1761
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:430
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:444
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:455
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:637
+> msgid "Type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:139
+> msgid "Type of Action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:287
+> msgid "Type of Database"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:749
+> msgid "Type of alerts of hosts and services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2567
+> msgid "Type of check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:527
+> msgid "Type of event action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:135
+> msgid "Type of query"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:203
+> msgid "Type of tree layout"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1409
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1507
+> msgid "U"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1894
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6074
+> msgid "UDP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1498
+> msgid "UDP (default behaviour of tcpdump)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1660
+> msgid "UN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+> msgid "UNAVAILABLE"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:589
+> msgid "UNIX timestamp"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1903
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+> msgid "UNKN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8503
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8507
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8511
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8513
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8514
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8515
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1249
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:211
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1016
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5296
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1247
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:287
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:299
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:311
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:688
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:701
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1248
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:332
+> msgid "UNKNOWN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:711
+> msgid "UNKNOWN Services of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:38
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:676
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1248
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:366
+> msgid "UNREACH"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:82
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8483
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8484
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8485
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8486
+> msgid "UNREACHABLE"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:38
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:82
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8481
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8482
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8483
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8486
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:674
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1244
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:365
+> msgid "UP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5566
+> msgid "UPS Capacity"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:981
+> msgid "URI (page name)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:596
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1360
+> msgid "URI to fetch (default is /)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:648
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:602
+> msgid "URL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10511
+> msgid ""
+> "URL of the remote Check_MK including /check_mk/. This URL is in "
+> "many cases the same as the URL-Prefix but with check_mk/ appended, "
+> "but it must always be an absolute URL. Please note, that that URL will be "
+> "fetched by the Apache server of the local site itself, whilst the URL-Prefix "
+> "is used by your local Browser."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10459
+> msgid "URL prefix"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:81
+> msgid "URL prefix for links to Check_MK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:879
+> msgid "URL to this frame"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:881
+> msgid "URL to this page including sidebar"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2030
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2041
+> msgid "URL:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:458
+> msgid "UTC"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:459
+> msgid "UTC +1 hour"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:468
+> msgid "UTC +10 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:469
+> msgid "UTC +11 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:470
+> msgid "UTC +12 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:460
+> msgid "UTC +2 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:461
+> msgid "UTC +3 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:462
+> msgid "UTC +4 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:463
+> msgid "UTC +5 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:465
+> msgid "UTC +7 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:464
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:466
+> msgid "UTC +8 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:467
+> msgid "UTC +9 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:457
+> msgid "UTC -1 hour"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:448
+> msgid "UTC -10 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:447
+> msgid "UTC -11 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:446
+> msgid "UTC -12 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:456
+> msgid "UTC -2 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:455
+> msgid "UTC -3 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:454
+> msgid "UTC -4 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:453
+> msgid "UTC -5 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:452
+> msgid "UTC -6 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:451
+> msgid "UTC -7 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:450
+> msgid "UTC -8 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:449
+> msgid "UTC -9 hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2345
+> msgid "UTF-8"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:843
+> msgid "Umlauts in User-IDs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1208
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1437
+> msgid "Un"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:243
+> #, python-format
+> msgid "Unable to authenticate with LDAP (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:229
+> msgid ""
+> "Unable to connect to LDAP server with the configured bind credentials. "
+> "Please fix this in the LDAP connection "
+> "settings."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:43
+> msgid ""
+> "Unable to fetch CMC stats via livestatus. Maybe you are not using CMC as "
+> "your core in all of your sites. In this case this snapin is useless."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18072
+> #, python-format
+> msgid "Unable to parse provided data: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14963
+> #, python-format
+> msgid ""
+> "Unable to read current options of this rule. Falling back to default values. "
+> "When saving this rule now, your previous settings will be overwritten. "
+> "Problem was: %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:191
+> #, python-format
+> msgid "Unable to show logfile: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:379
+> #, python-format
+> msgid "Unable to successfully perform the LDAP search (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:373
+> #, python-format
+> msgid ""
+> "Unable to successfully perform the LDAP search (Base: %s, Scope: %s, Filter: "
+> "%s, Columns: %s): %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:187
+> #, python-format
+> msgid ""
+> "Unable to transform dashlet %d of dashboard %s. You will need to migrate it "
+> "on your own. Definition: %r"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:165
+> #, python-format
+> msgid ""
+> "Unable to transform dashlet %d of dashboard %s: the dashlet is using "
+> "\"urlfunc\" which can not be converted automatically."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3643
+> msgid "Unallocated Space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1102
+> #, python-format
+> msgid "Undefined aggregation function '%s'. Available are: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2886
+> #, python-format
+> msgid "Undefined key '%s' in the dictionary. Allowed are %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1049
+> msgid "Undo Statistics"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:560
+> msgid "Unhandled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:606
+> msgid "Unique ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17106
+> msgid "Unique Rule ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3026
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3049
+> msgid "Unit Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:428
+> msgid "Unitrends backup and replication plugins (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:437
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:94
+> msgid "Unix Timestamp (Epoch)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1294
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:208
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:171
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:747
+> msgid "Unknown"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1454
+> #, python-format
+> msgid "Unknown BI Aggregation %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1440
+> #, python-format
+> msgid "Unknown BI Aggregation group %s. Available are: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:67
+> msgid "Unknown agent configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:569
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:624
+> #, python-format
+> msgid ""
+> "Unknown bookmark id: %d. This is probably a problem with reload or browser "
+> "history. Please try again."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:399
+> msgid "Unknown configuration change"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8960
+> msgid "Unknown date"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17525
+> #, python-format
+> msgid "Unknown host tag %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17528
+> #, python-format
+> msgid "Unknown host tag group %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4643
+> msgid "Unknown paths"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17728
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17902
+> #, python-format
+> msgid "Unknown site %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:362
+> msgid "Unknown/Unreach"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:203
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:112
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:745
+> msgid "Unreachable"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4247
+> msgid "Unreachable gateways"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:109
+> msgid "Unsupported image format"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1008
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1877
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:594
+> msgid "Until"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:714
+> msgid "Untitled BI rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3675
+> msgid "Unused"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:201
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1423
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:100
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:745
+> msgid "Up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:598
+> msgid "Update"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:618
+> msgid "Update & Acknowledge"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2010
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18576
+> msgid "Update DNS Cache"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:570
+> msgid "Update an event"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:576
+> msgid "Update an event: change comment"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:580
+> msgid "Update an event: change contact"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:209
+> msgid "Update delay for PNP meta information"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8023
+> #, python-format
+> msgid "Updated properties of %s group %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4191
+> msgid "Updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1236
+> msgid "Updates are expected at least every"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18577
+> msgid ""
+> "Updating the DNS cache is neccessary in order to reflect IP address changes "
+> "in hosts that are configured without an explicit address."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5192
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5549
+> msgid "Upper levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:345
+> msgid "Upper levels for first output item"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5191
+> msgid "Upper levels for the Fan speed of a hardware device"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4793
+> msgid "Uptime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:967
+> msgid "Uptime since last reboot"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2974
+> msgid "Upturn toner levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16401
+> msgid "Usages"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:646
+> msgid ""
+> "Use 127.0.0.1 should be correct in almost every situation. It is "
+> "possible - though uncommon - to do a remote monitoring here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15582
+> msgid "Use \\1, \\2 etc. to replace matched subgroups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1001
+> msgid ""
+> "Use Check_MK clusters if an item can move from one host to another at runtime"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:86
+> msgid "Use Check_MK sidebar"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1222
+> msgid "Use DNS lookup cache"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1465
+> msgid "Use DNS to convert IP addresses into hostnames"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:595
+> msgid "Use GIT version control for WATO"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16956
+> msgid "Use Hard States"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1240
+> msgid "Use Inline SNMP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:906
+> msgid "Use LDAPS (LDAP SSLv2 method). This sets the default port number to 636"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:905
+> msgid "Use LDAPS (SSL)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10206
+> msgid "Use Livestatus Proxy-Daemon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:49
+> msgid "Use Multisite at all"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:113
+> msgid "Use Reporting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:689
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:904
+> msgid "Use SSL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:177
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:485
+> msgid "Use SSL for the connection."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:611
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1374
+> msgid "Use SSL/HTTPS for the connection."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1050
+> msgid "Use STARTTLS for the connection."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1532
+> msgid "Use TLS over SMTP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18472
+> msgid "Use WATO"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1788
+> msgid "Use a custom check plugin..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1453
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:239
+> msgid "Use alias as service name for network interface checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:40
+> msgid "Use all map rotations"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:211
+> msgid "Use alternative display name for services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:64
+> msgid "Use bold font"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3886
+> msgid "Use cached data if present"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1445
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:232
+> msgid "Use description as service name for network interface checks"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:76
+> msgid "Use double quotes, escape contained quotes with backslash"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:603
+> msgid "Use favorites"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10026
+> msgid "Use livestatus Proxy-Daemon"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:214
+> msgid "Use local DNS configuration of monitoring site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1107
+> msgid "Use manually created ORACLE password wallet"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1087
+> msgid "Use new service descriptions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1572
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1620
+> msgid "Use no encryption"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10452
+> msgid "Use persistent connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:297
+> msgid "Use port name as service name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:321
+> msgid "Use procedure call instead of SQL statement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:430
+> msgid "Use settings and page layout from"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:75
+> msgid "Use single quotes, escape contained quotes with backslash"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9541
+> msgid "Use specific times"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9542
+> msgid "Use specific times instead of whole day"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4599
+> msgid "Use the multipath alias as service name, if one is set"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1780
+> msgid "Use the status of the Check_MK Agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1781
+> msgid "Use the status of the service..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1972
+> msgid ""
+> "Use this only if you want to overwrite the postion of the information in the "
+> "agent output. Also refer to the rule Microsoft Exchange Queues Inventory"
+> "i> "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:531
+> msgid "Use unsafe legacy encoding for distributed WATO"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:825
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6714
+> msgid "Used Bandwidth of port in megabyte/s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13693
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13873
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14129
+> msgid "Used Rulesets"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2358
+> msgid "Used bandwidth (maximum traffic)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2381
+> msgid "Used bandwidth (minimum traffic)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2455
+> msgid "Used bandwidth (traffic)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:818
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6707
+> msgid "Used bandwidth of port relative to the link speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:787
+> msgid "Used in BI aggregate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1103
+> msgid "Used space in ZFS pools and filesystems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1097
+> msgid "Used space in filesystems"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1101
+> msgid "Used space in filesystems via SNMP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5298
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7800
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9834
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1103
+> msgid "User"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:643
+> msgid "User Agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17211
+> msgid "User Attributes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:782
+> msgid "User Base DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7335
+> msgid "User Base-DN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:148
+> msgid "User Config"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:664
+> msgid "User ID for web login (if login required)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:617
+> msgid "User Management"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15682
+> msgid "User Profile"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9087
+> msgid "User Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1025
+> msgid "User Roles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:245
+> msgid "User error"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:777
+> msgid "User for login"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18647
+> msgid "User management"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:270
+> msgid "User name on the storage system. Read only permissions are sufficient."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15747
+> msgid "User profiles can not be edited (WATO is disabled)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:299
+> msgid "User quotas on filesystems (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:56
+> msgid "User roles are configurable sets of permissions."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:104
+> msgid "User that performed action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:541
+> msgid "User who performed action"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:829
+> msgid "User-ID Attribute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:404
+> #, fuzzy
+> msgid "User:"
+> msgstr "Utilizator nou"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:269
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12052
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:370
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:383
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:661
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:676
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1059
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1147
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1290
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1545
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1594
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1642
+> msgid "Username"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:580
+> msgid "Username for login"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:114
+> msgid "Username is unknown"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:167
+> msgid "Username:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7164
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11642
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12408
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17343
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:52
+> msgid "Users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:50
+> msgid "Users without this permission are not let in at all"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18599
+> msgid ""
+> "Users without this permissions can only see folders with a contact group "
+> "they are in. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:56
+> #, python-format
+> msgid ""
+> "Using this option you can configure the community which should be used when "
+> "contacting this host via SNMP v1 or v2. It is possible to configure the SNMP "
+> "community by using the SNMP Communities ruleset, but when "
+> "you configure a community here, this will override the community defined by "
+> "the rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:801
+> msgid ""
+> "Using this option you can define an optional LDAP filter which is used "
+> "during LDAP searches. It can be used to only handle a subset of the users "
+> "below the given base DN.
Some common examples:
All user "
+> "objects in LDAP:
(&(objectclass=user)(objectcategory=person))"
+> "tt>
Members of a group:
(&(objectclass=user)"
+> "(objectcategory=person)(memberof=CN=cmk-users,OU=groups,DC=example,DC=com))"
+> "tt>
"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:888
+> msgid ""
+> "Using this option you can define an optional LDAP filter which is used "
+> "during group related LDAP searches. It can be used to only handle a subset "
+> "of the groups below the given base DN.
e.g. (objectclass=group)"
+> "tt>"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:814
+> msgid ""
+> "Using this option you can define the DN of a group object which is used to "
+> "filter the users. Only members of this group will then be synchronized. This "
+> "is a filter which can be used to extend capabilities of the regular \"Search "
+> "Filter\". Using the search filter you can only define filters which directly "
+> "apply to the user objects. To filter by group memberships, you can use the "
+> "memberOf attribute of the user objects in some directories. But "
+> "some directories do not have such attributes because the memberships are "
+> "stored in the group objects as e.g. member attributes. You should "
+> "use the regular search filter whenever possible and only use this filter "
+> "when it is really neccessary. Finally you can say, you should not use this "
+> "option when using Active Directory. This option is neccessary in OpenLDAP "
+> "directories when you like to filter by group membership.
If using, "
+> "give a plain distinguished name of a group here, e. g. CN=cmk-users,"
+> "OU=groups,DC=example,DC=com"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3651
+> msgid ""
+> "Using this page you can import several hosts at once into the choosen "
+> "folder. You can paste a list of hostnames, separated by comma, semicolon, "
+> "space or newlines. These hosts will then be added to the folder using the "
+> "default attributes. If some of the host names cannot be resolved via DNS, "
+> "you must manually edit those hosts later and add explicit IP addresses."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:92
+> msgid ""
+> "Using this, datasources host rows might appear multiple times depending on "
+> "their membership in hostgroups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1772
+> msgid ""
+> "Usually Check_MK uses a series of PING (ICMP echo request) in order to "
+> "determine whether a host is up. In some cases this is not possible, however. "
+> "With this rule you can specify an alternative way of determining the host's "
+> "state."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:584
+> msgid ""
+> "Usually Check_MK will nail this check to the IP address of the host it is "
+> "attached to. With this option you can have the check use the name of the "
+> "virtual host instead and do a dynamic DNS lookup."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2912
+> msgid ""
+> "Usually the check goes to WARN if a VM or host is powered off and OK "
+> "otherwise. You can change this behaviour on a per-state-basis here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5259
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5260
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5432
+> msgid "V"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5266
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5267
+> msgid "VA"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1100
+> msgid "VMWare ESX host systems: Used space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2820
+> msgid "VMware Tools has never been installed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2808
+> msgid "VMware Tools is installed, and the version is current"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2826
+> msgid "VMware Tools is installed, but it is not managed by VMWare"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2814
+> msgid "VMware Tools is installed, but the version is not current"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1591
+> msgid "VPN Tunnel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1616
+> #, fuzzy
+> msgid "VPN tunnel specific configuration"
+> msgstr "Salveaza configuratia manuala a verificarilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:396
+> msgid "Val. 1"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:459
+> msgid "Val. 10"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:403
+> msgid "Val. 2"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:410
+> msgid "Val. 3"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:417
+> msgid "Val. 4"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:424
+> msgid "Val. 5"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:431
+> msgid "Val. 6"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:438
+> msgid "Val. 7"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:445
+> msgid "Val. 8"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:452
+> msgid "Val. 9"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1298
+> msgid ""
+> "Valid automation secret or password for the user, depending on the choosen "
+> "authentication mode."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13822
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14349
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14953
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:139
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:466
+> msgid "Value"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1397
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1408
+> #, python-format
+> msgid "Value %r is not allowed here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1394
+> msgid "Value must a tuple with two elements."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3219
+> msgid "Vanished services (checked, but no longer exist)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7635
+> #, python-format
+> msgid "Variable for %s.mk"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:642
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:658
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2109
+> msgid "Various"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1817
+> msgid "Various Commands"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:214
+> msgid "Various performance counters"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3712
+> msgid "Veeam: Time since last Backup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:389
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:423
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:434
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:443
+> msgid "Vendor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:434
+> msgid "Vendor and Device ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:405
+> msgid "Veritas Volume Manger (Linux, HP-UX)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4789
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:390
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:442
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:457
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:639
+> msgid "Version"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:914
+> msgid "Version 2"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:915
+> msgid "Version 3"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:916
+> msgid "Version 3 and TLS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:56
+> msgid ""
+> "Version information and Links to Documentation, Homepage and Download of "
+> "Check_MK"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:46
+> msgid "Version: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:259
+> msgid "Vertical padding"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:245
+> msgid "Vertical rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:168
+> msgid "Vertical space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:268
+> msgid "Vertical spacing"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:555
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:561
+> msgid "View"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:800
+> msgid "View Name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:410
+> msgid "View Properties"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:47
+> msgid "View all maps"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:129
+> msgid "View and edit parameters for this host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:127
+> msgid "View and edit parameters for this service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3287
+> msgid "View and modify the parameters for this service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:68
+> msgid "View permitted maps"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1443
+> msgid "View the rule based parameters of this host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:250
+> msgid "View:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:125
+> msgid "Views"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1489
+> msgid "Viprinet router"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1517
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1520
+> msgid "Virtual Host Tree"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:291
+> msgid "Virtual Host Trees"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3693
+> msgid "Virtual Machine Snapshots"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:89
+> msgid "Virtual Machines"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:408
+> msgid "Virtual addresses for mapping"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:573
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1352
+> msgid "Virtual host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2802
+> msgid "Virtual machine (for example ESX) guest tools status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2838
+> msgid "Virtual machine (for example ESX) heartbeat status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:480
+> msgid "Virtual memory usage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:42
+> msgid "Virtualization"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:634
+> msgid "Visibility"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:31
+> msgid "Visibility of Hosts/Services"
+> msgstr "Vizibilitatea Elementelor/Serviciilor"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:43
+> msgid "Visibility of Hosts/Services (Webservice)"
+> msgstr "Vizibilitatea Elementelor/Serviciilor (Serviciu Web)"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:333
+> msgid "Visual levels for the availability (OK percentage)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:74
+> msgid "Volt"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5109
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5136
+> #: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:398
+> msgid "Voltage"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4959
+> msgid ""
+> "Voltage Levels for devices like UPS or PDUs. Several phases may be addressed "
+> "independently."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4957
+> msgid "Voltage levels (UPS / PDU / Other Devices)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5257
+> msgid "Voltage on Power Channel"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1043
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1048
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5245
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5246
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1395
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1493
+> msgid "W"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1658
+> msgid "WA"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8501
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8505
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8506
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8507
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8510
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8514
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1247
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:209
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1015
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1245
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:285
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:297
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:309
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:686
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:699
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1230
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1246
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1889
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:331
+> msgid "WARN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1484
+> msgid "WARN - if this router is being used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1482
+> msgid "WARN - if this router is not being used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:223
+> msgid "WARN Pattern"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:659
+> msgid "WARN Services of host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:329
+> msgid "WARN/CRIT"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:904
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:70
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5294
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:155
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:416
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:458
+> msgid "WARNING"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:932
+> msgid "WARNING: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:918
+> msgid ""
+> "WARNING: This Event Console is currently running as a replication slave. The "
+> "rules edited here will not be used. Instead a copy of the rules of the "
+> "master are being used in the case of a takeover. The same holds for the "
+> "event actions in the global settings.
If you want you can copy the "
+> "ruleset of the master into your local slave configuration: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1517
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10517
+> msgid "WATO"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:66
+> msgid "WATO · Configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:74
+> msgid "WATO · Quickaccess"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7111
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18469
+> msgid "WATO - Check_MK's Web Administration Tool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:53
+> msgid "WATO Configuration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/wato.py:31
+> msgid "WATO Folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13451
+> msgid ""
+> "WATO can repair things for you. It can rename tags in folders, host and "
+> "rules. Removed tag groups will be removed from hosts and folders, removed "
+> "tags will be replaced with the default value for the tag group (for hosts "
+> "and folders). What rules concern, you have to decide how to proceed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:64
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:72
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:80
+> msgid "WATO folder"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:63
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:90
+> msgid "WATO folder - complete path"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:79
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:102
+> msgid "WATO folder - just folder name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:71
+> #: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:96
+> msgid "WATO folder - relative path"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:39
+> msgid "WATO is disabled."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:180
+> msgid ""
+> "WATO is disabled. Please set wato_enabled = True in your "
+> "multisite.mk if you want to use WATO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10503
+> msgid ""
+> "WATO replication allows you to manage several monitoring sites with a "
+> "logically centralized WATO. Slave sites receive their configuration from "
+> "master sites.
Note: Slave sites do not need any replication "
+> "configuration. They will be remote-controlled by the master sites."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:519
+> msgid "WATO restart mode for Nagios"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1712
+> msgid "WLC WiFi client connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5980
+> msgid "WSUS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4669
+> msgid "WWID of the LUN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1194
+> msgid "Wa"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1148
+> msgid "Wait until the other has finished"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15717
+> msgid "Waiting for replication to start"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:360
+> msgid "Warn"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6105
+> msgid "Warn if list of forwarded logfiles changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:98
+> msgid "Warn if protocol doesn't match expected protocol version (ex: 2.0)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:93
+> msgid ""
+> "Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2243
+> msgid "Warn on unexpected active interface"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:783
+> msgid "Warn, if the age of the page is older than this"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:82
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1292
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1552
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:206
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:162
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:746
+> msgid "Warning"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1016
+> msgid ""
+> "Warning Level for time since last diagnostic test of the device. For a value "
+> "of 0 the warning level will not be used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1015
+> msgid "Warning Level for time since last self test"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:447
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:500
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:578
+> msgid "Warning above"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:102
+> msgid "Warning area"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15424
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15434
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15442
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15467
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15477
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15485
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15530
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1566
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:482
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:490
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3018
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3041
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4252
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5378
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5576
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5595
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6365
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6372
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6871
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6887
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6915
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6931
+> msgid "Warning at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2772
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2793
+> msgid "Warning at a RAM usage of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3196
+> msgid "Warning at a disk wait of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2744
+> msgid "Warning at a memory usage of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2522
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2539
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2565
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2592
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2609
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2632
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2667
+> msgid "Warning at a usage of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3082
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3104
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3127
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3184
+> msgid "Warning at a utilization of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1519
+> msgid "Warning at or below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2200
+> msgid "Warning at overprovisioning of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:442
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:573
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1042
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:329
+> msgid "Warning below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2000
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2006
+> #, python-format
+> msgid "Warning if %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:462
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:700
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:749
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:777
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:789
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:820
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:827
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:845
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:854
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:863
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:872
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:982
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:999
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1098
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1252
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1261
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1279
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1297
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1332
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1361
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1393
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1446
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1472
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1641
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1670
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1678
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1719
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1763
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1773
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1784
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1795
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1806
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1816
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1826
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1837
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1848
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1859
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1871
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1934
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1965
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2130
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2145
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2152
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2273
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2365
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2373
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2462
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2470
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2496
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2502
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2546
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2572
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2616
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2674
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2749
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2998
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3224
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3242
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3327
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3428
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3435
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3637
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3645
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3653
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3661
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3669
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3677
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3759
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3783
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3793
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3803
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3813
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3839
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3849
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3858
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3917
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3961
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4058
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4068
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4088
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4157
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4166
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4175
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4184
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4193
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4202
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4240
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4264
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4515
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4830
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4840
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5344
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5500
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5514
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5551
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5646
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5685
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5719
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5758
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5789
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5825
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5844
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5863
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5896
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5904
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5912
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5920
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5928
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5936
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6533
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6709
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6716
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6734
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6743
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6752
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6761
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:38
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:49
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:135
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:245
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:347
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:396
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:625
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:926
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1074
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1138
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1442
+> msgid "Warning if above"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1672
+> msgid "Warning if above or equal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:974
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1089
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1234
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1243
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1270
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1288
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1323
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1718
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1925
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2159
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2388
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2396
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2693
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3223
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3241
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3268
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3275
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3290
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3297
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3569
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4019
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5353
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5507
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5521
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5542
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5677
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5709
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5748
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5832
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5851
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5870
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:355
+> msgid "Warning if below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1402
+> msgid "Warning if equal or below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3379
+> msgid "Warning if fewer than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1369
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1401
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2099
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2105
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2686
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4223
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4631
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5967
+> msgid "Warning if less than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3355
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3380
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4132
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4632
+> msgid "Warning if more than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1080
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1207
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1225
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3615
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3700
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3719
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3739
+> msgid "Warning if older than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2429
+> msgid "Warning if under"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1071
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1198
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1216
+> msgid "Warning if younger than"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5445
+> msgid "Warning level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5984
+> msgid "Warning level for important updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5986
+> msgid "Warning level for optional updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6004
+> msgid "Warning level for time since last update"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5988
+> msgid "Warning level for time until forced reboot"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15455
+> msgid "Warning level is at least"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2971
+> msgid "Warning remaining"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2102
+> msgid "Warning: This host has an invalid configuration!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1460
+> msgid "Warning: This host has an invalid configuration: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10604
+> #, python-format
+> msgid "Warning: cannot reload Livestatus Proxy-Daemon: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/config.py:362
+> #, python-format
+> msgid ""
+> "We are sorry, but you lack the permission for this operation. If you do not "
+> "like this then please ask you administrator to provide you with the "
+> "following permission: '%s'."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:59
+> msgid "Web API"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9677
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1752
+> msgid "Wednesday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9759
+> msgid "Weekdays"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1351
+> msgid "Weekly Report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:158
+> msgid "Welcome to Check_MK Multisite Mobile. Please Login."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:47
+> msgid ""
+> "When Multisite is running in debug mode, internal Python error messages are "
+> "being displayed and various debug information in other places is also "
+> "available."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:388
+> msgid ""
+> "When aggregation is turned on and the rule matches for two different "
+> "applications then these two events will be kept separate if you check this "
+> "box."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:379
+> msgid ""
+> "When aggregation is turned on and the rule matches for two different hosts "
+> "then these two events will be kept separate if you check this box."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3892
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4369
+> msgid ""
+> "When averaging is set, then an floating average value of the disk throughput "
+> "is computed and the levels for read and write will be applied to the average "
+> "instead of the current value."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:82
+> msgid ""
+> "When buffering the HTTP stream is enabled, then Multisite will not send "
+> "single TCP segments for each particle of HTML output but try to make larger "
+> "segments. This saves bandwidth especially when using HTTPS. On the backside "
+> "there might be a higher latency for the beginning of pages being displayed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16871
+> msgid ""
+> "When calling a rule you can use the place holder $1$ in the rule "
+> "arguments. It will be replaced by the actual host names found by the search "
+> "- one host name for each rule call."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16902
+> msgid ""
+> "When calling a rule you can use the place holder $1$ in the rule "
+> "arguments. It will be replaced by the actual host names found by the search "
+> "- one host name for each rule call. If you have regular expression subgroups "
+> "in the service pattern, then the place holders $2$ will represent "
+> "the first group match, $3 the second, and so on..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10434
+> msgid ""
+> "When connecting to remote site please make sure that Livestatus over TCP is "
+> "activated there. You can use UNIX sockets to connect to foreign sites on "
+> "localhost. Please make sure that this site has proper read and write "
+> "permissions to the UNIX socket of the foreign site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:454
+> msgid ""
+> "When creating a report PDF then the browser will suggest to save the file "
+> "with this filename. The extension should always be pdf."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:589
+> msgid ""
+> "When disabled, WATO shows the help texts of rules also in the list views."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:295
+> msgid ""
+> "When displaying events in the Check_MK GUI, you can make a user see only "
+> "events for hosts he is a contact for. When you expect this rule to receive "
+> "events from hosts that are not known to the monitoring, you can "
+> "specify contact groups for visibility here. Note: If you activate this "
+> "option and do not specify any group, then users with restricted permissions "
+> "can never see these events."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:310
+> msgid ""
+> "When doing inventory on brocade switches only ports with the given "
+> "administrative states will be added to the monitoring system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:326
+> msgid ""
+> "When doing inventory on brocade switches only ports with the given "
+> "operational states will be added to the monitoring system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:318
+> msgid ""
+> "When doing inventory on brocade switches only ports with the given physical "
+> "states will be added to the monitoring system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1462
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:257
+> msgid ""
+> "When doing inventory on switches or other devices with network interfaces "
+> "then only ports found in one of the configured port states will be added to "
+> "the monitoring."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1469
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:265
+> msgid ""
+> "When doing inventory on switches or other devices with network interfaces "
+> "then only ports of the specified types will be created services for."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1478
+> msgid ""
+> "When doing inventory the various disk IO checks can either create a single "
+> "check per host, one check per device or a separate check for read and "
+> "written bytes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:240
+> msgid ""
+> "When enabled a rule editor icon is displayed for each service in the "
+> "multisite views. It is only displayed if the user does have the permission "
+> "to edit rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:597
+> msgid ""
+> "When enabled, all changes of configuration files are tracked with the "
+> "version control system GIT. You need to make sure that git is installed on "
+> "your Nagios server. The version history currently cannot be viewed via the "
+> "web GUI. Please use git command line tools within your Check_MK "
+> "configuration directory."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:570
+> msgid "When enabled, hosttags are no longer shown within the WATO folder view"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:559
+> msgid ""
+> "When enabled, insecure snapshots are allowed. Please keep in mind that the "
+> "upload of unverified snapshots represents a security risk, since the content "
+> "of a snapshot is executed during runtime. Any manipulations in the content - "
+> "either willingly or unwillingly (XSS attack) - pose a serious security risk."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:579
+> msgid ""
+> "When enabled, internal configuration variable names of Check_MK are hidden "
+> "from the user (for example in the rule editor)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:212
+> msgid ""
+> "When enabled, the headline of each page also displays the date in addition "
+> "the time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1047
+> msgid ""
+> "When enabled, the time of the last access is stored for each user. The last "
+> "activity is shown on the users page."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:547
+> msgid ""
+> "When enabled, then the internal names of WATO folder in the filesystem are "
+> "not shown. They will automatically be derived from the name of the folder "
+> "when a new folder is being created. Disable this option if you want to see "
+> "and set the filenames manually."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6097
+> msgid ""
+> "When forwarding messages and no facility can be extracted from the message "
+> "this facility is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2130
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2145
+> msgid ""
+> "When it comes to availability reporting, you might want the report to cover "
+> "only certain time periods, e.g. only Monday to Friday from 8:00 to 17:00. "
+> "You can do this by specifying a service period for hosts or services. In the "
+> "reporting you can then decide to include, exclude or ignore such periods und "
+> "thus e.g. create a report of the availability just within or without these "
+> "times. Note: Changes in the actual definition of a time period "
+> "will only be reflected in times after that change. Selecting a "
+> "different service period will also be reflected in the past."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:498
+> msgid ""
+> "When it comes to the computation of unmonitored time spans, core stops and "
+> "starts that last shorter then this period will be ignored. A time of 0 will "
+> "honor every core downtime."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:648
+> msgid "When opening the users configuration page"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:743
+> msgid ""
+> "When performing walks on an OID during checking, Check_MK fetches all sub "
+> "OIDs regardless whether these values are needed or not. For example, if you "
+> "monitor a single network interface of a switch with hundrets of ports, the "
+> "check will fetch the information for all the interfaces, while only one is "
+> "used. This rule can be used to reduce the amount of fetched OIDs, but please "
+> "note, this is only useful for special cases like the example above and only "
+> "used when you perform bulkwalks."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1945
+> msgid ""
+> "When quering the event status you can either use the monitoring host name, "
+> "the IP address or a custom host name for referring to a host. This is needed "
+> "in cases where the event source (syslog, snmptrapd) do not send a host name "
+> "that matches the monitoring host name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1916
+> msgid ""
+> "When sending notifications from the monitoring system to the event console "
+> "the following syslog facility will be set for these messages. Choosing a "
+> "unique facility makes creation of rules easier."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18504
+> msgid ""
+> "When several users work in parallel with WATO then several pending changes "
+> "of different users might pile up before changes are activate. Only with this "
+> "permission a user will be allowed to activate the current configuration if "
+> "this situation appears."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:571
+> msgid ""
+> "When switching from the Nagios core to CMC with omd config with "
+> "this option enabled, then during the configuration generation for the CMC "
+> "the current state of Nagios comments, downtimes and switches from Master "
+> "Control will be imported into CMC. Note: This implies that any "
+> "previous state of the CMC will be lost. The import will always take "
+> "place when the age of the Nagios state file is younger than that of the CMC. "
+> "Therefore once you are using CMC in production we propose switching this "
+> "option to False."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1767
+> msgid ""
+> "When the Event Console receives a message than the host name that is "
+> "contained in that message will be translated using this configuration. This "
+> "can be used for unifying host names from message with those of actively "
+> "monitored hosts. Note: this translation is happening before any rule is "
+> "being applied."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1842
+> msgid ""
+> "When the Multisite GUI connects the socket of the event daemon in order to "
+> "retrieve information about current and historic events then this timeout "
+> "will be applied."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1807
+> msgid ""
+> "When the Multisite GUI or the active check check_mkevents connects to the "
+> "socket of the event daemon in order to retrieve information about current "
+> "and historic events then its connection request might be queued before being "
+> "processed. This setting defines the number of unaccepted connections to be "
+> "queued before refusing new connections."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1857
+> msgid ""
+> "When the WATO module of the Event Console saves rules to the file "
+> "mkeventd.d/wato/rules.mk it usually prints the Python "
+> "representation of the rules-list into one single line by using the native "
+> "Python code generator. Enabling this option switches to pprint, "
+> "which nicely indents everything. While this is a bit slower for large "
+> "rulesets it makes debugging and manual editing simpler."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:673
+> msgid ""
+> "When the connection to the first server fails with connect specific errors "
+> "like timeouts or some other network related problems, the connect mechanism "
+> "will try to use this server instead of the server configured above. If you "
+> "use persistent connections (default), the connection is being used until the "
+> "LDAP is not reachable or the local webserver is restarted."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:218
+> msgid ""
+> "When the given regular expression (infix search) matches the events state is "
+> "set to CRITICAL."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:230
+> msgid ""
+> "When the given regular expression (infix search) matches the events state is "
+> "set to OK."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:224
+> msgid ""
+> "When the given regular expression (infix search) matches the events state is "
+> "set to WARNING."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9529
+> msgid ""
+> "When the iCalendar file contains definitions of repeating events, these "
+> "repeating events will be resolved to single events for the number of years "
+> "you specify here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6115
+> msgid ""
+> "When the monitoring of forwarded logfiles is enabled, the check verifies "
+> "that all of the logfiles listed here are reported by the monitored system."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:44
+> msgid ""
+> "When the percentage of lost packets is equal or greater then this level, "
+> "then the according state is triggered. The default for critical is 100%. "
+> "That means that the check is only critical if all packets are lost."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:806
+> msgid ""
+> "When the value of this attribute changes for a user account, all current "
+> "authenticated sessions of the user are invalidated and the user must login "
+> "again. By default this field uses the fields which hold the time of the last "
+> "password change of the user."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3162
+> msgid ""
+> "When this option is activated then the CPU utilization is being averaged "
+> "before the levels are being applied."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:58
+> msgid ""
+> "When this option is active the you will not get any alerts or other "
+> "notifications via email, SMS or similar. This overrides all other "
+> "notification settings or rules, so make sure that you know what you do."
+> msgstr ""
+> "Cand aceasta optiune este activa nu vei primi nici o alerta sau alte "
+> "notificari pe email, SMS, sau similar. Aceasta suprascrie toate celelalte "
+> "reguli sau setari pentru notificari, deci fii sigur ca stii ceea ce faci."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1508
+> msgid ""
+> "When this option is active then during inventory of networking interfaces "
+> "(and switch ports) the current operational state of the port will "
+> "automatically be coded as a check parameter into the check. That way the "
+> "check will get warning or critical when the state changes. This setting can "
+> "later by overridden on a per-host and per-port base by defining special "
+> "check parameters via a rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1519
+> msgid ""
+> "When this option is active then during inventory of networking interfaces "
+> "(and switch ports) the current speed setting of the port will automatically "
+> "be coded as a check parameter into the check. That way the check will get "
+> "warning or critical when speed later changes (for example from 100 MBit/s to "
+> "10 MBit/s). This setting can later by overridden on a per-host and per-port "
+> "base by defining special check parameters via a rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:45
+> msgid ""
+> "When this option is checked, then the Multisite webservice will only export "
+> "hosts and services that the user is a contact for - even if he has the "
+> "permission for seeing all objects."
+> msgstr ""
+> "Cand aceasta optiune esta activa, Serviciul web Multisite va exporta "
+> "doarelementele si serviciile pentru care utilizatorul este contact - chiar "
+> "daca el are permisiunea de a vedea toate serviciile"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:33
+> msgid ""
+> "When this option is checked, then the status GUI will only display hosts and "
+> "services that the user is a contact for - even if he has the permission for "
+> "seeing all objects."
+> msgstr ""
+> "Cand aceasta optiune este activa, interfata de status va arata doar "
+> "elementele si serviciile pentru care utilizatorul este contact - chiar daca "
+> "el are permisiunea de a vedea toate obiectele."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1224
+> msgid ""
+> "When this option is enabled (which is the default), then Check_MK tries to "
+> "prevent IP address lookups during the configuration generation. This can "
+> "speed up this process greatly when you have a larger number of hosts. The "
+> "cache is stored in a simple file. Note: when the cache is enabled then "
+> "changes of the IP address of a host in your name server will not be detected "
+> "immediately. If you need an immediate update then simply disable the cache "
+> "once, activate the changes and enabled it again. OMD based installations "
+> "automatically update the cache once a day."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1313
+> msgid ""
+> "When this option is enabled then after each change of the service "
+> "configuration of a host via WATO - may it be via manual changes or a bulk "
+> "discovry - the service discovery check is automatically rescheduled in order "
+> "to reflect the new service state correctly immediately."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:264
+> msgid ""
+> "When this option is enabled then all performance data (check metrics) will "
+> "in addition be sent to an external graphite installation of your "
+> "choice. Graphite graphs will be named with the schema HOST / SERVICE / "
+> "VARIABLE."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1755
+> msgid ""
+> "When this option is enabled then messages that do not match a rule will be "
+> "archived into the event history anyway (Messages that do match a rule will "
+> "be archived always, as long as they are not explicitely dropped are being "
+> "aggregated by counting.)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:44
+> msgid ""
+> "When this option is enabled then updated monitoring agents are automatically "
+> "being created whenever configuration changes are activated and the agents "
+> "are outdated. Agents are being updated if their configuration has changed "
+> "(due to some change in the rules of the monitoring agents)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1704
+> msgid ""
+> "When this option is enabled, then every incoming message is being "
+> "logged into the directory messages in the Event Consoles state "
+> "directory. The logfile rotation is analog to that of the history logfiles. "
+> "Please note that if you have lots of incoming messages then these files can "
+> "get very large."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18490
+> msgid ""
+> "When this permission is set then the user sees also such modules he has no "
+> "explicit access to (see below)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1142
+> msgid ""
+> "When two users simultanously try to activate the changes then you can decide "
+> "to abort with an error (default) or have the requests serialized. It is also "
+> "possible - but not recommended - to turn off locking altogether."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:167
+> msgid ""
+> "When typing a texts in the Quicksearch snapin, a dropdown will appear "
+> "listing all matching host names containing that text. That list is limited "
+> "in size so that the dropdown will not get too large when you have a huge "
+> "number of lists. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1158
+> msgid ""
+> "When using stored SNMP walks you can place inline code generating dynamic "
+> "simulation data. This feature can be activated here. There is a big chance "
+> "that you will never need this feature..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2102
+> msgid ""
+> "When you define HA clusters in WATO then you also have to specify which "
+> "services of a node should be assigned to the cluster and which services to "
+> "the physical node. This is done by this ruleset. Please note that the rule "
+> "will be applied to the nodes, not to the cluster.
Please make "
+> "sure that you re-inventorize the cluster and the physical nodes after "
+> "changing this ruleset."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1259
+> msgid ""
+> "When you have enabled Inline SNMP, you can use this flag to enable recording "
+> "of some performance related values. The recorded values are stored in a "
+> "single file at var/check_mk/snmp.stats.
Please note: "
+> "Only enable this for a short period, because it will decrease the "
+> "performance of your monitoring."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12518
+> msgid ""
+> "When you leave the permissions at "default" then they get their "
+> "settings from the factory defaults (for builtin roles) or from the factory "
+> "default of their base role (for user define roles). Factory defaults may "
+> "change due to software updates. When choosing another base role, all "
+> "permissions that are on default will reflect the new base role."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:189
+> msgid ""
+> "When you point your browser to the Multisite GUI, usually the dashboard is "
+> "shown in the main (right) frame. You can replace this with any other URL you "
+> "like here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:304
+> msgid ""
+> "When you reschedule a check by clicking on the "arrow"-icon then "
+> "Multisite will use this number of seconds as a timeout. If the monitoring "
+> "core has not executed the check within this time, an error will be displayed "
+> "and the page not reloaded."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9543
+> msgid ""
+> "When you specify explicit time definitions here, these will be added to each "
+> "date which is added to the resulting time period. By default the whole day "
+> "is used."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:397
+> msgid ""
+> "When you use subgroups in the regular expression of your match text then you "
+> "can have different values for the matching groups be reflected in different "
+> "events."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:146
+> msgid ""
+> "Whenever the number of returned datasets of a view would exceed this limit, "
+> "a warning is being displayed and no further data is being shown. A normal "
+> "user can override this limit with one mouse click."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:156
+> msgid ""
+> "Whenever the number of returned datasets of a view would exceed this limit, "
+> "an error message is shown. The normal user cannot override the hard limit. "
+> "The purpose of the hard limit is to secure the server against useless "
+> "queries with huge result sets."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:509
+> msgid ""
+> "Whenever you successfully activate changes a snapshot of the configuration "
+> "will be created. You can also create snapshots manually. WATO will delete "
+> "old snapshots when the maximum number of snapshots is reached."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:542
+> msgid "Who"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:488
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:37
+> msgid "Width"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:251
+> msgid "Width of the rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1205
+> msgid "Wiki"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:561
+> msgid ""
+> "Will be used in the service description. If the name starts with a caret "
+> "(^), the service description will not be prefixed with HTTP."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16810
+> msgid ""
+> "Will create child nodes representing the state of hosts (usually the host "
+> "check is done via ping)."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16817
+> msgid "Will create child nodes representing the state of services."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1222
+> msgid "Windows"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:147
+> msgid "Windows Agent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4218
+> msgid "Windows DHCP Pool"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:215
+> msgid "Windows Event Logs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:106
+> msgid "Windows Service Inventory"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2879
+> msgid "Windows Service Summary"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4761
+> msgid "Windows Services"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4821
+> msgid "Windows Terminal Server Sessions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:995
+> msgid "Windows system time offset"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:852
+> msgid ""
+> "With this option activated at most X new messages per monitoring "
+> "cycle are being transferred."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:861
+> msgid ""
+> "With this option activated at most the configured time is being spent for "
+> "each logfile in question. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:409
+> msgid ""
+> "With this option activated you can make the Event Console monitor that a "
+> "certain number of messages are at least seen within each regular time "
+> "interval. Otherwise an event will be created. The options week, "
+> "two days and day refer to periodic intervals aligned at "
+> "00:00:00 on the 1st of January 1970. You can specify a relative offset in "
+> "hours in order to re-align this to any other point of time."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:274
+> msgid ""
+> "With this option all messages matching this rule will be silently dropped."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:531
+> msgid ""
+> "With this option enabled the core schedules all checks as fast as "
+> "possible. As soon as a check is finished it is being scheduled for the "
+> "earliest possible time. This is useful for performance-measurement. You "
+> "probably won't want to do this in a productive environment."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:792
+> msgid ""
+> "With this option the check produces an output that is a valid hyperlink to "
+> "the checked URL and this clickable."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:72
+> msgid ""
+> "With this option turned on all Livestatus queries made by Multisite in order "
+> "to render views are being displayed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1738
+> msgid ""
+> "With this option turned on all queries made to the event daemon will be "
+> "displayed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:329
+> msgid ""
+> "With this option you can make the rule being executed not before the "
+> "matching message is seen a couple of times in a defined time interval. Also "
+> "counting activates the aggregation of messages that result from the same "
+> "rule into one event, even if count is set to 1."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:78
+> msgid ""
+> "With this option you can prevent cleanup of files newer than this value."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1020
+> msgid ""
+> "With this option you can specify the attributes a user which is created "
+> "during its initial login gets added. For example, the default is to add the "
+> "role \"user\" to all automatically created users."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:50
+> msgid ""
+> "With this permission set, the BI aggregation rules are applied to all hosts "
+> "and services - not only those the user is a contact for. If you remove this "
+> "permissions then the user will see incomplete aggregation trees with status "
+> "based only on those items."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1185
+> msgid ""
+> "With this ruleset you can configure "classical Nagios checks" to "
+> "be executed directly on your monitoring server. These checks will not use "
+> "Check_MK. It is also possible to configure passive checks that are fed with "
+> "data from external sources via the Nagios command pipe."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2043
+> msgid "With this setting you can set links to documentations for Hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2032
+> msgid "With this setting you can set links to documentations for each service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1522
+> msgid ""
+> "Without this option the access is limited to querying the current and "
+> "historic event status."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:87
+> msgid "Without this permission the Check_MK sidebar will be invisible"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18604
+> msgid ""
+> "Without this permission, operations on folders can only be done by users "
+> "that are members of one of the folders contact groups. This permission "
+> "grants full access to all folders and hosts. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1114
+> msgid "Workgroup"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1115
+> msgid "Workgroup or domain used (defaults to WORKGROUP)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:28
+> msgid "Worst - take worst of all node states"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1330
+> msgid "Write"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4398
+> msgid "Write Queue-Length"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18603
+> msgid "Write access to all hosts and folders"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4308
+> msgid "Write latency"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3884
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4362
+> msgid "Write throughput"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1432
+> #: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:55
+> msgid "X"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:216
+> msgid "YYYY-MM-DD"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:436
+> msgid "YYYY-MM-DD HH:MM:SS"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1868
+> msgid "Year"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1166
+> msgid "Yes!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2119
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2190
+> msgid "Yesterday"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8951
+> msgid "You are analysing this notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6493
+> msgid ""
+> "You are currently not using the Check_MK Microcore, but this snapshot uses "
+> "the Check_MK Microcore. If you need to migrate your data, you could consider "
+> "changing the core, restoring the snapshot and changing the core back again."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6489
+> msgid ""
+> "You are currently using the Check_MK Microcore, but this snapshot does not "
+> "use the Check_MK Microcore. If you need to migrate your data, you could "
+> "consider changing the core, restoring the snapshot and changing the core "
+> "back again."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3479
+> msgid ""
+> "You are going to move the selected hosts to folders representing their "
+> "original folder location in the system you did the import from. Please make "
+> "sure that you have done an inventory before moving the hosts."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:92
+> #, python-format
+> msgid ""
+> "You are missing the action with the ID %s, which is still used in "
+> "some rules."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:75
+> #, python-format
+> msgid "You are not allowed to access the logs of the host %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:269
+> #, python-format
+> msgid "You are not allowed to acknowledge %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17894
+> msgid "You are not allowed to activate changes of other users."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:440
+> msgid "You are not allowed to change the sidebar."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:509
+> #, python-format
+> msgid "You are not allowed to edit %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:300
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:849
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1039
+> #: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1101
+> msgid "You are not allowed to edit dashboards."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15744
+> msgid "You are not allowed to edit your user profile."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1906
+> msgid ""
+> "You are not allowed to perform actions. If you think this is an error, "
+> "please ask your administrator grant you the permission to do so."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:42
+> msgid "You are not allowed to use Check_MK's web configuration GUI."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:186
+> msgid "You are not allowed to use WATO."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:143
+> msgid "You are not allowed to use the notification module."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:185
+> msgid "You are not authenticated."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:226
+> #, python-format
+> msgid ""
+> "You are not authorized to use Check_MK Multisite. Sorry. You are logged in "
+> "as %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10771
+> msgid "You are not logged into the remote site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3019
+> msgid "You are not permitted to perform this action."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15869
+> msgid "You are required to change your password before proceeding."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1137
+> #, python-format
+> msgid ""
+> "You are using the replacment reference \\%d, but your match text "
+> "has only %d subgroups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3072
+> msgid "You called this page for a non-existing host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:352
+> msgid ""
+> "You called this page with a non-existing folder! Go back to the main index."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1968
+> msgid "You called this page with an invalid host name."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1495
+> msgid ""
+> "You can activate the inventorization of dhcp pools, which have no ip "
+> "addresses in it"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2223
+> #, python-format
+> msgid ""
+> "You can assign icons to hosts for the status GUI. Put your images into %"
+> "s. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2234
+> #, python-format
+> msgid ""
+> "You can assign icons to services for the status GUI. Put your images into "
+> "%s. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1531
+> msgid ""
+> "You can change the plugin output of logwatch to show only the count of "
+> "messages or also to show the last worst message"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1607
+> msgid ""
+> "You can configure an individual alias here for the tunnel matching the IP-"
+> "Address or Name configured in the field above."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:97
+> #, python-format
+> msgid ""
+> "You can configure the notification mechanism to log more details about the "
+> "notifications into the notification log. These information are logged into "
+> "the file %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1469
+> msgid ""
+> "You can configure upper thresholds for the currently active connections "
+> "handled by the web server."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:977
+> msgid ""
+> "You can define some rules which each user password must fit with. By default "
+> "all passwords are accepted, even ones which are made of only a single "
+> "character, which is obviously a bad idea. Using this option you can enforce "
+> "your users to choose more secure passwords of a minimal length having a "
+> "defined complexity."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2992
+> msgid ""
+> "You can diagnose the connection to a specific host using this dialog. You "
+> "can either test wether your current configuration is still working or "
+> "investigate in which ways a host can be reached. Simply configure the "
+> "connection options you like to try on the right side of the screen and press "
+> "the \"Test\" button. The results will be displayed here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:293
+> msgid "You can enable this checkbox to show empty hostgroups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14894
+> msgid ""
+> "You can enter a number of explicit host names that rule should or should not "
+> "apply to here. Leave this option disabled if you want the rule to apply for "
+> "all hosts specified by the given tags."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12795
+> msgid ""
+> "You can have these tags automatically added if certain primary tags are set."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16144
+> msgid ""
+> "You can insert some text (e.g. a line of the logfile) to test the patterns "
+> "defined for this logfile. All patterns for this logfile are listed below. "
+> "Matching patterns will be highlighted after clicking the \"Try out\" button."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14915
+> msgid ""
+> "You can make the rule apply only to certain services of the specified hosts. "
+> "Do this by specifying explicit items to match here. Hint: make "
+> "sure to enter the item only, not the full Service description. Note: "
+> "the match is done on the beginning of the item in question. Regular "
+> "expressions are interpreted, so appending a $ will force an exact "
+> "match."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:153
+> #, python-format
+> msgid ""
+> "You can select either from the shipped images or upload your own images. "
+> "Copy your own images to the monitoring server into the directory %s"
+> "tt>. Supported formats: %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:112
+> msgid ""
+> "You can send the notification to a list of multiple users, which can be "
+> "choosen out of these predefined filters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:708
+> msgid "You can simulate an event here and check out, which rules are matching."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:966
+> msgid ""
+> "You can specify a hostname or IP address different from the IP address of "
+> "the host as configured in your host properties."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1528
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1565
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1613
+> msgid ""
+> "You can specify a hostname or IP address different from the IP address of "
+> "the host this check will be assigned to."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4793
+> msgid ""
+> "You can specify a separate monitoring state for each possible combination of "
+> "service state and start type. If you do not use this parameter, then only "
+> "running/auto will be assumed to be OK."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:431
+> msgid ""
+> "You can specify another report here. All global settings from that report "
+> "are takes as default values. Fixed page elements from that report are added "
+> "to the fixed elements defined in this report."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11519
+> msgid ""
+> "You can specify arguments to the notification plugin here. Please refer to "
+> "the documentation about the plugin for what parameters are allowed or "
+> "required here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1132
+> msgid ""
+> "You can specify one or several patterns containing * and ?"
+> "tt>, for example /spool/tmpspace*. The filesystems matching the "
+> "patterns will be monitored like one big filesystem in a single service."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:269
+> msgid "You can use * and ? here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9789
+> msgid ""
+> "You can use other timeperiod defnitions to exclude the times defined in the "
+> "other timeperiods from this current timeperiod."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:107
+> msgid ""
+> "You can use text macros here. For explanation of the available text macros "
+> "you can add the report element Table of available text macros to your "
+> "report. The text will automatically be wrapped. An empty line will start a "
+> "new paragraph."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8302
+> msgid ""
+> "You can use this description for commenting your rules. It has no influence "
+> "on the notification."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:259
+> msgid ""
+> "You can use this description for commenting your rules. It will not be "
+> "attached to the event this rule classifies."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/login.py:285
+> #, python-format
+> msgid ""
+> "You can use, modify and distribute Check_MK under the terms of the GNU GPL Version 2."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7234
+> msgid ""
+> "You can verify the single parts of your ldap configuration using this "
+> "dialog. Simply make your configuration in the form on the left side and hit "
+> "the \"Save & Test\" button to execute the tests. After the page reload, you "
+> "should see the results of the test here."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4669
+> msgid ""
+> "You cannot activate changes while some hosts have an invalid configuration: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12347
+> msgid "You cannot delete the builtin roles!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7889
+> #, python-format
+> msgid "You cannot delete this %s group."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12743
+> #, python-format
+> msgid ""
+> "You cannot delete this auxiliary tag. It is being used in the tag group %"
+> "s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9891
+> msgid "You cannot delete this connection. It has folders/hosts assigned to it."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9247
+> msgid "You cannot delete this timeperiod."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11671
+> msgid "You cannot delete your own account!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10361
+> msgid "You cannot do replication with the local site."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11913
+> msgid "You cannot lock your own account!"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:490
+> msgid "You cannot query for time ranges that are before the horizon."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2238
+> msgid "You cannot rename a host while you have pending changes."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2946
+> msgid ""
+> "You cannot save this rule. There are not defined any elements for this "
+> "selection yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:412
+> msgid ""
+> "You cannot set a downtime that ends in the past. This incident will be "
+> "reported."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1121
+> msgid ""
+> "You cannot use counting and expecting at the same time in the same rule."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1125
+> msgid ""
+> "You cannot use expecting and delay at the same time in the same rule, sorry."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10335
+> msgid "You cannot use the site itself as site of the status host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9318
+> #, python-format
+> msgid "You cannot use weekday names (%s) in exceptions"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:103
+> #, python-format
+> msgid "You defined the non-existing host '%s' as a parent."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12003
+> msgid ""
+> "You have enabled the notifications but missed to configure a Email address. "
+> "You need to configure your mail address in order to be able to receive "
+> "emails."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12009
+> msgid ""
+> "You have enabled the notifications but missed to make the user member of at "
+> "least one contact group. You need to make the user member of a contact group "
+> "which has hosts assigned in order to be able to receive emails."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1397
+> msgid ""
+> "You have no mail transfer agent installed. /usr/sbin/sendmail is "
+> "missing. Please install Postfix, Qmail, Nullmailer or Sendmail."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14994
+> msgid ""
+> "You have not configured any host tags."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9993
+> msgid ""
+> "You have not configured any local or remotes sites. Multisite will "
+> "implicitely add the data of the local monitoring site. If you add remotes "
+> "sites, please do not forget to add your local monitoring site also, if you "
+> "want to display its data."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8690
+> msgid "You have not created any rules yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:927
+> msgid ""
+> "You have not created any rules yet. The Event Console is useless unless you "
+> "have activated Force message archiving in the global settings."
+> msgstr ""
+> "Inca nu ai creat nici o regula. Consola de Evenimente este nefolositoare "
+> "daca nu ai activat Forteaza arhivarea mesajelor in setarile globale."
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1491
+> #, python-format
+> msgid ""
+> "You have not defined any virtual host trees. You can do this in the global "
+> "settings for Multisite."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:200
+> msgid "You have pending messages."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1486
+> msgid "You have permission to this host."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4033
+> #, python-format
+> msgid ""
+> "You have selected %d hosts for bulk cleanup. This means removing "
+> "explicit attribute values from hosts. The hosts will then inherit attributes "
+> "configured at the host list or folders or simply fall back to the builtin "
+> "default values."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3865
+> #, python-format
+> msgid "You have selected %d hosts for bulk discovery. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3965
+> #, python-format
+> msgid ""
+> "You have selected %d hosts for bulk edit. You can now change host "
+> "attributes for all selected hosts at once. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4265
+> #, python-format
+> msgid "You have selected %d hosts for parent scan. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1533
+> msgid "You have to select at least one element."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12846
+> msgid "You haven't defined any auxiliary tags."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12806
+> msgid "You haven't defined any tag groups yet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:719
+> msgid ""
+> "You just need to specify values that are different from the default values "
+> "that you've specified above."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1117
+> msgid ""
+> "You matching text has too many regular expresssion subgroups. Only nine are "
+> "allowed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1126
+> msgid ""
+> "You may enter the folder as you might have permission on a subfolders, "
+> "though."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17304
+> msgid "You might want to add some helpful description for the attribute."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15804
+> msgid "You need to change your password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/notify.py:153
+> msgid "You need to provide a text."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:436
+> #, python-format
+> msgid "You need to provide at least %d characters."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:589
+> msgid ""
+> "You need to provide either an URL or the name of a python function to be "
+> "used for rendering the dashlet."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15802
+> msgid "You need to provide your current password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:444
+> msgid "You need to supply a comment for your downtime."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:272
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:330
+> msgid "You need to supply a comment."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:715
+> msgid ""
+> "You search statement is not valid. You need to provide a regular expression "
+> "(regex). For example you need to e use \\\\ instead of \\ "
+> "if you like to search for a single backslash."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:834
+> #, python-format
+> msgid "Your %s element has been saved."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:702
+> #, python-format
+> msgid "Your %s has been saved."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2106
+> msgid "Your changes have been saved nevertheless."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1123
+> #, python-format
+> msgid "Your contact groups are %s."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:699
+> msgid "Your filename must not end with a slash."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:560
+> msgid "Your hostname has an invalid format."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:355
+> msgid "Your input does not match the required format."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13449
+> msgid "Your modifications affect some objects"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15810
+> msgid "Your old password is wrong."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15874
+> msgid "Your password has been changed."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15867
+> msgid "Your password is too old, you need to choose a new password."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9068
+> msgid "Your personal notification rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:163
+> #, python-format
+> msgid "Your query produced more than %d results. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:479
+> #, python-format
+> msgid ""
+> "Your regular expression containes %d groups. It must have at most %"
+> "d groups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:476
+> #, python-format
+> msgid ""
+> "Your regular expression containes %d groups. You need at least %d"
+> "b> groups."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/index.py:229
+> #, python-format
+> msgid "Your roles are %s. "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1124
+> msgid "Your schedule task has been saved."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7650
+> msgid "Your setting and factory settings are identical."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12016
+> msgid "Your user has no roles. Please assign at least one role."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4534
+> msgid "ZFS storage pool status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6333
+> msgid "Zypper Updates"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:512
+> msgid "Zypper normal and security updates (Linux)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:270
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:843
+> msgid "^/[^ \t]+$"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1991
+> msgid "above"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15425
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15427
+> msgid "above predicted value"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1538
+> msgid "access unrestricted"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:83
+> msgid "acknowledged"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1989
+> msgid "acknowledged events will not be honored"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1667
+> msgid "act/pend"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4951
+> msgid "activating..."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1669
+> msgid "active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:304
+> msgid "add \"ISL\" to service description for interswitch links"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:305
+> msgid "add ISL"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:587
+> msgid "ago"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8794
+> msgid "all contacts of the notified object"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11797
+> msgid "all events disabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:131
+> msgid "all graphs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:244
+> #, fuzzy, python-format
+> msgid "all logfiles of host %s"
+> msgstr " pentru hostul %s"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:238
+> msgid "all logfiles on all hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8796
+> msgid "all users"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8798
+> msgid "all users with and email address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1525
+> msgid "allow commands"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1521
+> msgid "allow execution of commands and actions via TCP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8289
+> msgid "allow users to deactivate this notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:68
+> msgid "and spread over"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1486
+> #: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1573
+> msgid "assumed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:693
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:698
+> msgid "at least one packet every"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2309
+> msgid "authentication and encryption"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2300
+> msgid "authentication but no privacy"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4783
+> msgid "auto"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:351
+> msgid "average duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8449
+> msgid "beginning from notifcation number"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14648
+> msgid "begins with"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1994
+> msgid "below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15468
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15470
+> msgid "below predicted value"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1641
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1642
+> msgid "bindings"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2373
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2374
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2396
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2397
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2470
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2471
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2502
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2503
+> msgid "bits / bytes per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4157
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4158
+> msgid "blocks/s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:209
+> msgid "bottom up"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:207
+> msgid "boxes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:208
+> msgid "boxes (omit root)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:256
+> msgid "broadcast"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:346
+> msgid "builtin"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12491
+> msgid "builtin role"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:130
+> msgid "buttons"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2985
+> msgid "cartridge specification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:641
+> msgid "change the state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4681
+> msgid "changes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1258
+> msgid "childs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1670
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1671
+> msgid "clients"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:84
+> msgid "closed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:181
+> msgid "collapsed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1897
+> msgid "commands"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:185
+> msgid "complete"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1761
+> msgid "connection up and passing data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3858
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3859
+> msgid "connection/sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1472
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1473
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1717
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1718
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1719
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1720
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1763
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1764
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1773
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1774
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1784
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1785
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1795
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1796
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1806
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1807
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1816
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1817
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1826
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1827
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1837
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1838
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1848
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1849
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1859
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1860
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1871
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1872
+> msgid "connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7867
+> msgid "contact group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7850
+> msgid "contact groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8802
+> msgid "contact groups: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1482
+> msgid "controlled by ruleset Inventory mode for Disk IO check"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:352
+> msgid "count"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:80
+> msgid "counting"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1580
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3401
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3509
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5119
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5147
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5155
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5163
+> msgid "critical at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1540
+> msgid "critical at or below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3880
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3887
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4035
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4379
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4394
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4401
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4931
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4948
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5030
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5047
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5061
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5080
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5087
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5094
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5195
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5218
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5239
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5246
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5253
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5267
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6422
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6438
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6446
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6454
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7080
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7107
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7121
+> msgid "critical if above"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6348
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6851
+> msgid "critical if above or equal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5013
+> msgid "critical if at"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4963
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4980
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4997
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5112
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5139
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5186
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5260
+> msgid "critical if below"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6345
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6848
+> msgid "critical if below or equal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3480
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4109
+> msgid "critical if higher then"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3456
+> msgid "critical if less then"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+> msgid "custom"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1782
+> msgid "daily"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:64
+> msgid "dashboard"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:60
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:65
+> msgid "dashboards"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:442
+> msgid "day"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15406
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:182
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:210
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:445
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1797
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1018
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1025
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:184
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:492
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:808
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1043
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:573
+> msgid "days"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3803
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3804
+> msgid "deadlocks/sec"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:331
+> msgid "decay"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12547
+> #, python-format
+> msgid "default (%s)"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1167
+> msgid "delay precompiling"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:81
+> msgid "delayed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4781
+> msgid "demand"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:899
+> msgid "diagFault"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4339
+> #, python-format
+> msgid "directly in the folder %s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:332
+> msgid "disable"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12132
+> msgid "disable the login to this account"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1070
+> #, fuzzy
+> msgid "disable this section"
+> msgstr "Dezactiveaza Notificarile"
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11794
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:808
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1203
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:522
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1979
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1999
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4782
+> msgid "disabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5990
+> msgid "display all important updates verbosely"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8318
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14749
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:268
+> msgid "do not apply this rule"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4345
+> msgid "do not create gateway hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1047
+> msgid "do not create this report"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10023
+> msgid "don't query status"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:770
+> msgid "don't wait for body"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:221
+> msgid "don't wrap"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:208
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:828
+> msgid "down"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1898
+> msgid "downtimes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:186
+> msgid "dpi"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17617
+> #, python-format
+> msgid "edited properties of host [%s]"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8804
+> msgid "email addresses: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6327
+> msgid "empty"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:596
+> msgid "enable GIT version control"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:616
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:830
+> msgid "enable SNI"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:81
+> msgid "enable buffering"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:46
+> msgid "enable debug mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:71
+> msgid "enable debug of Livestatus queries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1737
+> msgid "enable debugging of queries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1692
+> msgid "enable extensive rule logging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12207
+> msgid "enable notifications"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1716
+> msgid "enable optimized rule execution"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1856
+> msgid "enable pretty-printing of rules"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:57
+> msgid "enable profile mode"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:117
+> msgid "enable sounds"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:727
+> msgid "entries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2273
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2274
+> msgid "errors"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4280
+> msgid "events per second"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:151
+> msgid "exact match"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9841
+> msgid "excluded"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:669
+> #, python-format
+> msgid "execute that action "%s""
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:430
+> msgid "expand escapes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:442
+> msgid "expect all"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:700
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:701
+> msgid "failures"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:161
+> msgid "fast"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:916
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:931
+> msgid "faulty"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:182
+> msgid "first level"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1655
+> msgid "fixed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:675
+> msgid "fixed page element"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1655
+> msgid "flexible"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:517
+> msgid "flexible with max. duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:206
+> msgid "foldable"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1660
+> msgid "for"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:255
+> msgid "forced"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1993
+> msgid "free space"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8420
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11543
+> msgid "from"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:725
+> msgid "from the beginning"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:331
+> msgid "from the end"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8469
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8547
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11566
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:562
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:584
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:615
+> msgid "from:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:129
+> #, python-format
+> msgid "graph number %d"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:501
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:505
+> msgid "handles"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:214
+> msgid "height"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:794
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:860
+> #: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2892
+> msgid "hidden"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:546
+> msgid "hide folder names"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:588
+> msgid "hide help text"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:569
+> msgid "hide hosttags"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:452
+> msgid "hide response"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:578
+> msgid "hide variable names"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:319
+> msgid "high threshold"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1523
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1732
+> msgid "host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7846
+> msgid "host groups"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10479
+> msgid "host: "
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1896
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1523
+> msgid "hosts"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:475
+> msgid "hour"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:183
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:211
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:427
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:436
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2138
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2159
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2160
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:574
+> msgid "hours"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/userdb/htpasswd.py:136
+> msgid "htpasswd"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:976
+> msgid "htpasswd: Password Policy"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9522
+> #, fuzzy
+> msgid "iCalendar File"
+> msgstr "Curata fisierul de loguri"
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:236
+> msgid "iSCSI HBAs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:718
+> msgid "if"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:717
+> msgid "if64"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15025
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:149
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2306
+> msgid "ignore"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:936
+> msgid "ignore administrative state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:921
+> msgid "ignore operational state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:905
+> msgid "ignore physical state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2286
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2316
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2335
+> msgid "ignore speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4780
+> msgid "ignore the start type"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4773
+> msgid "ignore the state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2245
+> msgid "ignore which one is active"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2653
+> msgid "in"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1814
+> #, python-format
+> msgid "in %d days"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1787
+> msgid "in ... days"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:641
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1026
+> msgid "in notif. p."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4342
+> msgid "in the same folder as the host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4336
+> #, python-format
+> msgid "in the subfolder %s/Parents"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:444
+> msgid "in timezone"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:897
+> msgid "inSync"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2105
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2106
+> msgid "inodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5275
+> msgid "internal"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:228
+> msgid "internal ID"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1098
+> #, python-format
+> msgid "invalid entry %s: %s
\n"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2518
+> msgid "invalid:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14597
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14646
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15026
+> msgid "is"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15027
+> msgid "isnot"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2998
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2999
+> msgid "jobs"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5238
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5239
+> msgid "kW"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4286
+> msgid "kernel counter"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5542
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5543
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5551
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5552
+> msgid "l/s"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:894
+> msgid "laserFault"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:562
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:970
+> msgid "last notification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2346
+> msgid "latin1"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:213
+> msgid "left"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4859
+> msgid "local"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2013
+> msgid "local connect"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10021
+> msgid "local site"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:900
+> msgid "lockRef"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:100
+> msgid "log full queries"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3378
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3379
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3380
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3381
+> msgid "log switches"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1639
+> msgid "logging is enabled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1112
+> msgid "login as role"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:314
+> msgid "low threshold"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6472
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6480
+> msgid "lower limit"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4515
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4516
+> msgid "mails"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1284
+> msgid "master / standalone"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:350
+> msgid "maximum duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5597
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5603
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:575
+> msgid "min"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:349
+> msgid "minimum duration"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:184
+> msgid "mins"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:478
+> msgid "minute"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:212
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:353
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1275
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1830
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1942
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1957
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1973
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1993
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:473
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:883
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1424
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2410
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2483
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2717
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5335
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5353
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5354
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5473
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6772
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1237
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1432
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:70
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:493
+> msgid "minutes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:194
+> msgid "mm"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:99
+> msgid "moderate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:150
+> msgid "monitor"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1518
+> msgid "monitor port speed"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1507
+> msgid "monitor port state"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:550
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:555
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4303
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4309
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4378
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4379
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5379
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5385
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6872
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6875
+> msgid "ms"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:508
+> msgid "ms / entry"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:735
+> msgid "myhost089"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:871
+> msgid "n/a"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:183
+> msgid "negate"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2771
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10041
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10053
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11764
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12546
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12547
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:350
+> #: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:351
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:626
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:846
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:398
+> msgid "no"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1548
+> msgid "no access via TCP"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+> msgid "no assumed state set"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1526
+> msgid "no commands"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:220
+> msgid "no time"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:892
+> msgid "noCard"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:895
+> msgid "noLight"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:896
+> msgid "noSync"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:893
+> msgid "noTransceiver"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2768
+> msgid "nodes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4452
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11759
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11786
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:348
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3110
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2198
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:500
+> msgid "none"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1085
+> msgid "normal connection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5743
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14599
+> msgid "not"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1265
+> msgid "not available"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:115
+> msgid "not logged in"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4876
+> msgid "nothing to do"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:648
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1033
+> msgid "notif."
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1431
+> msgid "notifications within last"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:47
+> msgid "of"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:506
+> msgid "of Service"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:445
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:1499
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1124
+> msgid "off"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:268
+> msgid "off - no Graphite export"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:98
+> msgid "off - no debugging"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:914
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:929
+> msgid "offline"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:588
+> msgid "omit IP address"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1123
+> msgid "on"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/views.py:446
+> msgid "once per group"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1485
+> msgid "one check for read, one for write"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1484
+> msgid "one check per individual disk/LUN"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1483
+> msgid "one summary check per host"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:913
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:928
+> msgid "online"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:82
+> msgid "open"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12094
+> msgid "optional"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1845
+> msgid ""
+> "our socket has closed; we are in the process of tearing down the connection"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1792
+> msgid ""
+> "our socket is closed; remote endpoint has also shut down; we are waiting "
+> "for a final acknowledgement"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1834
+> msgid ""
+> "our socket is shut down; remote endpoint is shut down; not all data has been "
+> "sent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:399
+> msgid "owner"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1434
+> msgid "pad port numbers"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12089
+> msgid "password:"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:626
+> msgid "path levels"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1669
+> msgid "pending"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1815
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1832
+> msgid "pending connections"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:820
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:821
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:845
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:846
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:854
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:855
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:863
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:864
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:872
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:873
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6709
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6710
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6734
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6735
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6743
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6744
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6752
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6753
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6761
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6762
+> msgid "percent"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:308
+> msgid "persistent comment"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:942
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6835
+> msgid "port name"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2419
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2510
+> msgid "port specification"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:898
+> msgid "portFault"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11473
+> msgid "previous notifications of this type are cancelled"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:331
+> msgid "procedure call is used"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1218
+> msgid "process performance data"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:438
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:443
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:448
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:453
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:569
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:574
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:579
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:584
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4264
+> #: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4265
+> msgid "processes"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:178
+> msgid "pt"
+> msgstr ""
+>
+> #: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:841
+> #, python-format
+> msgid "refresh: \n"
+"
\n"
+msgstr ""
+"\n"
+"Următorii substituenții vor fi substituite cu valoarile reale de la eveniment "
+"eveniment:\n"
+" \n"
+"$ID$ Event ID \n"
+"$COUNT$ Number of occurrances \n"
+"$TEXT$ Message text \n"
+"$FIRST$ Time of the first occurrance (time stamp)"
+"td> $LAST$ Time of the most recent occurrance "
+"tr>\n"
+" \n"
+"$COMMENT$ Event comment/td> \n"
+"$SL$ Service Level \n"
+"$HOST$ Host name (as sent by syslog) \n"
+"$CONTACT$ Contact information \n"
+"$APPLICATION$ Syslog tag / Application \n"
+"$PID$ Process ID of the origin process \n"
+"$PRIORITY$ Syslog Priority \n"
+"$FACILITY$ Syslog Facility \n"
+"$RULE_ID$ ID of the rule \n"
+"$STATE$ State of the event (0/1/2/3) \n"
+"$PHASE$ Phase of the event (open in normal "
+"situations, closed when cancelling) \n"
+"$OWNER$ Owner of the event \n"
+"$MATCH_GROUPS$ Text groups from regular expression "
+"match, separated by spaces \n"
+"$MATCH_GROUP_1$ Text of the first match group from "
+"expression match \n"
+"$MATCH_GROUP_2$ Text of the second match group from "
+"expression match \n"
+"$MATCH_GROUP_3$ Text of the third match group from "
+"expression match (and so on...) \n"
+"
\n"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:540
+msgid " (Copy)"
+msgstr " (Copiază)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:489
+msgid " (enforced)"
+msgstr " (aplicare forțată)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:67
+msgid " (exact match)"
+msgstr " (potrivire exactă)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11801
+msgid " (invalid)"
+msgstr " (invalid)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3078
+msgid " (live scan)"
+msgstr " (scanare în timp real)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3080
+msgid " (might be cached data)"
+msgstr " (pot fi date din cache)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2312
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2388
+msgid " Activate this option"
+msgstr " Activează această opțiune"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2310
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2386
+msgid " Ignore this option"
+msgstr " Ignoră această opțiune"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1694
+#, python-format
+msgid " Its directory is %s."
+msgstr " Directorul său este %s."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:998
+#, python-format
+msgid " Match groups: %s"
+msgstr " Se potrivește grupurilor: %s"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2115
+msgid ""
+" Note: if no contact information is configured for a service then that of "
+"the host will be used instead (if configured)."
+msgstr ""
+"Notă: dacă nu sunt definite informațiile de contact pentru un serviciu "
+"atunci cele ale elementeului vor fi foloside (dacâ sunt configurate)."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2082
+msgid ""
+" Note: if no service level is configured for a service then that of the host "
+"will be used instead (if configured)."
+msgstr ""
+"Notă: dacă nu este configurat un nivel de service pentru un serviciu atunci "
+"cele ale elementelului vor fi folosite (dacâ sunt configurate)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1697
+#, python-format
+msgid " The folder contains %d hosts, which will also be deleted!"
+msgstr " Folderul conține %d elemente, ce vor fi șterse!"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1577
+msgid " The operational transmit power"
+msgstr " Puterea de transmisie operațională"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3276
+#, python-format
+msgid " The parameter is: %r"
+msgstr " Parametrul este: %r"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14049
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14117
+#, python-format
+msgid " and %s '%s'"
+msgstr " și %s '%s'"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14285
+#, python-format
+msgid " and the %s '%s'."
+msgstr " si %s 's'."
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:289
+#, python-format
+msgid " for a period of %s"
+msgstr " pentru o perioadâ de %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14115
+#, python-format
+msgid " for host %s"
+msgstr " pentru elementul %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9134
+msgid " for user "
+msgstr " pentru utilizatorul "
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1782
+#, python-format
+msgid " in %d days"
+msgstr " în %d zile"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1780
+msgid " next week"
+msgstr " săptămâna viitoare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10481
+msgid " on monitoring site: "
+msgstr " pe siteul de monitorizare: "
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14632
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:100
+msgid " or "
+msgstr " sau "
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1090
+msgid " or int"
+msgstr " sau int"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10444
+msgid " seconds"
+msgstr " secunde "
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:45
+#, python-format
+msgid " spread over %d minutes "
+msgstr " peste următoarele %d minute "
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8470
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8548
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11567
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:563
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:585
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:616
+msgid " to:"
+msgstr " către:"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6916
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6919
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6932
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6935
+msgid "%"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:328
+msgid "% / min"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2152
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2153
+msgid "% / range"
+msgstr "% / gamă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15434
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15435
+msgid "% above predicted value"
+msgstr "% peste valoarea prezisâ"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15477
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15478
+msgid "% below predicted value"
+msgstr "% sub valoarea prezisă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3268
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3269
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3290
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3291
+#, python-format
+msgid "% free"
+msgstr "% liber"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4223
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4224
+#, python-format
+msgid "% free pool entries"
+msgstr "% întrări libere"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5967
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5968
+msgid "% memory left"
+msgstr "% memorie liberă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2609
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2610
+#, python-format
+msgid "% of Flash"
+msgstr "% din Flash"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2522
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2523
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2539
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2540
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2565
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2566
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2592
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2593
+#, python-format
+msgid "% of RAM"
+msgstr "% din RAM"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2365
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2366
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2388
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2389
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2462
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2463
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2496
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2497
+#, python-format
+msgid "% of port speed"
+msgstr "% din viteza portului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2130
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2131
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3327
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3328
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5825
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5826
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5844
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5845
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5863
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5864
+#, python-format
+msgid "% usage"
+msgstr "% utilizare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:170
+#, python-format
+msgid "%.1f mm"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2359
+#, python-format
+msgid "%d BI rules and aggregations"
+msgstr "%d reguli și agregări BI"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:939
+#, python-format
+msgid "%d Filter settings"
+msgstr "%d setări de Filtrare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2353
+#, python-format
+msgid "%d WATO rules in ruleset %s"
+msgstr "%d reguli wato în set-ul de reguli"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:201
+#, python-format
+msgid "%d actions"
+msgstr "%d acțiuni"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:61
+#, python-format
+msgid "%d changes"
+msgstr "%d schimbări"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:935
+#, python-format
+msgid "%d chaotic state changes from %s until %s (%s)"
+msgstr "%d schimbări de stare haotică de la %s până la %s (%s)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:181
+#, python-format
+msgid "%d columns"
+msgstr "%d coloane"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8814
+#, python-format
+msgid "%d conditions"
+msgstr "%d condiții"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1810
+#, python-format
+msgid "%d days ago"
+msgstr "%d zile în urmă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2477
+#, python-format
+msgid "%d favorite entries of %d users"
+msgstr "%d întrări preferate de la %d utilizatori"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2428
+#, python-format
+msgid "%d global notification rules"
+msgstr "%d reguli de notificări globale"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10045
+#, python-format
+msgid "%d sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:460
+#, python-format
+msgid "%d translations"
+msgstr "%d traduceri"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13893
+#, python-format
+msgid "%s - %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:251
+#, python-format
+msgid "%s - Unable to restore snapshot: \n"
+"$ID$ ID Eveniment \n"
+"$COUNT$ Numărul de apariții \n"
+"$TEXT$ Textul mesajului \n"
+"$FIRST$ Ora primei manifestări (ștampila de timp)"
+"td> $LAST$ Ora celei mai recente manifestări "
+"tr>\n"
+" \n"
+"$COMMENT$ Comentariu eveniment/td> \n"
+"$SL$ Nivelul serviciului \n"
+"$HOST$ Nume host (așa cum este trimis de syslog) \n"
+"$CONTACT$ Informații de contact \n"
+"$APPLICATION$ Tag-ul Syslog / Aplicație \n"
+"$PID$ ID-ul Processului de origine \n"
+"$PRIORITY$ Prioritatea Syslog \n"
+"$FACILITY$ Facilitatea Syslog \n"
+"$RULE_ID$ ID-ul regulii \n"
+"$STATE$ Starea evenimentului (0/1/2/3) \n"
+"$PHASE$ Faza evenimentului (deschis în situații "
+"normale, închis la anulare) \n"
+"$OWNER$ Proprietarul evenimentului \n"
+"$MATCH_GROUPS$ Grupuri de text din expresii regulate "
+", separate prin spații \n"
+"$MATCH_GROUP_1$ Textul din primul grup de expresii \n"
+"$MATCH_GROUP_2$ Textul din al doilea grup de expresii \n"
+"$MATCH_GROUP_3$ Textul din al treilea grup de expresii "
+" (și așa mai departe...)
%s"
+msgstr "%s - Imposibil de restaurat instantaneul (snapshot):
%s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1964
+#, python-format
+msgid "%s is not a valid UNIX timestamp"
+msgstr "%s nu este o ștampilă de timp UNIX validă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10322
+#, python-format
+msgid "%s is not a valid integer number."
+msgstr "%s nu este un număr întreg valid."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1529
+#, python-format
+msgid "%s is not an allowed value"
+msgstr "%s nu este o valoare permisă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2948
+#, python-format
+msgid "%s is not an existing element in this selection."
+msgstr "%s by este element existent în aceasta selecție."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:304
+#, python-format
+msgid "%s is too high. The maximum allowed value is %s."
+msgstr "%s este prea mare. Valoarea maximală permisă este %s."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:230
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:301
+#, python-format
+msgid "%s is too low. The minimum allowed value is %s."
+msgstr "este prea mică. Valoarea minimă permisă este %s."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2021
+#, python-format
+msgid "%s larger than"
+msgstr "%s mai mare decât"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5656
+#, python-format
+msgid "%s may be missing, if must not be empty if it is set."
+msgstr "%s ar putea să lipsească, dacă nu trebuie să fie gol dacă este setat."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14760
+#, python-format
+msgid "%s rule %s"
+msgstr "%s regulă %s"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:465
+#, python-format
+msgid "%s this site"
+msgstr "%s acest site"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2876
+#, python-format
+msgid "%s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:207
+msgid ""
+"© Mathias "
+"Kettner"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:998
+msgid "<None>"
+msgstr "<Nimic>"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:828
+msgid "≠"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11965
+#, python-format
+msgid "'%s' is not a valid email address."
+msgstr "'%s' nu este o adresă de email validă."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:114
+msgid "(Do not receive notifications)"
+msgstr "(Nu primi notificări)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:79
+msgid "(Do not spool to remote site)"
+msgstr "(Nu trimite site-ului de la distanță)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:519
+msgid "(HH:MM)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:277
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:503
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:521
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:539
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:564
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:586
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:608
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:728
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:934
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:339
+msgid "(disabled)"
+msgstr "(dezactivat)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1878
+msgid "(don't send notifications to Event Console)"
+msgstr "(nu trimite notificări câtre Event Console)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:398
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:426
+msgid "(ignore)"
+msgstr "(ignoră)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:497
+msgid "(local)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:252
+#: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:36
+msgid "(no Service level)"
+msgstr "(fără Nivel de serviciu)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8816
+msgid "(no conditions)"
+msgstr "(fără condiții)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2755
+msgid "(no entry)"
+msgstr "(nici o intrare)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1292
+msgid "(no hosts)"
+msgstr "(fără elemente)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8806
+msgid "(no one)"
+msgstr "(nici unul)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2647
+msgid "(no parameters)"
+msgstr "(fără parametri)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:670
+msgid "(no report)"
+msgstr "(nici un raport)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10483
+msgid "(no status host)"
+msgstr "(element fără element)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2994
+msgid "(no title)"
+msgstr "(fără titlu)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1003
+msgid "(none)"
+msgstr "(nimic)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1533
+msgid "(obsolete) Link to PNP4Nagios"
+msgstr "(învechit) Link câtre PNP4Nagios"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1219
+#, python-format
+msgid "(other: %s)"
+msgstr "(altul: %s)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1551
+msgid "(select folder)"
+msgstr "(selectează directorul)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:213
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1018
+msgid "(set by message text)"
+msgstr "(setat de câtre textul mesajului)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:212
+msgid "(set by syslog)"
+msgstr "(setat de câtre syslog)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1017
+msgid "(syslog)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2286
+msgid "(unset)"
+msgstr "(neconfigurat)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2746
+msgid "(unused)"
+msgstr "(nefolosit)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:451
+#, python-format
+msgid ", no data has been received within the last %.1f check periods"
+msgstr ", date nu au fost primite în ultimele %.1f intervale de verificate"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1346
+msgid ", running nowhere"
+msgstr ", rulează nicăieri"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1353
+#, python-format
+msgid ", running on %s"
+msgstr ", rulează pe %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5855
+msgid "-- not connected --"
+msgstr "-- nu este conectat --"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:65
+msgid "-.-- %"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:79
+msgid "-.-- ms"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4166
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4167
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4175
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4176
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4184
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4185
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4193
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4194
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4202
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4203
+msgid "/s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10223
+msgid "/sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1288
+msgid "1 Host"
+msgstr "1 Element"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:479
+msgid "10 seconds"
+msgstr "10 secunde"
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:45
+msgid "10x14"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:476
+msgid "15 minutes"
+msgstr "15 minute"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:495
+msgid "2 hours"
+msgstr "2 ore"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2231
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:362
+msgid "25 Hours"
+msgstr "25 de ore"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:727
+msgid "389 Directory Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2231
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:362
+msgid "4 Hours"
+msgstr "4 ore"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:477
+msgid "5 minutes"
+msgstr "5 minute"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:812
+msgid ""
+""
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13788
+#, python-format
+msgid "%s (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14892
+msgid "Negate: make rule apply for all but the above hosts"
+msgstr "Negare: face regula să se aplice pentru toate elementele mai puțin cei de sus"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2399
+#, python-format
+msgid ""
+"WARNING: the IP address lookup of %s has failed. The core "
+"has been started by using the address 0.0.0.0 for the while. You "
+"will not be able to activate any changes until you have either updated your "
+"DNS or configured an explicit address for %s."
+msgstr ""
+"AVERTIZARE: căutarea adresei IP al %s e eșuat. Nucleu "
+"a fost pornit folosind adresa 0.0.0.0 pentru moment. Nu vei "
+"putea să aplici/activezi schimbprile până nu actualizezi "
+"DNS-ul sau configurezi o adresă explicită pentru %s."
+
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:231
+msgid "You do not have any roles. "
+msgstr "Nu ai definit nici un rol"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:288
+#, python-format
+msgid "acknowledge the problems%s of"
+msgstr "confirmă problemele%s lui"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:333
+msgid "add a comment to"
+msgstr "adaugă un comentariu la"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:587
+msgid "add to you favorites"
+msgstr "adaugă la favoritele tale"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:691
+msgid "archive"
+msgstr "arhivează"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:162
+msgid "clear the modified attributes of"
+msgstr "șterge atributele modificate ale"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:113
+msgid "disable active checks for"
+msgstr "dezactivează verificările active pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:88
+msgid "disable notifications for"
+msgstr "dezactivează notificările pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:133
+msgid "disable passive checks for"
+msgstr "dezactivează verificările pasive pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:110
+msgid "enable active checks for"
+msgstr "activează verificările active pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:85
+msgid "enable notifications for"
+msgstr "activează notficările pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:130
+msgid "enable passive checks for"
+msgstr "activează verificările pasive pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:184
+#, python-format
+msgid "manually set check results to %s for"
+msgstr "setează manual rezultatele verificării la %s pentru"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:294
+msgid "remove acknowledgements from"
+msgstr "șterge confirmările de la"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:435
+msgid "remove all scheduled downtimes of "
+msgstr "șterge toți timpii morți programați pentru "
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:589
+msgid "remove from your favorites"
+msgstr "șterge din favoritele tale"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:43
+msgid "reschedule an immediate check"
+msgstr "reprogramează o verificare imediată"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:415
+#, python-format
+msgid "schedule a downtime from %s to %s on "
+msgstr "programează o întrerupere de la %s până la %s pe "
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:360
+msgid "schedule an immediate 2-hour downtime on"
+msgstr "programează o întrerupere de 2 ore imediat pe"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:401
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:406
+#, python-format
+msgid "schedule an immediate downtime for the next %d minutes on"
+msgstr "programează o întrerupere imediată pentru următoarele %d minute pe"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:365
+msgid "schedule an immediate downtime until 24:00:00 on"
+msgstr "programează o întrerupere imediată până la 24:00:00 pe"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:389
+#, python-format
+msgid "schedule an immediate downtime until end of %d on"
+msgstr ""programează o întrerupere imediată până la sfârșitul lui %d pe"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:384
+msgid "schedule an immediate downtime until end of month on"
+msgstr "programează o întrerupere imediată până la sfârșitul lunii pe"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:373
+msgid "schedule an immediate downtime until sunday night on"
+msgstr "programează o întrerupere imediată până duminică noaptea pe"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:243
+msgid "send a custom notification regarding"
+msgstr "trimite o notificare personalizată cu privire la"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1200
+msgid ""
+"
Passive checks: Do no specify a command line if you want to "
+"define passive checks."
+msgstr ""
+"
Verificări pasive: Nu specificați o linie de comandă dacă doriți "
+"să deiniți verificări pasive."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:249
+#, python-format
+msgid ""
+"
If there are permission problems, please ensure the group is set to '%s' "
+"and has write permissions."
+msgstr ""
+"
Dacă sunt probleme cu permisiunile, asigurațivă că grupul este '%s' "
+"și are drepturi de scriere."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:330
+#, python-format
+msgid ""
+"Invalid aggregation %s
Must have at least 3 entries (has %d)"
+msgstr ""
+"Agregare invalidă %s
Trebuie să aibe cel puțin 3 întrări (are %d)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:480
+#, python-format
+msgid ""
+"Invalid configuration in variable aggregations
There is no "
+"rule named %s. Available are: %s"
+msgstr ""
+"Configurare invalidă în variabila agregări
Nu există "
+"regula numită %s. Disponibil sunt: %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:736
+#, python-format
+msgid ""
+"Invalid rule usage
The rule '%s' needs %d arguments: %s"
+"tt>
You've specified %d arguments: %s"
+msgstr ""
+"Utilizare invalidă al regulii
Regula '%s' necesită %d argumente: %s"
+"tt>
Ai spceificat %d argumente: %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:727
+#, python-format
+msgid ""
+"Depth limit reached
The nesting level of aggregations is limited to "
+"50. You either configured too many levels or built an infinite recursion. "
+"This happened in rule %s
"
+msgstr ""
+#TODO "Atins limita de adâncime/h3>The nesting level of aggregations is limited to "
+#TODO "50. You either configured too many levels or built an infinite recursion. "
+#TODO "This happened in rule
%s
"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:721
+#, python-format
+msgid ""
+"Invalid aggregation ruleAggregation rules must contain four "
+"elements: description, argument list, aggregation function and list of "
+"nodes. Your rule has %d elements:
%s
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1282
+#, python-format
+msgid "%d more contact groups
"
+msgstr "%d mai multe grupuri de contact
"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:52
+msgid "(No fallback email address configured!)"
+msgstr (Nici o adresă de rezervă configurată!)""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11792
+msgid "not a contact"
+msgstr "nu este un contact"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1292
+msgid "
Trimis notificare câtre: %s
" + +#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:354 +msgid "" +"The process name may contain one or more occurances of %s. If " +"you do this, then the pattern must be a regular expression and be prefixed " +"with ~. For each %s in the description, the expression has to " +"contain one \"group\". A group is a subexpression enclosed in brackets, for " +"example (.*) or ([a-zA-Z]+) or (...). When the " +"inventory finds a process matching the pattern, it will substitute all such " +"groups with the actual values when creating the check. That way one rule can " +"create several checks on a host.
If the pattern contains more groups " +"then occurrances of %s in the service description then only the " +"first matching subexpressions are used for the service descriptions. The " +"matched substrings corresponding to the remaining groups are copied into the " +"regular expression, nevertheless.
As an alternative to %s you " +"may also use %1, %2, etc. These will be replaced by the " +"first, second, ... matching group. This allows you to reorder things.
" +msgstr "" + +#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:522 +msgid "" +"The service description may contain one or more occurances of %s" +"tt>. In this case, the pattern must be a regular expression prefixed with ~. " +"For each %s in the description, the expression has to contain one " +"\"group\". A group is a subexpression enclosed in brackets, for example " +"(.*) or ([a-zA-Z]+) or (...). When the inventory " +"finds a task matching the pattern, it will substitute all such groups with " +"the actual values when creating the check. In this way one rule can create " +"several checks on a host.
If the pattern contains more groups than " +"occurrences of %s in the service description, only the first " +"matching subexpressions are used for the service descriptions. The matched " +"substrings corresponding to the remaining groups are nevertheless copied " +"into the regular expression.
As an alternative to %s you may " +"also use %1, %2, etc. These expressions will be replaced " +"by the first, second, ... matching group, allowing you to reorder things.
" +msgstr "" + +#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:412 +#, python-format +msgid "" +"The user specification can either be a user name (string). The inventory " +"will then trigger only if that user matches the user the process is running " +"as and the resulting check will require that user. Alternatively you can " +"specify \"grab user\". If user is not selected the created check will not " +"check for a specific user.
Specifying \"grab user\" makes the created " +"check expect the process to run as the same user as during inventory: the " +"user name will be hardcoded into the check. In that case if you put %u into " +"the service description, that will be replaced by the actual user name " +"during inventory. You need that if your rule might match for more than one " +"user - your would create duplicate services with the same description " +"otherwise.
Windows users are specified by the namespace followed by " +"the actual user name. For example \"\\\\NT AUTHORITY\\NETWORK SERVICE\" or " +"\"\\\\CHKMKTEST\\Administrator\".
" +msgstr "" + +#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8908 +#, python-format +msgid "" +"Warning
Rule based notifications are disabled in your global "
+"settings. The rules that you edit here will have affect only on "
+"notifications that are created by the Event Console. Normal monitoring "
+"alerts will not use the rule based notifications now.
You can "
+"change this setting here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:86
+msgid ""
+"
You can define one or several patterns (regular expressions) in each " +"logfile pattern rule. These patterns are applied to the selected logfiles to " +"reclassify the matching log messages. The first pattern which matches a line " +"will be used for reclassifying a message. You can use the Logfile Pattern Analyzer to test the rules you " +"defined here.
Select \"Ignore\" as state to get the matching logs " +"deleted. Other states will keep the log entries but reclassify the state of " +"them.
" +msgstr "" + +#: /omd/sites/production/share/check_mk/web/htdocs/index.py:236 +msgid "" +"You have been logged out. Please reload the page to re-authenticate.
" +msgstr "Ați fost deconectat. Reîncărcați pagina pentru autentificare.
"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9320
+#, python-format
+msgid "%s is a reserved keyword."
+msgstr "%s este un cuvânt cheie rezervat."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:264
+msgid "JAVA_HOME - path to Java installation"
+msgstr "JAVA_HOME - calea de la instalarea Java"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:827
+msgid "="
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1663
+msgid "??"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5252
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5253
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5425
+msgid "A"
+msgstr ""
+# TODO
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:205
+msgid "A Multisite view"
+msgstr "Un Multisite view"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:32
+msgid "A comment or description of this host"
+msgstr "O descriere sau comentariu despre acest element"
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:228
+msgid ""
+"A compact dashboard which lists your unhandled host and service problems."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:929
+msgid ""
+"A complete list of all host problems with a search form for selecting "
+"handled and unhandled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:976
+msgid "A complete listing of all host groups and each of their hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6165
+msgid ""
+"A couple of switches with broken firmware report that they support 64 bit "
+"counters but do not output any actual data in those counters. Listing those "
+"hosts in this rule forces them to use the interface check with 32 bit "
+"counters instead."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:116
+msgid "A descriptive title of this action."
+msgstr "Un titlu descriptiv despre această acțiune."
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/bi.py:45
+msgid "A direct link to all groups of BI aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1907
+msgid "A folder with that name already exists."
+msgstr "Un director cu acest nume deja există."
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1099
+msgid "A form for searching hosts using flexible filters"
+msgstr "Un formular pentru cautarea elementelor folosind filtre flexibile"
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:75
+msgid "A frame around the page"
+msgstr "Un chenar în jurul paginii"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:797
+msgid ""
+"A gadget that shows your current service check rate in relation to the "
+"scheduled check rate. If the Speed-O-Meter shows a speed of 100 percent, all "
+"service checks are being executed in exactly the rate that is desired."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:282
+msgid "A heading for the view"
+msgstr "Un titlu pentru view"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2178
+msgid "A host with this name already exists."
+msgstr "Un element cu acest nume există deja."
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:840
+msgid "A large clock showing the current time of the web server"
+msgstr "Un ceas mare care arată timpul curent al serverului web"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:518
+msgid "A list of all hosts with some CPU related inventory data"
+msgstr "O lista cu toate elementele cu unele date de invetar legate de CPU"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:92
+msgid "A list of specific users"
+msgstr "O listă cu utilizatori specifici"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:409
+msgid "A matrix showing a colored square for each host"
+msgstr "O matrice care arată un pătrat colorat pentru fiecare element"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16822
+msgid ""
+"A regular expression matching the beginning of a service description. "
+"You can use a trailing $ in order to define an exact match. For "
+"each matching service on the specified hosts one child node will be created. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1108
+msgid "A rule with this ID already exists."
+msgstr "O regulă cu acest ID există deja."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3498
+msgid ""
+"A scheduler job is an object in an ORACLE database which could be compared "
+"to a cron job on unix. This rule allows you to define the maximum run "
+"duration and state.."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2054
+#, python-format
+msgid ""
+"A service level is a number that describes the business impact of a host or "
+"service. This level can be used in rules for notifications, as a filter in "
+"views or as a criteria in rules for the Event Console. A higher service "
+"level is assumed to be more business critical. This ruleset allows to assign "
+"service levels to hosts and/or services. Note: if you assign a service level "
+"to a host with the ruleset Service Level of hosts, then this level is "
+"inherited to all services that do not have explicitely assigned a "
+"service with the ruleset Service Level of services. Assigning no "
+"service level is equal to defining a level of 0.
The list of "
+"available service levels is configured via a global option."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:898
+msgid ""
+"A short overview over all host groups, without an explicity listing of the "
+"actual hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1464
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1490
+msgid ""
+"A short overview over all service groups, without explicity listing of the "
+"actual hosts and services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1041
+msgid ""
+"A simple and yet practical snapin allowing to create bookmarks to views and "
+"other content in the main frame"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2484
+msgid "A single host related aggregation"
+msgstr "O agregare legată de un singur element"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2385
+msgid "A stored SNMP walk"
+msgstr "Un SNMP walk stocat"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1455
+msgid "A string-combination of servername and port, e.g. 127.0.0.1:5000."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1481
+msgid "A string-combination of servername and port, e.g. 127.0.0.1:80."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:325
+msgid ""
+"A summary state of all hosts that have a problem, with links to problems of "
+"those hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:316
+msgid ""
+"A summary state of all summary hosts (summary hosts hold aggregated service "
+"states and are a feature of Check_MK)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:307
+msgid ""
+"A summary state of each host with a link to the view showing its services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3255
+msgid ""
+"A tablespace is a container for segments (tables, indexes, etc). A database "
+"consists of one or more tablespaces, each made up of one or more data files. "
+"Tables and indexes are created within a particular tablespace. This rule "
+"allows you to define checks on the size of tablespaces."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:106
+msgid ""
+"A unique ID of this action that is used as an internal reference in the "
+"configuration. Changing the ID is not possible if still rules refer to this "
+"ID."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:251
+msgid ""
+"A unique ID of this rule. Each event will remember the rule it was "
+"classified with by its rule ID."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:168
+#, python-format
+msgid "A user with the id \"%s\" does not exist."
+msgstr "Un utilizator cu id-ul \"%s\" nu există."
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:36
+msgid "A3"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:37
+msgid "A4"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:38
+msgid "A5"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2315
+msgid "AES"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:331
+msgid "ALL"
+msgstr "TOATE"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1740
+msgid "AP name"
+msgstr "Nume AP"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5491
+msgid "APC Automatic Transfer Switch Output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1037
+msgid "APC Power Consumption"
+msgstr "APC consum de Curent"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5403
+msgid "APC Symmetra Checks"
+msgstr "Verificări APC Symmetra"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:53
+msgid "API accessible"
+msgstr "API accesibil"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11450
+msgid "ASCII Email (legacy)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1060
+#, fuzzy
+msgid "ASM - Disk Groups"
+msgstr "Grupuri RAID"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1059
+msgid "ASM - General instance status"
+msgstr "ASM - Starea generală al instanței"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3602
+msgid "ASM Disk Group"
+msgstr "Grup de Disk ASM"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3585
+msgid "ASM Disk Group (used space and growth)"
+msgstr "Grup de Disk ASM (spațiu folosit și creștere)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3594
+msgid ""
+"ASM calculates the free space depending on free_mb or require mirror free "
+"space. Enable this option to set the check against require mirror free "
+"space. This only works for normal or high redundancy Disk Groups. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:705
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:967
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1025
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5460
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7555
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7557
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7559
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9982
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13437
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14770
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16991
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17037
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1915
+msgid "Abort"
+msgstr "Renunț"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1147
+msgid "Abort with an error"
+msgstr "Renunț cu o eroare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13478
+msgid "Abort your modifications."
+msgstr "Renunță la modificările tale."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13387
+msgid "Aborting change."
+msgstr "Renunț la modificări."
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:55
+msgid "About Check_MK"
+msgstr "Despre Check_MK"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:91
+msgid "Absolute"
+msgstr "Absolut"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2004
+#, python-format
+msgid "Absolute %s"
+msgstr "Absolut %s"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:67
+msgid "Absolute Time of Alert"
+msgstr "Timpul Exact al Alertei"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15421
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15464
+msgid "Absolute difference from prediction"
+msgstr "Diferența exactă față de prezicere"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2103
+msgid "Absolute free"
+msgstr "Liber Exact"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1367
+msgid "Absolute free memory"
+msgstr "Memorie liberă exactă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1399
+msgid "Absolute free pagefile"
+msgstr "Pagefile liber exact"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3273
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3295
+msgid "Absolute free space"
+msgstr "Spațiu liber exact"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5830
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5849
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5868
+msgid "Absolute free space in MB"
+msgstr "Spațiu liber exact în MB"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6363
+msgid "Absolute levels for unused licenses"
+msgstr "Nivel-urile absolute de licențe neutilizate"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2370
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2393
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2467
+msgid "Absolute levels in bits or bytes per second"
+msgstr "Nivel-urile exacte în bits sau bytes per secundă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:393
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:944
+msgid "Absolute path to log file"
+msgstr "Calea exactă câtre log"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:275
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:276
+msgid "Accept any SSH Host Key"
+msgstr "Accept orice cheie SSH Host Key"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:280
+msgid ""
+"Accepts any SSH Host Key presented by the storage device. Please note: This "
+"might be a security issue because man-in-the-middle attacks are not "
+"recognized! Better solution would be to add the SSH Host Key of the "
+"monitored storage devices to the .ssh/known_hosts file for the user your "
+"monitoring is running under (on OMD: the site user)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:43
+msgid "Access Check_MK Agent via TCP"
+msgstr "Accesează Agentul Check_MK via TCP"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1749
+msgid "Access Point"
+msgstr "Punct de Acces"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1744
+msgid "Access point name"
+msgstr "Numele punctului de acces"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2245
+msgid "Access to Agents"
+msgstr "Acces la Agenți"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8065
+msgid "Access to NagVis Maps"
+msgstr "Acces la Hărțile NagVis"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:75
+msgid "Access to WATO modules with only icons (saves space)"
+msgstr "Acces la modulele WATO doar cu iconițe (economisește spațiu)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1542
+msgid "Access to event status via TCP"
+msgstr "Acces la starea evenimentului via TCP"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2007
+msgid "Access to the Event Console"
+msgstr "Acces la Consola de Evenimente"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18513
+msgid ""
+"Access to the historic audit log. A user with write access can delete the "
+"audit log. The currently pending changes can be seen by all users with "
+"access to WATO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18521
+msgid ""
+"Access to the management of hosts and folders. This module has some "
+"additional permissions (see below)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18658
+msgid ""
+"Access to the module Backup & Restore. Please note: a user with write "
+"access to this module can make arbitrary changes to the configuration by "
+"restoring uploaded snapshots and even do a complete factory reset!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18616
+msgid "Access to the module Global settings"
+msgstr "Acces la modulul Setări Globale"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18632
+msgid "Access to the module Timeperiods"
+msgstr "Accesul la modulul Perioade de timp"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18666
+msgid "Access to the module for analyzing and validating logfile patterns."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18621
+msgid ""
+"Access to the module for managing Check_MK rules. Please note that a user "
+"can only manage rules in folders he has permissions to. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18637
+msgid ""
+"Access to the module for managing connections to remote monitoring sites."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18627
+msgid "Access to the modules for managing host and service groups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2029
+msgid "Access via TCP"
+msgstr "Acces prin TCP"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2036
+msgid "Access via UNIX socket"
+msgstr "Acces prin socket UNIX"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:774
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1316
+msgid "Ack"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:264
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:303
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:316
+msgid "Acknowledge"
+msgstr "Confirmă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:252
+#, python-format
+msgid "Acknowledge %s"
+msgstr "Confirmă %s"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:301
+msgid "Acknowledge Problems"
+msgstr "Confirmă Problemele"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:265
+msgid "Acknowledge host and service problems and remove acknowledgements"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:287
+#, python-format
+msgid "Acknowledged %s"
+msgstr "Confirmată %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:288
+#, python-format
+msgid "Acknowledged all messages in %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8981
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1607
+msgid "Acknowledgement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:70
+msgid "Acknowledgement Author"
+msgstr "Autorul Confirmației"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:71
+msgid "Acknowledgement Comment"
+msgstr "Comentariul Confirmației"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8489
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11580
+msgid "Acknowledgement of host problem"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8519
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11595
+msgid "Acknowledgement of service problem"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11743
+msgid "Act."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5299
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:100
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:528
+msgid "Action"
+msgstr "Acțiune"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:105
+msgid "Action ID"
+msgstr "ID-ul Acțiunii"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:602
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:636
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:904
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1441
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4800
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7935
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8742
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9276
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10006
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11715
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12385
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12816
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12855
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14321
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16357
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16385
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17386
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:305
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:305
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:960
+msgid "Actions"
+msgstr "Acțiuni"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:198
+msgid "Actions (Emails & Scripts)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:313
+msgid "Actions to automatically perform when an event is being cancelled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:306
+msgid "Actions to automatically perform when this event occurs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:312
+msgid "Actions when cancelling"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4649
+msgid "Activate Changes!"
+msgstr "Activare Schimbări!"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18496
+msgid "Activate Configuration"
+msgstr "Activare Configurare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18503
+msgid "Activate Foreign Changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:414
+msgid ""
+"Activate HTTP header authentication (Warning: Only activate in trusted "
+"environments, see help for details)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:966
+msgid "Activate automatic locking of user accounts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:172
+msgid "Activate changes"
+msgstr "Activare schimbări"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1469
+msgid "Activate changes for event console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:267
+msgid "Activate export to Graphite"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:397
+msgid "Activate logging of BI compilations into a logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:949
+msgid "Activate logging of LDAP transactions into a logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3183
+msgid "Activate missing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1174
+msgid "Activated changes of event console configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:173
+msgid ""
+"Activates changes. The user still needs the required permissions to do so."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2302
+msgid ""
+"Activating the monitoring of the operational state (opstate), the check will "
+"get warning or critical of the current state of the interface does not match "
+"the expected state or states."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1045
+#, fuzzy
+msgid "Activation"
+msgstr " Activează această opțiune"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1470
+msgid ""
+"Activation of changes for the event console (rule modification, global "
+"settings) is done separately from the monitoring configuration and needs "
+"this permission."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:669
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1054
+msgid "Active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1468
+msgid "Active Connections"
+msgstr "Conexiuni Active"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:725
+msgid "Active Directory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:696
+msgid "Active Directory Replication"
+msgstr "Replicare Active Directory"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5243
+msgid "Active Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2562
+msgid "Active check"
+msgstr "Verificare activă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3220
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:118
+msgid "Active checks"
+msgstr "Verificări active"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:28
+msgid "Active checks (HTTP, TCP, etc.)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:471
+msgid "Active checks enabled"
+msgstr "Verificări active activate"
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:472
+#, python-format
+msgid "Active checks have been manually disabled for this %s!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:474
+#, python-format
+msgid "Active checks have been manually enabled for this %s!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4639
+msgid "Active paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18592
+msgid "Add & remove folders"
+msgstr "Adaugă sau șterge directoare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18548
+msgid "Add & remove hosts"
+msgstr "Adaugă sau șterge elemente"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1036
+msgid "Add Bookmark"
+msgstr "Adaugă bookmark"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1491
+msgid "Add Condition"
+msgstr "Adaugă Condiție"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:551
+msgid "Add Content"
+msgstr "Adaugă Conținut"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4503
+msgid "Add Counter"
+msgstr "Adaugă Contoar"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:876
+msgid "Add Dashlet"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9615
+msgid "Add Exception"
+msgstr "Adaugă Excepție"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:988
+msgid "Add NGNIX instance"
+msgstr "Adaugă instanță NGINX"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:552
+msgid "Add Page Element"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:85
+msgid "Add a first row with column titles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:49
+msgid "Add a host to WATO"
+msgstr "Adaugă un element cu WATO"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:999
+msgid "Add a new host to the monitoring (agent must be installed)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17323
+msgid "Add as Custom Macro"
+msgstr "Adaugă ca un Macro Customizat"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17095
+msgid "Add child node generator"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:535
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:568
+msgid "Add column"
+msgstr "Adaugă coloanâ"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:662
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:339
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:344
+msgid "Add comment"
+msgstr "Adaugă comentariu"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:322
+msgid "Add comments"
+msgstr "Adaugă comentarii"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:323
+msgid "Add comments to hosts or services, and remove comments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:676
+msgid "Add contact information"
+msgstr "Adaugă informații despre contact"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:444
+msgid "Add dashlet"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4746
+msgid "Add diskstate rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:960
+msgid "Add element"
+msgstr "Adaugă element"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1190
+msgid "Add exclusion"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1025
+msgid "Add filter"
+msgstr "Adaugă filtre"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18549
+msgid ""
+"Add hosts to the monitoring and remove hosts from the monitoring. Please "
+"also add the permission Modify existing hosts."
+msgstr ""
+"Adaugă elemente pentru monitorizare și șterge elemente din monitorizare. Adaugă"
+"și permisiunile Modifică elemente existente."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:717
+msgid "Add instance to be monitored"
+msgstr "Adaugă instanțe pentru monitorizare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:788
+msgid "Add instance to monitor"
+msgstr "Adaugă instanță pentru monitorizare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2779
+msgid "Add limits"
+msgstr "Adaugă limite"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:928
+msgid "Add message pattern"
+msgstr "Adaugă model mesaj"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:110
+msgid "Add micro seconds to timestamps in Logfiles"
+msgstr "Adaugă microsecunde la amprenta de timp în LogFiles"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1745
+msgid "Add name"
+msgstr "Adaugă nume"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:812
+msgid "Add new element"
+msgstr "Adaungă un nou element"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18593
+msgid ""
+"Add new folders and delete existing folders. If a folder to be deleted "
+"contains hosts then the permission to delete hosts is also required."
+msgstr ""
+"Adaugă noi directoare și șterge pe cele existente. Dacă un director"
+"de șters conține elemente atunci sunt necesare permisiunile și pentru "
+"a șterge elemente."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15612
+msgid "Add new mapping"
+msgstr "Adaugă o nouă mapare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:138
+msgid "Add new user configuration"
+msgstr "Adaugp o noua configurație de utilizator"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11633
+msgid "Add notification"
+msgstr "Adaugă notificare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:94
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1139
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4476
+msgid "Add pattern"
+msgstr "Adaugă model/tipar"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:664
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1182
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6156
+msgid "Add pattern group"
+msgstr "Adaugă group de model"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4705
+msgid "Add role rule"
+msgstr "Adaugă o regulă de rol"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5302
+msgid "Add sensor name"
+msgstr "Adaugă nume de senzor"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:189
+msgid "Add snapin to the sidebar"
+msgstr "Adaugă un snapin pe sidebar"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13043
+msgid "Add tag choice"
+msgstr "Adaugă o alegere de etichetă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5943
+msgid "Add these contact groups to host"
+msgstr "Adaugp aceste grupuri de contacte la element"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5949
+msgid "Add these groups as contacts in all subfolders"
+msgstr "Adaugă aceste grupuri ca și contacte în toate sub-directoarele""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5947
+msgid "Add these groups as contacts to all hosts in this folder"
+msgstr "adaugă aceste grupuri ca și contacte la toate elementele în acest director"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:894
+msgid "Add this view to..."
+msgstr "Adaugă acesta vedere la..."
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:614
+msgid "Add to Favorites"
+msgstr "Adaugă la Favorite"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:358
+msgid "Add tuning configuration"
+msgstr "Adaugă configurație de ajustare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1614
+msgid "Add tunnel"
+msgstr "Adaugă tunel"
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1060
+#, python-format
+msgid "Added: %s"
+msgstr "Adăugat %s"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:548
+msgid "Additional Information"
+msgstr "Informații Adiționale"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:69
+msgid "Additional Plugin Output"
+msgstr "Output adițional de la Plugin"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:650
+msgid "Additional header lines"
+msgstr "Linii de header adiționale"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14721
+msgid "Additional options"
+msgstr "Opțiuni adiționale"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1657
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+msgid "Addons"
+msgstr "Addon-uri"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6080
+msgid "Address"
+msgstr "Adresă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:527
+msgid "Address Check mode"
+msgstr "Mod de verificare adresă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:872
+msgid ""
+"Adds the user to contactgroups based on the group memberships in LDAP. This "
+"plugin adds the user only to existing contactgroups while the name of the "
+"contactgroup must match the common name (cn) of the LDAP group."
+msgstr ""
+"Adaugă utilizatorul la grupurile de contact în baza apartenenței din LDAP. "
+"Aceast plugin adaugă utilizatorul numai la grupuri de contacte existente și "
+"numele grupului de contact trebuie să se potrivească cu numele comun (cn) al "
+"grupului LDAP."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:357
+msgid "Adhoc comment"
+msgstr "Comentariu adhoc"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:365
+msgid "Adhoc downtime"
+msgstr "Întreruperi adhoc"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:506
+#, python-format
+msgid "Adhoc for %d minutes"
+msgstr "Adhoc pentru %d minute"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:309
+msgid "Administrative port states to inventorize"
+msgstr "Starea porturilor pentru inventariere"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:934
+msgid "Administrative state"
+msgstr "Stare adiministrativă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:556
+msgid "Administrator"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9971
+msgid "Administrator login"
+msgstr "Login Administrator"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9976
+msgid "Administrator password:"
+msgstr "Parolâ Administrator:"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9973
+msgid "Adminstrator name:"
+msgstr "Nume Administrator:"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6465
+msgid "Adva Optical Transport Laser Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:126
+msgid "Affected by service"
+msgstr "Afectat de serviciu"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13402
+msgid ""
+"Affected folders with an explicit reference to this tag group and that are "
+"affected by the change"
+msgstr ""
+"Directoarele afectate cu o referință explicită la acest grup de etichete și "
+"care sunt afectate de această schimbare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:98
+msgid "Affected hosts contain"
+msgstr "Elementul afectat conține"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5455
+msgid ""
+"After a battery calibration the battery capacity is reduced until the "
+"battery is fully charged again. Here you can specify an alternative lower "
+"level in this post-calibration phase. Since apc devices remember the time of "
+"the last calibration only as a date, the alternative lower level will be "
+"applied on the whole day of the calibration until midnight. You can extend "
+"this time period with an additional time span to make sure calibrations "
+"occuring just before midnight do not trigger false alarms."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4318
+msgid ""
+"After a gateway has been found, Check_MK checks if it is reachable via PING. "
+"If not, it is skipped and the next gateway nearer to the monitoring core is "
+"being tried. You can disable this check by setting the number of PING probes "
+"to 0."
+msgstr ""
+"Dupa ce este identificat un gateway, Check_MK verifică dacă este accesibil "
+"via PING. Dacă nu, este sărit și următorul gateway aproape nucleului de "
+"monitorizare este încercat. Poți dezactiva această verificare prin setarea "
+"numărului de probe PING la 0."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2901
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2388
+msgid ""
+"After a request is sent to the remote SNMP agent we will wait up to this "
+"number of seconds until assuming the answer get lost and retrying."
+msgstr ""
+"După ce o cerere este trimisă agentului SNMP de la distanță vom aștepta "
+"până la acest număr de secunde dupa care presupunem că răspunsul este "
+"pierdut și reîncercăm."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:292
+msgid ""
+"After the configured time active host- and service checks are being "
+"interrupted and evaluate to the UNKNOWN state."
+msgstr ""
+"După timpul configurat verificările active de elemente cât și "
+"pentru servicii sunt întrerupte și evaluate la starea NECUNOSCTĂ"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1794
+msgid "After this number of days old logfile of event history will be deleted."
+msgstr "Dupâ acest număr de zile vor fi șterse evenimentele logfile din istoric."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:67
+msgid ""
+"After this time (in seconds) the check is aborted, regardless of how many "
+"packets have been received yet."
+msgstr ""
+"După acest timp (în secunde) verificarea este anulată, indiferent de câte"
+"pachete au fost recepționate."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9050
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:804
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:518
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:940
+msgid "Age"
+msgstr "Vârstă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3752
+msgid "Age of jobs controlled by mk-job"
+msgstr "Vârsta job-urilor controlate de câtre mk-job"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6000
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6002
+msgid "Age of last AntiVirus update"
+msgstr "Vârsta ultimului update AntiVirus"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9052
+msgid "Age of oldest notification is over maximum age"
+msgstr "Vârsta celei mai vechi notificări este peste vărsta maximă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3698
+msgid "Age of the last snapshot"
+msgstr "Vârsta ultimului snapshot"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3732
+msgid "Age of timemachine backup"
+msgstr "Vârsta ultimului timemachine backup"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2842
+msgid "Agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:248
+msgid "Agent Plugins"
+msgstr "Plugin Agent"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1119
+msgid "Agent TCP connect timeout (sec)"
+msgstr "Conexiunea Agent TCP expirată (sec)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/crashed_check.py:88
+msgid "Agent output"
+msgstr "Outputul Agentului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:198
+msgid "Agent sections to be executed"
+msgstr "Secțiunile agentului de a fi executate"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1345
+msgid "Aggregate"
+msgstr "Agregat"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:127
+msgid "Aggregated assumed state"
+msgstr "Starea agregată asumată"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:120
+msgid "Aggregated real state (never assumed)"
+msgstr "Starea reală agregată (nu presupus)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:106
+msgid "Aggregated state"
+msgstr "Starea agregată"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:113
+msgid "Aggregated state (number)"
+msgstr "Starea agregată (număr)"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16399
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:143
+msgid "Aggregation"
+msgstr "Agregare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17085
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17122
+msgid "Aggregation Function"
+msgstr "Funcția de Agregare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16935
+msgid "Aggregation Groups"
+msgstr "Grupuri de Agregare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1285
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:108
+msgid "Aggregation Name"
+msgstr "Numele Agregării"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16929
+msgid "Aggregation Properties"
+msgstr "Proprietățile Agregării"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2324
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2342
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:135
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:361
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:32
+msgid "Aggregation group"
+msgstr "Grup de agregare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:142
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:360
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:63
+msgid "Aggregation name"
+msgstr "Numele Agregării"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:65
+msgid "Aggregation output"
+msgstr "Outputul Agregării"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:149
+msgid "Aggregation status output"
+msgstr "Outputul stării Agregării"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:163
+msgid "Aggregation: affected hosts"
+msgstr "Agregare: elemente afectate"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:170
+msgid "Aggregation: affected hosts (link to host page)"
+msgstr "Agregare: elemente afectate (link câtre pagina elemetului)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:295
+msgid "Aggregation: complete tree"
+msgstr "Agregare: arobere complet"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:303
+msgid "Aggregation: simplistic boxed layout"
+msgstr "Agregare: așezare în cutie simplistă"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16354
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2540
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:347
+msgid "Aggregations"
+msgstr "Agregări"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2558
+msgid "Aggregations Affected by Host"
+msgstr "Agregări Afectate de câtre Element"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2611
+msgid "Aggregations Affected by Service"
+msgstr "Agregpri Afectate de Serviciu"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6341
+msgid "Airflow Deviation in Percent"
+msgstr "Abatere flux de air în Procent"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5534
+msgid "Airflow levels"
+msgstr "Nivelul fluxului de aer"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:79
+msgid "Alert"
+msgstr "Alertă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2094
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:203
+msgid "Alert Statistics"
+msgstr "Statisticile de Alertă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1895
+msgid "Alert Statistics: Number of critical alerts"
+msgstr "Statisticile de Alertă: Numărul alertelor critice"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1909
+msgid "Alert Statistics: Number of problem alerts"
+msgstr "Statisticile de Alertă: Numărul alertelor de tip problemă"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1881
+msgid "Alert Statistics: Number of recoveries"
+msgstr "Statisticile de Alertă: Numărul recuperărilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1902
+msgid "Alert Statistics: Number of unknown alerts"
+msgstr "Statisticile de Alertp: Numărul alertelor necunoscunte"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1888
+msgid "Alert Statistics: Number of warnings"
+msgstr "Statisticile de Alertă: Numărul de atenționări"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3084
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3102
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3182
+msgid "Alert on too high CPU utilization"
+msgstr "Alertează când utilzarea procesorului este prea mare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3125
+msgid "Alert on too high FPGA utilization"
+msgstr "Alertează când utilizarea FPGA este prea mare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3194
+msgid "Alert on too high disk wait (IO wait)"
+msgstr "Alertează când se așteaptă după disk (IO WAIT) prea mult"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6384
+msgid "Alerting depending on the number of used licenses is disabled"
+msgstr "Alertarea în funcție de numărul de licențe folosite este dezactivat"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2065
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+msgid "Alerts"
+msgstr "Alerte"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:355
+msgid "Algorithm"
+msgstr "Algoritm"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4783
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7944
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8052
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9281
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9752
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10018
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10417
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11767
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12398
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12498
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:31
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1143
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1458
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1526
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:731
+msgid "Alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4347
+msgid "Alias for created gateway hosts"
+msgstr "Alias pentru elementele de tip gateway create"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2237
+msgid "All"
+msgstr "Toate"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2269
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2288
+msgid "All Aggregations"
+msgstr "Toate Agregările"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:919
+msgid "All Dashboards"
+msgstr "Toate Dashboard-urile"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:320
+msgid "All Eventlogs"
+msgstr "Toate Eventlogs"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16863
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16888
+msgid "All Hosts"
+msgstr "Toate Elementele"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12877
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12993
+msgid "All Hosttags"
+msgstr "Toate Etichetele de Element"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:107
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:174
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:255
+msgid "All Logfiles"
+msgstr "Toate Jurnalele"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:173
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:257
+msgid "All Logfiles of Host"
+msgstr "Toate Jurnalele Elementeului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1661
+msgid "All PNP performance graphs for a certain host."
+msgstr "Toate graphicele de performanță PNP ale unui element."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:84
+msgid "All Problematic Logfiles"
+msgstr "Toate Jurnalele Problematice"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:549
+msgid "All Reports"
+msgstr "Toate Rapoartele"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12430
+msgid "All Roles"
+msgstr "Toate Rol-urile"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9148
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9150
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1231
+msgid "All Rules"
+msgstr "Toare Regulile"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13739
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13901
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13907
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14123
+msgid "All Rulesets"
+msgstr "Toate Set-urile de Reguli"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1814
+msgid "All SNMP Checks"
+msgstr "Toate Verificările SNMP"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1292
+msgid "All Services with a certain description"
+msgstr "Toate Serviciile cu o anume descriere"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1321
+msgid "All Services with this description:"
+msgstr "Toate Serviciile cu această descriere:"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10083
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10184
+msgid "All Sites"
+msgstr "Toate Site-urile"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9513
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9666
+msgid "All Timeperiods"
+msgstr "Toate Perioadele de Timp"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9086
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11842
+msgid "All Users"
+msgstr "Toți Utilizatorii"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2566
+msgid "All aggregations affected by a certain service"
+msgstr "Toate agregprile afectate de un anume serviciu"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2619
+msgid "All aggregations that have a non-OK state (honoring state assumptions)"
+msgstr "Toate agregprile care au o stare non-OK (onorând stările presupuse)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2513
+msgid "All aggregations the given host is part of"
+msgstr "Toate agregările din care elementul face parte"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:69
+msgid "All but first page"
+msgstr "Toate mai puțin prima pagină"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4943
+msgid "All changes have been activated."
+msgstr "Toate schimbprile au fost aplicate."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8242
+msgid "All contacts of the notified object"
+msgstr "Toate contactele obiectului notificat"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2024
+#, python-format
+msgid "All elements of the tuple must be of type int, you have %s"
+msgstr "Toate elementele tuple-ului trebuie să fie de tip int, tu ai %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:71
+msgid "All even pages"
+msgstr "Toate paginile pare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7976
+msgid "All groups"
+msgstr "Toate grupurile"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1913
+msgid ""
+"All historic events concerning the state of a certain host (including "
+"services)"
+msgstr ""
+"Toate evenimentele istorice referitoare la starea unui anume element "
+"(inclusiv serviciile)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1796
+msgid ""
+"All historic events concerning the state of a certain host (without services)"
+msgstr ""
+"Toate evenimentele istorice referitoare la starea unui anume element "
+"(fără servicii)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1855
+msgid "All historic events concerning the state of a certain service"
+msgstr "Toate evenimentele istorice referitoare la starea unui anume serviciu"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1754
+msgid "All historic events of hosts or services (alerts, downtimes, etc.)"
+msgstr "Toate evenimentele istorice al unui element sau serviciu (alere, "
+"întreruperi, etc.)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1827
+msgid "All historic scheduled downtimes of a certain host"
+msgstr "Toate întreruperile istorice unuil anume element"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1885
+msgid "All historic scheduled downtimes of a certain service"
+msgstr "Toate întreruperile planificate unui anume serviciu"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:402
+msgid "All historic scheduled downtimes of hosts and services"
+msgstr "Toate întreruperile planificate elementelor și serviciilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:287
+msgid "All host- and service comments"
+msgstr "Toate comentariile elementelor și serviciilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:365
+msgid "All host- and service-downtimes"
+msgstr "Toate întreruperile de elemente și servicii"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:433
+msgid "All host- and service-downtimes (including ids)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:82
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:76
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:306
+msgid "All hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:157
+msgid "All hosts (Mini)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1587
+msgid "All hosts (tiled)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:36
+msgid ""
+"All hosts configured via this ruleset will do a hardware and software "
+"inventory. For each configured host a new active check will be created. You "
+"should also create a rule for changing the normal interval for that check to "
+"something between a couple of hours and one day. Note: in order to "
+"get any useful result for agent based hosts make sure that you have "
+"installed the agent plugin mk_inventory on these hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1410
+msgid "All hosts of site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2949
+msgid ""
+"All notification events concerning the state of a certain host (including "
+"services)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3048
+msgid "All notification events concerning the state of a certain service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2997
+msgid "All notification events of hosts or services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3085
+msgid "All notification events sent to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:70
+msgid "All odd pages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:221
+msgid "All of your favorites services by hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:100
+msgid "All online users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:67
+msgid "All pages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:741
+msgid ""
+"All problem services of a given host. The host and site must be set via HTTP "
+"variables."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1514
+msgid "All problems of services not currently in a downtime."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:50
+msgid ""
+"All registered dynamic files (historic data) which are older than this value "
+"will be deleted on next execution of the \"diskspace\" program."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13882
+#, python-format
+msgid "All rules that contain '%s' in their name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:216
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:97
+msgid "All services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:162
+msgid "All services grouped by hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:798
+msgid "All services of a certain hostgroup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:715
+msgid "All services of a given host that are PENDING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:663
+msgid "All services of a given host that are in state CRIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:611
+msgid "All services of a given host that are in state OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:689
+msgid "All services of a given host that are in state UNKNOWN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:637
+msgid "All services of a given host that are in state WARN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:525
+msgid ""
+"All services of a given host. The host and site must be set via HTML "
+"variables."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:553
+msgid ""
+"All services of a given host. The host and site must be set via HTTP "
+"variables."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1997
+msgid "All services of a given site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:582
+msgid "All services of hosts which match a name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2674
+msgid ""
+"All single-host aggregations that are in non-OK state (honoring state "
+"assumptions)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8249
+msgid "All users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8255
+msgid "All users with an email address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:557
+msgid "Allow upload of insecure WATO snapshots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:781
+msgid "Allowed is 1 ... 9"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:891
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:911
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:927
+msgid "Allowed states (otherwise check will be critical)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2299
+msgid "Allowed states:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:124
+msgid "Allows a user to create or modify entries in the report scheduler."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:128
+msgid ""
+"Allows a user to modify scheduled reports of other users and also to specify "
+"arbitrary Email addresses as report destination."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:119
+msgid ""
+"Allows the user the do instant reporting. At the bottom of each view an icon "
+"will be visible for exporting the current view's data as a PDF file."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:114
+msgid ""
+"Allows the user to use the reporting, i.e. generate reports. For creating "
+"own report templates or customizing existing ones a dedicated permission is "
+"required."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:149
+#, python-format
+msgid "Allows to create own %s, customize builtin %s and use them."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:141
+msgid ""
+"Allows to ignore the hard query limit imposed upon the number of datasets "
+"returned by a query"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:136
+msgid ""
+"Allows to ignore the soft query limit imposed upon the number of datasets "
+"returned by a query"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:81
+msgid ""
+"Allows users to perform Nagios commands. If no further permissions are "
+"granted, actions can only be done on objects one is a contact for"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:81
+msgid ""
+"Allows you to modify the host attributes in WATO, but can not change a hosts "
+"folder.
If you want to unset a host_tag specify it with "
+"tag_agent=False."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1157
+msgid ""
+"Almost all available filters, used for searching services and maybe doing "
+"actions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3216
+msgid "Already configured services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:522
+msgid "Also set downtime on child hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5467
+msgid "Alternative critical battery capacity after calibration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2052
+msgid "Alternative display name for Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:74
+msgid "Alternative display name of the service, regex match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9806
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11806
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12213
+msgid "Always"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1779
+msgid "Always assume host to be up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6383
+msgid "Always report OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:363
+msgid "Always send all messages, even old ones (just for testing!)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:395
+msgid "Always show the checkboxes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5910
+msgid "Amount of data processed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8053
+msgid "An Alias or description of this group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:129
+msgid ""
+"An absolute path to the filename (in case of MRPE) or to a directory in case "
+"of local / plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12499
+msgid "An alias or description of the role"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10421
+msgid "An alias or description of the site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9753
+msgid "An alias or description of the timeperiod"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12960
+msgid "An alias or description of this auxiliary tag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13188
+msgid "An alias or description of this tag group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17059
+msgid "An arbitrary comment of this rule for you."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:430
+msgid "An empty value is not allowed here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:428
+msgid "An empty value must be represented with None here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:458
+msgid ""
+"An identifier must only consist of letters, digits, dash and underscore and "
+"it must start with a letter or underscore."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14738
+msgid ""
+"An optional URL pointing to documentation or any other page. This will be "
+"displayed as an icon and "
+"open a new page when clicked. You can use either global URLs (beginning with "
+"http://), absolute local urls (beginning with /) or "
+"relative URLs (that are relative to check_mk/)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8310
+msgid "An optional comment that explains the purpose of this rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14728
+msgid "An optional comment that helps you document the purpose of this rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8842
+msgid "Analyse"
+msgstr "Analizeaza"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:78
+msgid "Analyse availability of this aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:249
+msgid "Analyse predictive monitoring for this service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:108
+msgid "Analyze Host Patterns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:87
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:176
+msgid "Analyze Patterns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:69
+msgid ""
+"Analyze logfile pattern rules and validate logfile patterns against custom "
+"text."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:222
+msgid "Analyze this line"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8947
+#, python-format
+msgid ""
+"Anaylse ruleset with this notification:\n"
+"%s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1878
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1924
+msgid "Annotation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1849
+msgid "Annotations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:714
+msgid "Apache ActiveMQ Queue lengths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:183
+msgid "Apache ActiveMQ queues"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/htpasswd.py:135
+msgid "Apache Local Password File (htpasswd)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1454
+msgid "Apache Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:999
+msgid "Apache webservers (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5152
+msgid "Apparent Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:413
+msgid "Application"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1973
+msgid "Application (regular expression)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:412
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:98
+msgid "Application / Syslog-Tag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:181
+msgid "Application Logs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:723
+msgid "Application Name"
+msgstr "Numele Aplicatiei"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:41
+msgid "Applications, Processes & Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:617
+msgid "Apply"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3425
+msgid "Apply Lag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+msgid "April"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:447
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:454
+msgid "Architecture"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:698
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:700
+msgid "Archive Event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:683
+msgid "Archive an event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1754
+msgid "Archive messages that do not match any rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1965
+#, python-format
+msgid "Are you sure that you want to delete the annotation '%s'?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6855
+#, python-format
+msgid "Are you sure you want to delete the snapshot
%s?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2243
+#, python-format
+msgid ""
+"Are you sure you want to rename the host %s into %s? This "
+"involves a restart of the monitoring core!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6879
+#, python-format
+msgid "Are you sure you want to restore the snapshot %s?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16793
+msgid "Arguments:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:409
+msgid "Arrays (Controllers)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:559
+msgid "Artificial Livestatus Delay"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:505
+msgid "Artificial slowdown of logfile parsing (for testing!)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:449
+msgid ""
+"As soon as you configure expected strings in the response the check will "
+"output the response - as long as you do not hide it with this option"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:561
+msgid "Ascending"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2115
+msgid "Assign services to the following cluster:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1589
+msgid ""
+"Assignment of host & services to host, service and contacts groups. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1614
+msgid "Assignment of hosts to contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1596
+msgid "Assignment of hosts to host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1621
+msgid "Assignment of services to contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1606
+msgid "Assignment of services to service groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1615
+msgid "Assume another state for this item (reload page to activate)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:128
+msgid "Assumed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2311
+msgid "Assumed input speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:835
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6724
+msgid "Assumed link speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2330
+msgid "Assumed output speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1054
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1085
+#, python-format
+msgid "Assumed to be %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:234
+msgid "Asynchronous execution of plugins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:221
+msgid "Asynchronously spooled check results"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2496
+msgid "At least"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:706
+msgid ""
+"At least one of these strings is expected in the first (status) line of the "
+"server response (default: HTTP/1.). If specified skips all other "
+"status line logic (ex: 3xx, 4xx, 5xx processing)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8619
+msgid ""
+"At most that many Notifications are kept back for bulking. A value of 1 "
+"essentially turns of notification bulking."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:161
+msgid ""
+"At start the CMC creates a fixed number of worker processes that are used "
+"for executing classical active checks. This number is configured here. If "
+"the number of processes is too low for then not all checks can be executed "
+"in time. Checks that run for a longer time block the workers longer. A "
+"larger number of helpers will consume more memory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:328
+msgid "At the beginning of every month at day"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:55
+msgid "At the center of the page"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:330
+msgid "At the end of every month at day"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:592
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:992
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1755
+msgid "Att."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:663
+msgid ""
+"Attach a comment to the event. If you have bracketed groups in the text to "
+"match, then you can use the placeholders \\1, \\2, etc. "
+"for inserting the first, second etc matching group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:677
+msgid ""
+"Attach information about a contact person. If you have bracketed groups in "
+"the text to match, then you can use the placeholders \\1, \\2"
+"tt>, etc. for inserting the first, second etc matching group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:866
+msgid "Attribute to search"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4040
+msgid "Attributes to remove from hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4587
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4661
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18512
+msgid "Audit Log"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5254
+#, python-format
+msgid "Audit log for %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+msgid "August"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1491
+msgid "Auth"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:413
+msgid "Authenticate users by incoming HTTP requests"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11760
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12085
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1150
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:876
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1591
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1639
+msgid "Authentication"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:791
+msgid "Authentication Expiration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1306
+msgid "Authentication Mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:253
+msgid "Authentication error"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10741
+msgid "Authentication failed. Invalid login/password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1098
+msgid "Authentication method"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2272
+msgid "Authentication password"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2265
+msgid "Authentication protocol"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10688
+#, python-format
+msgid "Authentication to web service failed.
Message:
%s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1879
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1554
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1639
+msgid "Author"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:657
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1144
+msgid "Authorization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:37
+msgid "Authorization settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2381
+msgid "Auto-disovered services of the host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:951
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1005
+msgid "Autodetect instances, expect HTTPs on the following ports:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3331
+msgid "Autoextend"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3332
+msgid "Autoextension is expected"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:130
+msgid "Automatic"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:319
+msgid "Automatic Deletion"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3197
+msgid "Automatic Refresh (Tabula Rasa)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:639
+msgid "Automatic User Synchronization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:63
+msgid "Automatic diskspace cleanup when free space is below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1614
+msgid "Automatic fallback"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:425
+msgid "Automatic page reload"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1602
+msgid "Automatic takeover"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:137
+msgid "Automatically Detected Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:42
+msgid "Automatically create monitoring agents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:125
+msgid "Automatically invalidate notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1312
+msgid ""
+"Automatically schedule service discovery check after service configuration "
+"changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:43
+msgid "Automatically update agents at Activate Changes, if neccessary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11755
+msgid "Automation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10691
+msgid "Automation URL:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12108
+msgid "Automation secret for machine accounts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2881
+msgid "Autostart Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12944
+msgid "Auxiliary Tag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12841
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13033
+msgid "Auxiliary tags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12842
+msgid ""
+"Auxiliary tags can be attached to other tags. That way you can for example "
+"have all hosts with the tag cmk-agent get also the tag tcp"
+"tt>. This makes the configuration of your hosts easier."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1386
+msgid "Avail."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1540
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:147
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:378
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1509
+msgid "Availability"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1228
+msgid "Availability levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1501
+msgid "Availability of "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:150
+msgid "Availability options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:173
+msgid "Availability table"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:115
+msgid "Availability: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1607
+msgid "Available"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3215
+msgid "Available (missing) services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1242
+msgid "Available agent configurations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:175
+msgid ""
+"Available modes: dirty (only dirty sites), all (all sites), specific (use "
+"sites set in request)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:153
+msgid "Available modes: new, remove, fixall, refresh"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:442
+msgid "Available snapins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:602
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3891
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4368
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1174
+msgid "Average"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2405
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2478
+msgid "Average values"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:879
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1420
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2713
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3161
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6768
+msgid "Averaging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16302
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:71
+msgid "BI - Business Intelligence"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:47
+msgid "BI - Check_MK Business Intelligence"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16986
+msgid "BI - Create New Aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17031
+msgid "BI - Create New Rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16988
+msgid "BI - Edit Aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17033
+msgid "BI - Edit Rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16409
+msgid "BI - Rule Tree of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:105
+msgid "BI Aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/bi.py:44
+msgid "BI Aggregation Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:38
+msgid "BI Aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:46
+msgid "BI Aggregations affected by one host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+#, python-format
+msgid "BI Aggregations containing this %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2876
+msgid "BI Boxes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:56
+msgid "BI Hostname Aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:388
+msgid "BIOS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1866
+msgid "BOUND"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:808
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:918
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1065
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:310
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1770
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6616
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12597
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16415
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:386
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:573
+msgid "Back"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:259
+msgid "Back to Logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:224
+msgid "Back to previous page"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1914
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1946
+msgid "Back to view"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1951
+msgid "Back to view with checkboxes reset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6719
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18657
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:77
+msgid "Backup & Restore"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:230
+msgid "Balanced boxes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:857
+msgid "Base DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1277
+msgid "Base URL (OMD Site)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:94
+msgid "Base directory for plugins and local"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:99
+msgid "Base directory for variable data (caches, state files)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15395
+msgid "Base prediction on"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:392
+msgid "Base report only on non-service times"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:390
+msgid "Base report only on service times"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16957
+msgid "Base state computation on hard states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:395
+msgid "Based on"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12504
+msgid "Based on role"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:431
+msgid "Basic Layout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12488
+msgid "Basic Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6123
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6336
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10408
+msgid "Basic settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5573
+msgid "Battery capacity"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:649
+msgid "Before activating the changed configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:50
+msgid "Best - take best of all node states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:731
+msgid "Bind Credentials"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:741
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:879
+msgid "Bind DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:747
+msgid "Bind Password"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2353
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2450
+msgid "Bits"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2294
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2325
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2344
+msgid "Bits per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11621
+msgid "Blacklist the following services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:421
+#, python-format
+msgid "Block Device %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:420
+msgid "Block Devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4155
+msgid "Blocks read"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:183
+msgid "Blue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6581
+msgid "Bluecat Command Server Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6546
+msgid "Bluecat DHCP Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6616
+msgid "Bluecat DNS Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6662
+msgid "Bluecat HA Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6504
+msgid "Bluecat NTP Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:164
+msgid "Body"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:143
+msgid "Body head for both host and service notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:155
+msgid "Body tail for host notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:168
+msgid "Body tail for service notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:64
+msgid "Bold"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1040
+msgid "Bookmarks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:93
+msgid "Both"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:500
+msgid "Bottom"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:807
+msgid "Brocade FibreChannel ports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:293
+msgid "Brocade Port Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:80
+msgid "Buffered HTTP stream"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:296
+msgid "Builtin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8785
+msgid "Bulk"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:847
+#, fuzzy
+msgid "Bulk Discovery"
+msgstr "Inventariere in masa"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3577
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3658
+msgid "Bulk Host Import"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9048
+msgid "Bulk ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:845
+msgid "Bulk Import"
+msgstr "Import in masa"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3687
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3846
+msgid "Bulk Service Discovery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3868
+#, fuzzy
+msgid "Bulk discovery"
+msgstr "Inventariere in masa"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3929
+msgid "Bulk edit hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3993
+msgid "Bulk removal of explicit attributes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8609
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8617
+msgid "Bulk up to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9023
+msgid "Bulking"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:425
+msgid "Bus"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:397
+msgid "Bus Speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2289
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2343
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2411
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2478
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2559
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2612
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2667
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2735
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+msgid "Business Intelligence"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18670
+msgid "Business Intelligence Rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1125
+msgid "But you are not a member of any contact group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:631
+msgid "Button Icon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:626
+msgid "Button Text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:974
+msgid ""
+"Buttons for switching globally states such as enabling checks and "
+"notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:421
+msgid "By Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:422
+msgid "By Host group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:423
+msgid "By Service group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:469
+msgid ""
+"By activating averaging, Check_MK will compute the average of the CPU "
+"utilization over a given interval. If you have defined alerting levels then "
+"these will automatically be applied on the averaged value. This helps to "
+"mask out short peaks. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2406
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2479
+msgid ""
+"By activating the computation of averages, the levels on errors and traffic "
+"are applied to the averaged value. That way you can make the check react "
+"only on long-time changes, not on one-minute events."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1135
+msgid ""
+"By activating this option you will deploy the agent plugin mk_oracle"
+"tt> on your target system. Currently only Linux is supported, but AIX and "
+"Windows will follow."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2073
+msgid ""
+"By adding rules to this ruleset you can define a subset of your hosts to be "
+"actually monitored. As long as the rule set is empty all configured hosts "
+"will be monitored. As soon as you add at least one rule, only hosts with a "
+"matching rule will be monitored."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:325
+msgid ""
+"By configuring this rule for a host - instead of the normal Check_MK agent "
+"random monitoring data will be created."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1242
+msgid ""
+"By default Check_MK uses command line calls of Net-SNMP tools like snmpget "
+"or snmpwalk to gather SNMP information. For each request a new command line "
+"program is being executed. It is now possible to use the inline SNMP "
+"implementation which calls the net-snmp libraries directly via its python "
+"bindings. This should increase the performance of SNMP checks in a "
+"significant way. The inline SNMP mode is a feature which improves the "
+"performance for large installations and only available via our subscription."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2334
+msgid ""
+"By default Check_MK uses the community \"public\" to contact hosts via SNMP "
+"v1/v2. This rule can be used to customize the the credentials to be used "
+"when contacting hosts via SNMP."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:379
+msgid ""
+"By default all aggregations in Check_MK BI are precompiled on first usage of "
+"a BI or host/service related dialog in the status GUI. In case of large "
+"environments with many BI aggregations this complete precompilation might "
+"take too much time (several seconds). It is now possible to change the "
+"precompilation to be executed on demand. BI only precompiles the "
+"aggregations which are really requested by the users."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:99
+msgid ""
+"By default all multiple graphs in emails are displayed floating nearby. You "
+"can enable this option to show the graphs among each other."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:482
+msgid ""
+"By default the network topology view shows you the parent / child relations "
+"of all hosts within your local site. The list can be filtered based on "
+"hostgroup memberships by the users. You can define a default group to use "
+"for filtering which is used when a user opens the network topology view."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1626
+msgid "By default the standard IMAP Port 110 is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1578
+msgid "By default the standard IMAP Port 143 is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1586
+msgid "By default the standard IMAP/SSL Port 993 is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1634
+msgid "By default the standard POP3/SSL Port 995 is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:640
+msgid ""
+"By default the users are synchronized automatically in several situations. "
+"The sync is started when opening the \"Users\" page in configuration and "
+"during each page rendering. Each connector can then specify if it wants to "
+"perform any actions. For example the LDAP connector will start the sync once "
+"the cached user information are too old."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:227
+msgid ""
+"By default, for security reasons, Multisite does not interpret any HTML code "
+"received from external sources, like plugin output or log messages. If you "
+"are really sure what you are doing and need to have HTML codes, like links "
+"rendered, disable this option. Be aware, you might open the way for several "
+"injection attacks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1346
+msgid ""
+"By default, if you do not specify any host addresses here, the host address "
+"of the host this service is assigned to will be used. But by specifying one "
+"or several host addresses here, it is possible to let the check monitor one "
+"or multiple hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10484
+#, python-format
+msgid ""
+"By specifying a status host for each non-local connection you prevent "
+"Multisite from running into timeouts when remote sites do not respond. You "
+"need to add the remote monitoring servers as hosts into your local "
+"monitoring site and use their host state as a reachability state of the "
+"remote site. Please refer to the online "
+"documentation for details."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2354
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2451
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:776
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:777
+msgid "Bytes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5419
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1402
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1500
+msgid "C"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5344
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5345
+msgid "C / range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:870
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6759
+msgid "C3 discards"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:794
+msgid "CCMS paths to monitor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1823
+msgid "CLOSED"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1802
+msgid "CLOSE_WAIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1833
+msgid "CLOSING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:403
+msgid "CPU Arch"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:403
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:636
+msgid "CPU Architecture"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:468
+msgid "CPU Averaging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:517
+msgid "CPU Inv. (all Hosts)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:394
+msgid "CPU Model"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:516
+msgid "CPU Related Inventory of all Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3058
+msgid "CPU load (not utilization!)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6192
+msgid "CPU usage critical at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6191
+msgid "CPU usage warning at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3078
+msgid "CPU utilization for Appliances"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3144
+msgid "CPU utilization for Windows and ESX Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3095
+msgid "CPU utilization of Devices with Modules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3176
+msgid "CPU utilization on Linux/UNIX"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:402
+msgid "CPUs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1659
+msgid "CR"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:843
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6732
+msgid "CRC errors rate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8502
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8506
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8509
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8510
diff --git a/xab b/xab
new file mode 100644
index 0000000..5ec8a1d
--- /dev/null
+++ b/xab
@@ -0,0 +1,4000 @@
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8511
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8515
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1248
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:330
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:210
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1016
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1246
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:286
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:298
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:310
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:687
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:700
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1231
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1247
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1896
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:332
+msgid "CRIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1485
+msgid "CRIT - if this router is being used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1483
+msgid "CRIT - if this router is not being used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:217
+msgid "CRIT Pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:685
+msgid "CRIT Services of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:903
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:69
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5295
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:154
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:415
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:457
+msgid "CRITICAL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:170
+msgid "CSV data export"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:177
+msgid "CSV data output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:395
+msgid "Cache Size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1196
+msgid "Cache age for background checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10251
+msgid "Cache several non-status queries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2373
+msgid "Cached output of monitoring agents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16840
+msgid "Call a Rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11079
+msgid "Call not supported in distributed setups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11464
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15362
+msgid "Call with the following parameters:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16456
+msgid "Called for all hosts..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16458
+msgid "Called for each child of..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16460
+msgid "Called for each parent of..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16465
+msgid "Called for each service..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8779
+msgid "Cancel notifications for this plugin type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11474
+msgid "Cancel previous notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10750
+#, python-format
+msgid "Cannot access site %s - you are not logged in."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4727
+msgid "Cannot activate changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9947
+#, python-format
+msgid "Cannot connect to remote site: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14789
+#, python-format
+msgid "Cannot create rule: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1533
+#, python-format
+msgid ""
+"Cannot create thumbnail of report %s: %s, Exit code is %d, command was \"%s"
+"\", PDF source code was \"%s...\""
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2158
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17627
+msgid "Cannot delete host. Hosts in this folder are locked"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1659
+msgid "Cannot delete hosts. Hosts in this folder are locked"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1020
+#, python-format
+msgid "Cannot edit schedule entry for non-existing report %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1335
+#, python-format
+msgid ""
+"Cannot email report: The owner %s does not have an email address and no "
+"explicit addresses are configured."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:99
+#, python-format
+msgid "Cannot find embedded image \"%s\" in %s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:98
+msgid "Cannot find image file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1052
+msgid "Cannot get rules from local event daemon."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:165
+#, python-format
+msgid "Cannot load %s from %s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1681
+msgid "Cannot move folder: Target folder is locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1679
+msgid "Cannot move folder: This folder is locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1617
+msgid "Cannot move selected hosts: Hosts in target folder are locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1615
+msgid "Cannot move selected hosts: Hosts in this folder are locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:248
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:265
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:590
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:646
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:683
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7728
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8174
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9297
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10554
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13367
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15199
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16580
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:798
+#, python-format
+msgid "Cannot read configuration file %s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/config.py:131
+#, python-format
+msgid "Cannot read configuration file %s: %s:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/actions.py:99
+#, python-format
+msgid "Cannot reschedule check: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/config.py:422
+#, python-format
+msgid "Cannot save %s options for user %s into %s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:259
+#, python-format
+msgid "Cannot update timeperiod information for %s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3039
+msgid "Capacity filled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3016
+msgid "Capacity remaining"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:433
+msgid "Card Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:726
+msgid "Case insensitive"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15551
+msgid "Case translation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:256
+msgid "Cell padding"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:265
+msgid "Cell spacing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:632
+msgid "Change Event state to:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15848
+#, fuzzy
+msgid "Change Password"
+msgstr "Parola"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:646
+msgid "Change State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:69
+msgid "Change Timerange"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1714
+msgid "Change ago:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:73
+msgid "Change column display options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:587
+msgid "Change comment:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:591
+msgid "Change contact:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:626
+msgid "Change event state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12099
+msgid "Change password at next login or access"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1494
+msgid "Change the number of display columns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1500
+msgid "Change the refresh rate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:63
+msgid "Change view display columns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:68
+msgid "Change view display refresh"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7430
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1383
+#, python-format
+msgid "Changed Configuration variable %s to %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7193
+#, python-format
+msgid "Changed LDAP configuration variable %s to %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1843
+#, python-format
+msgid "Changed attributes of folder %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3955
+#, python-format
+msgid "Changed attributes of host %s in bulk mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1329
+#, python-format
+msgid "Changed configuration of %s to %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7588
+#, python-format
+msgid "Changed global configuration variable %s to %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9196
+#, python-format
+msgid "Changed notification rule %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12787
+msgid "Changed order of host tag groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14192
+#, python-format
+msgid "Changed order of rules in ruleset %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8898
+#, python-format
+msgid "Changed position of notification rule %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9116
+#, python-format
+msgid "Changed position of notification rule %d of user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:912
+#, python-format
+msgid "Changed position of rule %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14832
+#, python-format
+msgid "Changed properties of rule %s in folder %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14844
+#, python-format
+msgid "Changed properties of rule %s, moved rule from folder %s to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10117
+#, python-format
+msgid "Changed site-specific configuration variable %s to %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17264
+#, python-format
+msgid "Changed title of %s attribute %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:58
+#, python-format
+msgid "Changed to: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18137
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1221
+msgid "Changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5258
+msgid "Changes that are not activated on all sites:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5260
+msgid "Changes that are not yet activated:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:392
+msgid "Chassis"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1490
+msgid "Check / Uncheck all"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:813
+msgid "Check Cerficate on different IP / DNS Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:537
+msgid "Check City against Regex"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:198
+msgid "Check DNS service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1513
+msgid "Check Email Delivery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:189
+msgid "Check FTP Service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1329
+msgid "Check HTML Form Submit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:551
+msgid "Check HTTP service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:552
+msgid ""
+"Check HTTP/HTTPS service using the plugin check_http from the "
+"standard Nagios Plugins. This plugin tests the HTTP service on the specified "
+"host. It can test normal (HTTP) and secure (HTTPS) servers, follow "
+"redirects, search for strings and regular expressions, check connection "
+"times, and report on certificate expiration times."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1416
+msgid "Check Number of Notifications per Contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2559
+msgid "Check Origin and Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3267
+msgid "Check Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:270
+msgid "Check SQL Database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:76
+msgid "Check SSH service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:800
+msgid "Check SSL Certificate Age"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1271
+msgid "Check State of BI Aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:715
+msgid "Check Type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:847
+msgid "Check access to LDAP service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1099
+msgid "Check access to SMB share"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:950
+msgid "Check access to SMTP services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4335
+msgid "Check always is in a OK State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:473
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:926
+msgid "Check command"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:480
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:933
+msgid "Check command expanded"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1501
+msgid "Check configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:370
+msgid "Check connecting to a TCP port"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1456
+msgid "Check current routing (uses traceroute)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1936
+msgid "Check event state in Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:524
+msgid "Check for Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:525
+msgid "Check for an Address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2484
+msgid "Check for correct version of Check_MK agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1223
+msgid "Check freshness"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:107
+msgid "Check hosts with PING (ICMP Echo Request)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:599
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:999
+msgid "Check int."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1819
+msgid "Check intervals for SNMP checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1107
+msgid "Check logfiles for relevant new messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:754
+msgid "Check manual (for Check_MK based checks)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1748
+msgid "Check output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:43
+msgid ""
+"Check parameters and other configuration variables on hosts and services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1672
+msgid "Check period for active services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1761
+msgid "Check period for hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1682
+msgid "Check period for passive Check_MK services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:291
+msgid "Check plugin timeout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1256
+msgid "Check result did not arrive in time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2931
+msgid "Check result if the host or VM is powered off"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2924
+msgid "Check result if the host or VM is powered on"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2938
+msgid "Check result if the host or VM is suspended"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4334
+msgid "Check show Errors in Case of degraded or offline hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1345
+msgid "Check specific host(s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:393
+msgid "Check state of ALLNET IP Sensoric Devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:202
+msgid "Check state of EMC VNX storage systems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:335
+msgid "Check state of Fritz!Box Devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:256
+msgid "Check state of IBM SVC / V7000 storage systems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:170
+msgid "Check state of VMWare ESX via vSphere"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1198
+msgid "Check submission method"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1330
+msgid ""
+"Check submission of HTML forms via HTTP/HTTPS using the plugin "
+"check_form_submit provided with Check_MK. This plugin provides more "
+"functionality as check_http, as it automatically follows HTTP "
+"redirect, accepts and uses cookies, parses forms from the requested pages, "
+"changes vars and submits them to check the response afterwards."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:569
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1342
+msgid "Check the URL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1417
+msgid ""
+"Check the number of sent notifications per contact using the plugin "
+"check_notify_count provided with Check_MK. This plugin counts the "
+"total number of notifications sent by the local monitoring core and creates "
+"graphs for each individual contact. You can configure thresholds on the "
+"number of notifications per contact in a defined time interval. This plugin "
+"queries livestatus to extract the notification related log entries from the "
+"log file of your monitoring core."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:199
+msgid ""
+"Check the resolution of a hostname into an IP address by a DNS server. This "
+"check uses check_dns from the standard Nagios plugins."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8208
+msgid "Check type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14909
+msgid "Check types"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:511
+msgid "Check uniserv service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18556
+msgid ""
+"Check whether or not the host is reachable, test the different methods a "
+"host can be accessed, for example via agent, SNMPv1, SNMPv2 to find out the "
+"correct monitoring configuration for that host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:349
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1356
+msgid "Check_MK $PERIODNAME$ '$TITLE$'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2421
+msgid "Check_MK Agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:119
+msgid "Check_MK Agent Local-Directory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:118
+msgid "Check_MK Agent Plugins-Directory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2893
+#, python-format
+msgid "Check_MK Agent Port (Rules)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:79
+msgid "Check_MK Logo"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:31
+msgid "Check_MK Micro Core"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:154
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:183
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:196
+msgid "Check_MK Mobile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:245
+msgid "Check_MK Multisite Login"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:221
+msgid "Check_MK Sidebar"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:31
+msgid "Check_MK config filename"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3866
+msgid ""
+"Check_MK service discovery will automatically find and configure services to "
+"be checked on your hosts.
You can also attach "
+"service levels to hosts and services in the monitoring. These levels will "
+"then be sent to the Event Console when you forward notifications to it and "
+"will override the setting of the matching rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:145
+msgid ""
+"Here you can configure whether and how the creation of RRD files is being "
+"logged (in the log file var/log/cmk-create-rrd.log)"
+msgstr ""
+
+# georgem ###
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:347
+msgid ""
+"Here you can configure which messages should be discovered and reported from "
+"which Eventlog. When you set the severity to disabled then this "
+"Eventlog will totally be ignored. The switch without context will "
+"disable sending so-called context messages. When at least one new relevant "
+"message is being found in an Eventlog, the agent usually sends all "
+"new messages from that check cycle. This makes it more convenient when "
+"viewing the messages in Check_MK. In high-volume logfiles it might be "
+"neccessary to switch the context off in order to save networking and disk "
+"ressources. Note: When several configuration tuning entries match for "
+"a logfile then only the first one is being executed. So it does not make "
+"sense to create more then one entry for All Eventlogs."
+msgstr ""
+"Aici se poate configura care mesaje ar trebui sa fie descoperite si "
+"raportate de fiecare Eventlog. Cand se seteaza severitatea Dezactivat "
+"acest Eventlog va fi total ignorat. Comutatorul fara context "
+"va dezactiva trimiterea asanumitelor mesaje de context. Cand cel putin un "
+"nou mesaj relevant este gasit intr-un Eventlog, agentul de obicei trimite "
+"toate noile mesaje din acel interval de verificare. Aceasta duce la "
+"o vizuzlizare mai convenabila a mesajelor in Check_MK. In cazul fisierelor "
+"log de volum mare poate fi necesara dezactivarea contextului pentru a "
+"conserva resursele de retea si disk. Nota: Cand mai multe configurari "
+"se vor potrivi pentru un fisier log atunci doar prima va fi aplicata. Deci "
+"nu are sens crearea a mai mult de o regula pentru ToateEventlog-urile."
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13878
+msgid ""
+"Here you can create explicit checks that are not being created by the "
+"automatic service discovery."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3505
+msgid ""
+"Here you can define an upper limit for the run duration of last execution of "
+"the job."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:292
+msgid ""
+"Here you can define tree configurations for the snapin Virtual Host-"
+"Trees. These trees organize your host based on their values in certain "
+"host tag groups. Each host tag group you select will create one level in the "
+"tree."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:467
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:479
+msgid ""
+"Here you can deploy a plugin for monitoring quarantine queue, tasks and "
+"updates."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:96
+msgid "Here you can enable debugging for Livestatus queries."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3348
+msgid ""
+"Here you can override the default levels for the ORACLE Processes check. The "
+"levels are applied on the number of used processes in percentage of the "
+"configured limit."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3521
+msgid ""
+"Here you can set explicit Scheduler-Jobs by defining them via SID, Job-"
+"Owner and Job-Name, separated by a dot, for example TUX12C.SYS.PURGE_LOG"
+"b>"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3337
+msgid ""
+"Here you can set explicit tablespaces by defining them via SID and the "
+"tablespace name, separated by a dot, for example pengt.TEMP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5440
+msgid ""
+"Here you can set levels on the current percentual output load of the UPS. "
+"This load affects the running time of all components being supplied with "
+"battery power."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3187
+msgid ""
+"Here you can set levels on the total CPU utilization, i.e. the sum of "
+"system, user and iowait. The levels are always applied "
+"on the average utiliazation since the last check - which is usually one "
+"minute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1444
+msgid "Here you can set the number of remaining open slots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:110
+msgid ""
+"Here you can set the port at which the notification spooler listens for "
+"forwardednotification messages from spoolers on remote sites."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1732
+msgid ""
+"Here you can set which alert type is set when the given access point is "
+"missing (might be powered off). The access point can be specified by the AP "
+"name or the AP model"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2350
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2447
+msgid "Here you can specifiy the measurement unit of the network interface"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:378
+msgid ""
+"Here you can specify a list of filename patterns to be sent by the agent in "
+"the section fileinfo. Use globbing patterns like C:\foo\\*.log"
+"tt> or /var/*/*.log here. Per default each found file will be "
+"monitored for size and age. By building groups you can alternatively monitor "
+"a collection of files as an entity and monitor the count, total size, the "
+"largest, smallest oldest or newest file. Note: if you specify more than one "
+"matching rule, then all matching rules will be used for defining "
+"pattern - not just the first one."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:382
+msgid ""
+"Here you can specify a service description. If this parameter is not set, "
+"the service is named TCP Port {Portnumber}"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9774
+msgid ""
+"Here you can specify exceptional time ranges for certain dates in the form "
+"YYYY-MM-DD which are used to define more specific definitions to override "
+"the times configured for the matching weekday."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2777
+msgid "Here you can specify the total memory usage levels for clustered hosts "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12249
+msgid ""
+"Here you specify which types of alerts will be notified to this contact. "
+"Note: these settings will only be saved and used if the user is member of a "
+"contact group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:351
+msgid "Hidden"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8840
+msgid "Hide Analysis"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8845
+msgid "Hide Bulks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3201
+msgid "Hide Check Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1340
+msgid "Hide Checkboxes and bulk actions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:184
+msgid "Hide Context"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:130
+msgid "Hide from Status GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:587
+msgid "Hide help text of rules in list views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:568
+msgid "Hide hosttags in WATO folder view"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:545
+msgid "Hide internal folder names in WATO"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:577
+msgid "Hide names of configuration variables"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:448
+msgid "Hide response from socket"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:275
+msgid "Hide table actions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:588
+#, python-format
+msgid "Hide this %s from the sidebar"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8835
+msgid "Hide user rules"
+msgstr "Ascude regulile de utilizator"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:147
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:155
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:168
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:180
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:200
+msgid "Historic Data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:59
+msgid "Historic Event Console Event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1850
+msgid "Historic downtimes of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1908
+msgid "Historic downtimes of service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:362
+msgid "Historic messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:570
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1865
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:150
+msgid "History"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:65
+msgid "History Line"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:174
+msgid "History action type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1045
+msgid "History entries of one specific event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1079
+msgid "History entries of one specific host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:1044
+msgid "History of Event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:427
+msgid "History of scheduled downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1043
+msgid "Hits"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:380
+msgid "Hivemanager"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1662
+msgid "Hivemanager Devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4791
+msgid "Ho."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:48
+msgid "Homepage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:229
+msgid "Honor scheduled downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:436
+msgid "Horizon for timeperiod computation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:258
+msgid "Horizontal padding"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:33
+msgid "Horizontal rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:239
+msgid "Horizontal rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:267
+msgid "Horizontal spacing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2005
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2226
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8205
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8988
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13679
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14047
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14597
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1354
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1868
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:392
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1082
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1101
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1127
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1135
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1569
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1662
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:103
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:132
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:28
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+msgid "Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14046
+#, python-format
+msgid "Host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1020
+#, python-format
+msgid "Host %s not found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18626
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:49
+msgid "Host & Service Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:42
+msgid "Host & Service Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:226
+msgid "Host & Services Problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2385
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2453
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2493
+msgid "Host Aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1771
+msgid "Host Check Command"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:672
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1720
+msgid "Host Checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:242
+msgid "Host Contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:239
+msgid "Host Contact Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:153
+msgid "Host Details"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18555
+msgid "Host Diagnostic"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:312
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:364
+msgid "Host Down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:413
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1838
+msgid "Host Dt-History"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11573
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:193
+msgid "Host Events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:793
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:46
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:273
+msgid "Host Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:49
+#, fuzzy
+msgid "Host Group Name"
+msgstr "Numele Elementului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:775
+msgid "Host Group Overview"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:894
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:924
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1010
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1011
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+msgid "Host Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:893
+msgid "Host Groups (Grid)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:923
+msgid "Host Groups (Summary)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:80
+msgid "Host IP Address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1951
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1149
+msgid "Host IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16112
+msgid "Host Logfiles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:408
+msgid "Host Matrix"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:732
+msgid "Host Name"
+msgstr "Numele Elementului"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16861
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16886
+msgid "Host Name:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:762
+msgid "Host Problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:57
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:232
+msgid "Host Problems (unhandled)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2230
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2964
+msgid "Host Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:130
+msgid "Host Report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:38
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:128
+msgid "Host Statistics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:88
+msgid "Host Systems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:35
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:818
+msgid "Host Tags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:121
+msgid "Host Tags (raw)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16858
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16883
+msgid "Host Tags:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:467
+msgid "Host active checks enabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1142
+msgid "Host alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:183
+msgid "Host and Service Events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2113
+msgid "Host attributes locked (You cannot edit this host)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:925
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:318
+msgid "Host check command"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:932
+msgid "Host check command expanded"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:984
+msgid "Host check duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:977
+msgid "Host check latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1018
+msgid "Host check type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:939
+msgid "Host checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:334
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1301
+msgid "Host comments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1287
+msgid "Host contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2100
+msgid "Host contact information"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1280
+msgid "Host contacts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1345
+msgid "Host custom variables"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14602
+msgid "Host does not have tag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:494
+msgid "Host downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12239
+msgid "Host events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11576
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12223
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1870
+msgid "Host gets unreachble"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11575
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12222
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1869
+msgid "Host goes down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11577
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12224
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1871
+msgid "Host goes up again"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7861
+#, fuzzy
+msgid "Host groups"
+msgstr "Grup nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14608
+msgid "Host has not the tag "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:137
+msgid "Host has software package"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14604
+msgid "Host has tag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14610
+msgid "Host has the tag "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1806
+msgid "Host history"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:204
+msgid "Host icons"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1308
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:475
+msgid "Host in downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1025
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:465
+msgid "Host in notif. period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14635
+msgid "Host is not one of "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1053
+msgid "Host is active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1046
+msgid "Host is flapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:233
+msgid "Host is in Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1329
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:480
+msgid "Host is stale"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18520
+msgid "Host management"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14631
+msgid "Host name is "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14629
+#, python-format
+msgid "Host name is %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1039
+msgid "Host notification number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1032
+msgid "Host notification period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2927
+msgid "Host notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1059
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:468
+msgid "Host notifications enabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11562
+msgid ""
+"Host or Service must be in the following service level to get notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8465
+msgid ""
+"Host or service must be in the following service level to get notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:918
+msgid "Host performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1315
+msgid "Host problem acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:466
+msgid "Host problem has been acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:968
+msgid "Host problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2120
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2150
+msgid "Host problems for NagStaMon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2418
+msgid "Host related aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1896
+msgid "Host running Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1152
+msgid "Host search"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:151
+msgid "Host service discovery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1337
+msgid "Host service level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1944
+msgid "Host specification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1322
+msgid "Host staleness value"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:895
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:93
+msgid "Host state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:903
+msgid "Host state (first character)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:434
+msgid "Host state type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:360
+msgid "Host states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:340
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1067
+msgid "Host status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12693
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12799
+msgid "Host tag groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1988
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:385
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:388
+msgid "Host tag:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6014
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6103
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6127
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6199
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6210
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12685
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14869
+msgid "Host tags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1923
+msgid "Host tags (raw)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1946
+msgid "Host tags (with titles)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12800
+msgid ""
+"Host tags are the basis of Check_MK's rule based configuration. If the first "
+"step you define arbitrary tag groups. A host has assigned exactly one tag "
+"out of each group. These tags can later be used for defining parameters for "
+"hosts and services, such as disable notifications for all hosts with the "
+"tags Network device and Test."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1646
+msgid "Host status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1257
+msgid "Host's childs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1250
+msgid "Host's parents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:540
+msgid "Host+Svc history"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:651
+msgid "Host+Svc notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2512
+msgid "Host-"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1789
+msgid "Host- and Service events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3043
+msgid "Host- and Service notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:158
+msgid "Host- and Servicecomments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:54
+msgid "Host-/Servicegroups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4942
+msgid "Host/Device temperature"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8209
+msgid "Host/Service state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1923
+msgid "Host/Svc history"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2970
+msgid "Host/Svc notific."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:476
+msgid "Host/service in downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10193
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16801
+msgid "Host:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:64
+msgid "Hostalias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:159
+msgid "Hostgroup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:289
+msgid "Hostgroup (Regex)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1457
+msgid "Hostgroup alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1450
+msgid "Hostgroup name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2891
+msgid "Hostgroup with BI state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2867
+msgid "Hostgroup with boxed BIs for each host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:122
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:213
+msgid "Hostgroups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1273
+msgid "Hostgroups the host is member of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:131
+msgid "Hostgroups, merged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1457
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2124
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2127
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2872
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3366
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3448
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16139
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:771
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1920
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1134
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:31
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:58
+msgid "Hostname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17680
+#, python-format
+msgid "Hostname %s already exists"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17684
+#, python-format
+msgid "Hostname %s does not exist"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:61
+msgid "Hostname (exact match)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:241
+msgid "Hostname / IP Address of Graphite server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2477
+msgid "Hostname Aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1704
+msgid "Hostname of the Device"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1117
+msgid "Hostname or IPv4 address for listener"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1766
+msgid "Hostname translation for incoming messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2522
+msgid "Hostname translation for piggybacked hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1126
diff --git a/xad b/xad
new file mode 100644
index 0000000..3413b11
--- /dev/null
+++ b/xad
@@ -0,0 +1,4000 @@
+msgid "Hostname, marked red if down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1081
+msgid "Hostname, red background if down or unreachable"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1100
+msgid "Hostname, red background if down, link to Nagios services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2018
+msgid "Hostname/IP address of Event Console:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1567
+msgid "Hostname/IP address of Master Event Console:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:391
+msgid "Hostname/IP-Address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:102
+msgid "Hostname/IP-Address of event, exact match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:101
+msgid "Hostname/IP-Address of original event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:556
+msgid "Hostnames to resolve"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:125
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1290
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1319
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3659
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1273
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1277
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:44
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:32
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:380
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:420
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:456
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:83
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:123
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:158
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1153
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1588
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:164
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:171
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1374
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:220
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:557
+msgid "Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:291
+msgid "Hosts Connected"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:970
+msgid ""
+"Hosts attributes locked (You cannot create, edit or delete hosts in this "
+"folder)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1597
+msgid ""
+"Hosts can be grouped together into host groups. The most common use case is "
+"to put hosts which belong together in a host group to make it possible to "
+"get them listed together in the status GUI."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1373
+msgid "Hosts colored according to state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:300
+msgid ""
+"Hosts configured via this rule get the lnx_quota plugin deployed. "
+"This is only useful if you have filesystem quotas setup on the host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:392
+msgid ""
+"Hosts configured via this rule get the smart plugin deployed. "
+"Assuming you have installed smartmontools, your local harddisks "
+"will be monitored for temperature and errors."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:617
+msgid ""
+"Hosts configured via this rule get the plugin db2_mem deployed. "
+"This will create one service for the memory consumption of every running DB2 "
+"instance found on the system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6164
+msgid "Hosts forced to use if instead of if64"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:86
+msgid "Hosts grouped by host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:864
+msgid "Hosts grouped by hostgroups, with a brief list of all services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2072
+msgid "Hosts to be monitored"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4514
+msgid "Hosts to create in each folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2352
+msgid "Hosts using SNMP bulk walk (enforces SNMP v2c)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13411
+msgid ""
+"Hosts where this tag group is explicitely set and that are effected by the "
+"change"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2251
+msgid "Hosts with dynamic DNS lookup during monitoring"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2364
+msgid "Hosts without system description OID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:84
+msgid ""
+"Hosts, Services, Groups, Timeperiods, Business Intelligence and Monitoring "
+"Configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5280
+msgid "Hostsystem sensor alerts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1500
+msgid "Hotspare-Hub replacing another router"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+msgid "Hour"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15399
+msgid "Hour of the day (0-23)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:454
+msgid "Hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2036
+msgid "Hours/Minutes out of range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1667
+msgid "Housekeeping Interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:401
+msgid "Housekeeping interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1480
+msgid "How"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4876
+msgid ""
+"How the disks are named depends on the type of hardware being used. Please "
+"look at already inventorized checks for examples."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:687
+msgid "How to handle redirect"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:117
+msgid "How to notify"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1498
+msgid "Hub"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1499
+msgid "Hub running as HotSpare"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5091
+msgid "Humidity"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3218
+msgid "Humidity Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3236
+msgid "Humidity Levels for devices with a single sensor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1109
+msgid "Hyper-V Server: State of VMs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:400
+msgid "Hyperthreads per CPU"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:268
+msgid "IBM SVC / V7000 user name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4297
+msgid "IBM SVC: Levels for total disk latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4328
+msgid "IBM SVC: Options for SVC Hosts Check "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:417
+msgid "IBM WebSphere MQ (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1499
+msgid "ICMP Echo Request"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4782
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11731
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12830
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12858
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16396
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:328
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1006
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:318
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1548
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1632
+msgid "ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5527
+msgid "ID of phase"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:96
+msgid "ID of rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1545
+msgid "ID of the Channel (usually ranging from 1)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1584
+msgid "ID of the Entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1525
+msgid "ID of the channel (usually ranging from 1)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:317
+msgid "ID of the event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6408
+msgid "ID of the license, e.g. PVSD_STD_CCS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:906
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:72
+msgid "IGNORE"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1559
+msgid "IMAP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1563
+msgid "IMAP Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:295
+msgid "IO Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4376
+msgid "IO Latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:971
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1024
+msgid "IP Address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:66
+msgid "IP Address of Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:200
+msgid "IP Address of remote Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:217
+msgid "IP Address of the Spectrum server receiving the SNMP trap"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2876
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:37
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1150
+msgid "IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:645
+msgid "IP address of JVM webserver"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1627
+msgid "IP-Address of Tunnel Endpoint"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1600
+msgid "IP-Address or Name of Tunnel Endpoint"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:984
+msgid "IP-Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:989
+msgid "IPv4"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:994
+msgid "IPv6"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2222
+msgid "Icon image for hosts in status GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2233
+msgid "Icon image for services in status GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:346
+msgid "Icon showing the site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1109
+msgid "Icon with link to host to Nagios GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:330
+msgid "Icon with link to service in Nagios GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:487
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:196
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:205
+msgid "Icons"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12049
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17297
+msgid "Identity"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:601
+msgid ""
+"If a matching message appears with this text, then an event created by this "
+"rule will automatically be cancelled (if host, application and match groups "
+"match). "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4601
+msgid ""
+"If a multipath device has an alias then you can use that for specifying the "
+"device instead of the UUID. The alias will then be part of the service "
+"description. The UUID will be output in the pluging outpout."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3967
+msgid ""
+"If a select is set to don't change then currenty not all selected "
+"hosts share the same setting for this attribute. If you leave that "
+"selection, all hosts will keep their individual settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:270
+msgid ""
+"If a user lacks this permission then he/she can see only those events that "
+"originate from a host that he/she is a contact for."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15608
+msgid ""
+"If case conversion and regular expression do not work for all cases then you "
+"can specify explicity pairs of origin host name and translated host name "
+"here. This mapping is being applied after the case conversion and "
+"after a regular expression conversion (if that matches)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:883
+msgid ""
+"If context messages are enabled then if at least one relevant message is "
+"being found (classified as WARN or CRIT), then all new messages of the "
+"current cycle are being transferred. This make logfile analysis on the "
+"monitoring server simpler, but can result much traffic on logfiles with "
+"frequent new messages."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1996
+msgid ""
+"If enabled the check reports less information in its output.
You will see "
+"no information regarding the worst state or unacknowledged events.
For "
+"example a default output without this option
WARN - 1 events (1 "
+"unacknowledged), worst state is WARN (Last line: Incomplete Content)"
+"tt>
Output with less verbosity
WARN - 1 events (Worst line: "
+"Incomplete Content)
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1279
+msgid ""
+"If enabled, Check_MK will create one additional check per host that does a "
+"regular check, if the service discovery would find new services currently un-"
+"monitored."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:347
+msgid ""
+"If in this time range the configured number of time the rule is triggered, "
+"an event is being created. If the required count is not reached then the "
+"count is reset to zero."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:685
+msgid ""
+"If no ICMP or TCP-SYN/RST packet is being seen from the target host for a "
+"certain amount of time then the host is considered down. This time is "
+"configured here. It defaults to 2.5 times of the host check interval. "
+"Note: This setting is not measured from the point of time when "
+"the PING packet is being sent but from the time the last packet from the "
+"host was being seen."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:439
+msgid ""
+"If no explicit time range is being provided then the report default to this "
+"range."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1122
+msgid "If omitted then the IP address is being used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1557
+msgid ""
+"If one of the selected state occur, the check will repsond with a Critical "
+"state "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:113
+msgid "If set to 1 (default=0) also get attributes from parent folders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:174
+msgid "If set to 1 (default=0) proceed if there are foreign changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:51
+msgid "If set to 1(default) create non-existing folders1)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:118
+msgid ""
+"If sounds are enabled then the user will be alarmed by problems shown in a "
+"Multisite status view if that view has been configured for sounds. From the "
+"views shipped in with Multisite all problem views have sounds enabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:276
+msgid ""
+"If that user does not have the permission See all events then this "
+"permission controls wether he/she can see events that are not related to a "
+"host in the montioring and that do not have been assigned specific contract "
+"groups to via the event rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2312
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2331
+msgid ""
+"If the automatic detection of the link speed does not work or the switch's "
+"capabilities are throttled because of the network setup you can set the "
+"assumed speed here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:836
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6725
+msgid ""
+"If the automatic detection of the link speed does not work you can set the "
+"link speed here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:609
+msgid ""
+"If the priority of the event lies withing this range and either no text to "
+"cancel is specified or that text also matched, then events created with this "
+"rule will automatically be cancelled (if host, application and match groups "
+"match)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:90
+msgid ""
+"If the processing of a notification fails, the notify daemon retries to send "
+"the notification again after this time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:493
+msgid ""
+"If there already exists an open event because of absent messages according "
+"to this rule, you can optionally merge the new incident with the exising "
+"event or create a new event for each interval with absent messages."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1386
+msgid ""
+"If there is only one form element on the requested page, you do not need to "
+"provide the name of that form here. But if you have several forms on that "
+"page, you need to provide the name of the form here, to enable the check to "
+"identify the correct form element."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1435
+msgid ""
+"If this option is activated then Check_MK will pad port numbers of network "
+"interfaces with zeroes so that all port descriptions from all ports of a "
+"host or switch have the same length and thus sort currectly in the GUI. In "
+"versions prior to 1.1.13i3 there was no padding. You can switch back to the "
+"old behaviour by disabling this option. This will retain the old service "
+"descriptions and the old performance data."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:416
+msgid ""
+"If this option is enabled, multisite reads the configured HTTP header "
+"variable from the incoming HTTP request and simply takes the string in this "
+"variable as name of the authenticated user. Be warned: Only allow access "
+"from trusted ip addresses (Apache Allow from), like proxy servers, "
+"to this webpage. A user with access to this page could simply fake the "
+"authentication information. This option can be useful to realize "
+"authentication in reverse proxy environments."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6106
+msgid ""
+"If this option is enabled, the check monitors the list of forwarded logfiles "
+"and will warn you if at any time a logfile is missing or exceeding when "
+"compared to the initial list that was snapshotted during service detection. "
+"Reinventorize this check in order to make it OK again."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:137
+msgid ""
+"If this option is enabled, then Multisite only show the most used context "
+"buttons and hides the rest. Which buttons are used how often is computed "
+"separately per user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:61
+msgid ""
+"If this option is set to a non-zero number, then Check_MK keeps the last "
+"X notifications for later reference. You can replay these "
+"notifications and analyse your set of notifications rules. This only works "
+"with rulebased notiications. Note: only notifications sent out by the local "
+"notification system can be tracked. If you have a distributed environment "
+"you need to do the analysis directly on the remote sites - unless you use a "
+"central spooling."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:398
+msgid ""
+"If this option is used and set to a filename, Check_MK BI will create a "
+"logfile containing details about compiling BI aggregations. This includes "
+"statistics and details for each executed compilation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:950
+msgid ""
+"If this option is used and set to a filename, Check_MK will create a logfile "
+"containing details about connecting to LDAP and the single transactions."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2714
+msgid ""
+"If this parameter is set, all measured values will be averaged over the "
+"specified time interval before levels are being applied. Per default, "
+"averaging is turned off."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1421
+msgid ""
+"If this parameter is set, all measured values will be averaged over the "
+"specified time interval before levels are being applied. Per default, "
+"averaging is turned off. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:880
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6769
+msgid ""
+"If this parameter is set, all throughputs will be averaged over the "
+"specified time interval before levels are being applied. Per default, "
+"averaging is turned off. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:322
+msgid ""
+"If you activate this option, a name of a stored procedure is used instead of "
+"an SQL statement. The procedure should return one output variable, which is "
+"evaluated in the check. If input parameters are required, they may be "
+"specified below."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1000
+msgid ""
+"If you activate this option, then the agent plugin apache_status "
+"will be deployed. For each configured or detected Apache instance there will "
+"be one new service with detailed statistics of the current number of clients "
+"and processes and their various states."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:491
+msgid ""
+"If you activate this option, then the agent plugin mk_inventory "
+"will be deployed on Linux hosts. It gathers information about installed "
+"hardware and software and makes that information available in Multisite and "
+"for exporting to third-party software. Note: in order to actually use "
+"the inventory for a host you also need to enable it in the ruleset Hardware/Software-Inventory / Do "
+"hardware/software Inventory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:946
+msgid ""
+"If you activate this option, then the agent plugin ngnix_status "
+"will be deployed. For each configured or detected NGINX instance there will "
+"be one new service with detailed statistics of the current number of clients "
+"and processes and their various states."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1513
+msgid ""
+"If you are running the mkeventd as a non-root (such as in an OMD site) "
+"please choose port number greater than 1024."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:76
+msgid ""
+"If you are using rule based notifications with and Bulk Notifications "
+"then Check_MK will check for ripe notification bulks to be sent out at "
+"latest every this interval."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1986
+msgid ""
+"If you check this box then only open events are honored when determining the "
+"event state. Acknowledged events are displayed (i.e. their count) but not "
+"taken into account."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:627
+#, python-format
+msgid ""
+"If you define a text here, then it will be used in context buttons linking "
+"to the %s instead of the regular title."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10493
+msgid ""
+"If you disable a connection, then no data of this site will be shown in the "
+"status GUI. The replication is not affected by this, however."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:690
+msgid ""
+"If you do not specify a name here, then the TCP port number will be used as "
+"an instance name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1975
+msgid ""
+"If you enable periodic notifications, then during a problem state of the "
+"host notifications will be sent out in regular intervals until the problem "
+"is acknowledged."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1995
+msgid ""
+"If you enable periodic notifications, then during a problem state of the "
+"service notifications will be sent out in regular intervals until the "
+"problem is acknowledged."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10453
+msgid ""
+"If you enable persistent connections then Multisite will try to keep open "
+"the connection to the remote sites. This brings a great speed up in high-"
+"latency situations but locks a number of threads in the Livestatus module of "
+"the target site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:36
+msgid ""
+"If you enable the new rule based notifications then the current plain text "
+"email and "flexible notifications" will become inactive. Instead "
+"notificatios will be configured with the WATO module Notifications on "
+"a global base."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1726
+msgid ""
+"If you enable this option then every time an event matches a rule (by normal "
+"hit, cancelling, counting or dropping) a log entry will be written into the "
+"log file of the mkeventd. Please be aware that this might lead to a large "
+"number of log entries. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1615
+msgid ""
+"If you enable this option then the slave will automatically fallback from "
+"takeover mode to slavemode if the master is rechable again within the "
+"selected number of seconds since the previous unreachability (not since the "
+"takeover)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1603
+msgid ""
+"If you enable this option then the slave will automatically takeover and "
+"enable event processing if the master is for the configured number of "
+"seconds unreachable."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:275
+msgid ""
+"If you enable this option, for every RMON capable switch port an additional "
+"service will be created which is always OK and collects RMON data. This will "
+"give you detailed information about the distribution of packet sizes "
+"transferred over the port. Note: currently this extra RMON check does not "
+"honor the inventory settings for switch ports. In a future version of "
+"Check_MK RMON data may be added to the normal interface service and not add "
+"an additional service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1168
+msgid ""
+"If you enable this option, then Check_MK will not directly Python-"
+"bytecompile all host checks when activating the configuration and restarting "
+"Nagios. Instead it will delay this to the first time the host is actually "
+"checked being by Nagios.
This reduces the time needed for the operation, "
+"but on the other hand will lead to a slightly higher load of Nagios for the "
+"first couple of minutes after the restart. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:132
+msgid ""
+"If you enabled this option, then this action will not be available as an "
+"interactive user command. It is usable as an ad-hoc action when a rule "
+"fires, nevertheless."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1974
+msgid ""
+"If you enter an application name here then only events for that application "
+"name are counted. You enter a regular expression here that must match a "
+"part of the application name. Use anchors ^ and $ "
+"if you need a complete match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1962
+msgid ""
+"If you enter an item name here, this will be used as part of the service "
+"description after the prefix \"Events \". The prefix plus the configured "
+"item must result in an unique service description per host. If you leave "
+"this empty either the string provided in \"Application\" is used as item or "
+"the service gets no item when the \"Application\" field is also not "
+"configured."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8633
+msgid ""
+"If you enter the names of host/service-custom macros here then for each "
+"different combination of values of those macros a separate bulk will be "
+"created. This can be used in combination with the grouping by folder, host "
+"etc. Omit any leading underscore. Note: If you are using Nagios as a "
+"core you need to make sure that the values of the required macros are "
+"present in the notification context. This is done in check_mk_templates."
+"cfg. If you macro is _FOO then you need to add the variables "
+"NOTIFY_HOST_FOO and NOTIFY_SERVICE_FOO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16968
+msgid ""
+"If you have a large number of aggregations that cover only one host and "
+"maybe its parents (such as Check_MK cluster hosts), then please enable this "
+"optimization. It reduces the time for the computation. Do not enable "
+"this for aggregations that contain data of more than one host!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:213
+msgid ""
+"If you leave user name and password empty, the special agent tries to "
+"authenticate against the EMC VNX device by Security Files. These need to be "
+"created manually before using. Therefor run as instance user (if using OMD) "
+"or Nagios user (if not using OMD) a command like naviseccli -"
+"AddUserSecurity -scope 0 -password PASSWORD -user USER This creates "
+"SecuredCLISecurityFile.xml and SecuredCLIXMLEncrypted.key "
+"in the home directory of the user and these files are used then."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7238
+msgid ""
+"If you need help during configuration or experience problems, please refer "
+"to the Multisite LDAP Documentation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4916
+msgid ""
+"If you need the number or the name depends on the check. Just take a look to "
+"the service description. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6912
+#, python-format
+msgid ""
+"If you proceed now, all hosts, folders, rules and other configurations done "
+"with WATO will be deleted! Please consider making a snapshot before you do "
+"this. Snapshots will not be deleted. Also the password of the currently "
+"logged in user (%s) will be kept.
Do you really want to delete all or "
+"your configuration data?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1880
+msgid ""
+"If you select a contact group here, then all notifications of hosts and "
+"services in that contact group will be sent to the event console. Note"
+"b>: you still need to create a rule matching those messages in order to have "
+"events created. Note (2): If you are using the Check_MK Micro Core "
+"then this setting is deprecated. Please use the notification plugin "
+"Forward Notification to Event Console instead."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:289
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:445
+msgid ""
+"If you set a limit here then there will never be fetched and rendered more "
+"data rows than you specify here. This can save you against reports will a "
+"thousend pages in cases of an invalid filter specification or the like."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:517
+msgid ""
+"If you set a livetime of an event, then it will automatically be deleted "
+"after that time if, even if no action has taken by the user. You can decide "
+"whether to expire open, acknowledged or both types of events. The lifetime "
+"always starts when the event is entering the open state."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:201
+msgid ""
+"If you set this parameter then the notifications will be sent via syslog/UDP "
+"(port 514) to a remote Event Console or syslog server."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1199
+msgid ""
+"If you set this to Nagios command pipe, then Check_MK will write its "
+"check results into the Nagios command pipe. This is the classical way. "
+"Choosing Create check files skips one phase in the Nagios core and "
+"directly creates Nagios check files. This reduces the overhead but might not "
+"be compatible with other monitoring cores."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1762
+msgid ""
+"If you specify a check period for a host then active checks of that host "
+"will only take place within that period. In the rest of the time the state "
+"of the host will stay at its last status."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:388
+msgid ""
+"If you specify a hostname here, then a dynamic DNS lookup will be done "
+"instead of using the IP address of the host as configured in your host "
+"properties."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1683
+msgid ""
+"If you specify a notification period for a Check_MK service then results "
+"will be processed only within this period."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1916
+msgid ""
+"If you specify a notification period for a host then notifications about "
+"problems of that host (not of its services!) will only be sent if those "
+"problems occur within the notification period. Also you can filter out "
+"problems in the problems views for objects not being in their notification "
+"period (you can think of the notification period as the 'service time'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1673
+msgid ""
+"If you specify a notification period for a service then active checks of "
+"that service will only be done in that period. Please note, that the checks "
+"driven by Check_MK are passive checks and are not affected by this rule. You "
+"can use the rule for the active Check_MK check, however."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1928
+msgid ""
+"If you specify a notification period for a service then notifications about "
+"that service will only be sent if those problems occur within the "
+"notification period. Also you can filter out problems in the problems views "
+"for objects not being in their notification period (you can think of the "
+"notification period as the 'service time'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:82
+msgid ""
+"If you specify an URL prefix here, then several parts of the email body are "
+"armed with hyperlinks to your Check_MK GUI, so that the recipient of the "
+"email can directly visit the host or service in question in Check_MK. "
+"Specify an absolute URL including the .../check_mk/"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:232
+msgid ""
+"If you think this is an error, please ask your administrator to check the "
+"permissions configuration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8287
+msgid ""
+"If you uncheck this option then users are not allowed to deactive "
+"notifications that are created by this rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1466
+msgid ""
+"If you use this option, then traceroute is not being called "
+"with the option -n. That means that all IP addresses are tried to "
+"be converted into names. This usually adds additional execution time. Also "
+"DNS resolution might fail for some addresses."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2279
+msgid ""
+"If you use this parameter then the check goes warning if the interface is "
+"not operating at the expected speed (e.g. it is working with 100MBit/s "
+"instead of 1GBit/s.Note: some interfaces do not provide speed "
+"information. In such cases this setting is used as the assumed speed when it "
+"comes to traffic monitoring (see below)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12119
+msgid ""
+"If you want the user to be able to login then specify a password here. Users "
+"without a login make sense if they are monitoring contacts that are just "
+"used for notifications. The repetition of the password is optional.
For "
+"accounts used by automation processes (such as fetching data from views for "
+"further procession), set the method to secret. The secret will be "
+"stored in a local file. Processes with read access to that file will be able "
+"to use Multisite as a webservice without any further configuration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2485
+msgid ""
+"If you want to make sure all of your Check_MK agents are running one "
+"specific version, you may set it by this rule. Agents running some "
+"different version return a none ok state then"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:178
+msgid ""
+"If you want to run your own custom agent plugins on Windows, simply put them "
+"into the subdirectory plugins of your agent's installation "
+"directory. Local checks work just the same, but are installed in "
+"local. Plugins that are deployed with the agent bakery are "
+"installed by the MSI installer into the same directory. This ruleset limits "
+"the file extensions that the agent will run. This for example avoids "
+"starting a Notepad when a file with the extention .txt is found. "
+"Note: If you remove some of the default extensions, not all of the "
+"shipped agent plugins will continue to work!
Specify the extensions "
+"in lower case and without a leading dot."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1207
+msgid ""
+"If you want, you can specify a name that will be used in the define "
+"command section for these checks. This allows you to a assign a custom "
+"PNP template for the performance data of the checks. If you omit this, then "
+"check-mk-custom will be used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:48
+msgid ""
+"If you work with rule based notifications then you should configure an email "
+"address here. In case of a hole in your notification rules a notification "
+"will be sent to this address. This makes sure that in any case someone"
+"i> gets notified."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1985
+msgid "Ignore Acknowledged Events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10524
+msgid "Ignore SSL certificate errors"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:497
+msgid "Ignore core restarts shorter than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:140
+msgid "Ignore hard query limit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:467
+msgid "Ignore intervals shorter or equal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:407
+msgid "Ignore notification period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:230
+msgid "Ignore scheduled downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:135
+msgid "Ignore soft query limit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2305
+msgid "Ignore the operational state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3515
+msgid "Ignore the state of the Job"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2489
+msgid "Ignore the version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2885
+msgid "Ignored autostart services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:351
+msgid "Immediately scheduled checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7519
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7526
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1422
+msgid "Immediately toggle this setting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3666
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9595
+msgid "Import"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9236
+msgid "Import iCalendar"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9517
+msgid "Import iCalendar File"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9510
+msgid "Import iCalendar File to create a Timeperiod"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:570
+msgid "Import state from Nagios core"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3640
+#, python-format
+msgid ""
+"Imported %d hosts, but skipped %d hosts. Hosts might be skipped when they "
+"already exist or contain illegal chars."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3643
+#, python-format
+msgid "Imported %d hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4266
+msgid "Impose levels on number of processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4039
+msgid "Impose limits on the size of the database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:118
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:149
+msgid "In Downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1543
+#, python-format
+msgid ""
+"In Multisite setups if you want event status checks for "
+"hosts that live on a remote site you need to activate remote access to the "
+"event status socket via TCP. This allows to query the current event status "
+"via TCP. If you do not restrict this to queries also event actions are "
+"possible from remote. This feature is not used by the event status checks "
+"nor by Multisite so we propose not allowing commands via TCP."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2030
+msgid ""
+"In a distributed setup where the Event Console is not running in the same "
+"site as the host is monitored you need to access the remote Event Console "
+"via TCP. Please make sure that this is activated in the global settings of "
+"the event console. The default port number is 6558."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:150
+msgid "In case of an error"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:134
+msgid ""
+"In case of an illegal exception the Micro Core can dump core. This helps "
+"post-mortem debugging but can create a file with several MB in size."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:869
+msgid "In case of an overflow..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:38
+msgid ""
+"In case the name of the host is not resolvable via /etc/hosts or "
+"DNS by your monitoring server, you can specify an explicit IP address or a "
+"resolvable DNS name of the host here.
Notes:
1. If you leave "
+"this attribute empty, hostname resolution will be done when you activate the "
+"configuration. Check_MKs builtin DNS cache is activated per default in the "
+"global configuration to speed up the activation process. The cache is "
+"normally updated daily with a cron job. You can manually update the cache "
+"with the command cmk -v --update-dns-cache.
2. If you enter a "
+"DNS name here, the DNS resolution will be carried out each time the host is "
+"checked. Check_MKs DNS cache will NOT be queried. Use this only for hosts "
+"with dynamic IP addresses."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:640
+msgid "In notification period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:471
+msgid ""
+"In order to avoid large timeouts in case of oversized history logfiles the "
+"core limits the number of lines read from history logfiles. The limit is on "
+"a per-file-base and can be configred here. Exceeding lines are simply "
+"ignored and an error is logged in the the CMC daemon logfile."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:437
+msgid ""
+"In order to keep the core simple, Check_MK pre-computes all transitions for "
+"all timeperiods in advance. Since that cannot be done until infinity you "
+"need to specify the number of days for the precomputation. After that time "
+"all periods remain in their last state. Make sure that you Activate "
+"Changes before that time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1088
+msgid ""
+"In order to make Check_MK more consistent, the descriptions of several "
+"services have been renamed in newer Check_MK versions. One example is the "
+"filesystem services that have been renamed from fs_ into "
+"Filesystem. But since renaming of existing services has many "
+"implications - including existing rules, performance data and availability "
+"history - these renamings are disabled per default for existing "
+"installations. Here you can switch to the new descriptions for selected "
+"check types"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:455
+msgid ""
+"In order to speed up queries for historic data, the core keeps an in-memory "
+"cache of log file message. This number can be configured here. A larger "
+"number needs more RAM. Note: even if you set this to 0 there might be some "
+"cases where messages need to be cached anyway."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:692
+msgid "In relation to normal check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15439
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15482
+msgid "In relation to standard deviation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:419
+msgid ""
+"In the history file all events like notifications and alerts are saved. This "
+"file is being renamed and restarted on a regular basis, which can be "
+"configured here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:83
+msgid ""
+"In this directory will be installed check_mk_agent, waitmax"
+"tt> and possibly other binaries that are needed by the agent."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1657
+msgid ""
+"In this interval the event daemon will save its state to disk, so that you "
+"won't loose your current event state in case of a crash."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:515
+msgid "In-memory cache for availability data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:658
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1174
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6150
+msgid "Include Pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3877
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4293
+msgid "Include all subfolders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:391
+msgid "Include both service and non-service times"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:264
+msgid "Include unmonitored time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:321
+msgid ""
+"Incoming messages might trigger actions (when configured above), afterwards "
+"only an entry in the event history will be left. There will be no \"open "
+"event\" to be handled by the administrators."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:819
+#, python-format
+msgid "Incomplete implementation of filter %s '%s': missing display()"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3667
+msgid "Indexes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:235
+msgid ""
+"Individual patterns matching the text (which must have been matched by the "
+"generic \"text to match pattern\" before) which set the state of the "
+"generated event depending on the match.
First the CRITICAL pattern is "
+"tested, then WARNING and OK at last. When none of the patterns matches, the "
+"events state is set to UNKNOWN."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:35
+msgid "Individual program call instead of agent access"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13670
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13735
+msgid "Ineffective rules"
+msgstr "Reguli neaplicate"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:549
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1822
+msgid "Info"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:949
+msgid ""
+"Information about events and actions on events during the recent 24 hours."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:217
+msgid "Information about size, age and count of files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:64
+msgid "Information to be displayed in the email body"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:84
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+msgid "Informational"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6196
+msgid "Inherited from "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:342
+msgid "Initial Scheduling"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:178
+msgid "Initial expansion of aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:392
+msgid "Initialized GIT for Check_MK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:367
+msgid "Innovaphone Gateways"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2518
+msgid "Innovaphone Memory Usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:335
+msgid "Input Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:337
+msgid ""
+"Input parameters, if required by the database procedure. If several "
+"parameters are required, use commas to separate them."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14330
+msgid "Insert a copy of this rule in current folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:106
+msgid "Insert the text to be sent to all reciepents."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14173
+#, python-format
+msgid "Inserted new rule in ruleset %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4200
+msgid "Inserts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:445
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:460
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:640
+msgid "Install Date"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:77
+msgid "Installation paths for agent files (Linux, UNIX)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:213
+msgid "Installed, stopped and running services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5944
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5972
+msgid "Instance name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:787
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1160
+msgid "Instances to monitor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:118
+msgid "Instant Reports - PDF Export"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6017
+msgid ""
+"Instead of using the regular logwatch check all lines received by logwatch "
+"can be forwarded to a Check_MK event console daemon to be processed. The "
+"target event console can be configured for each host in a separate rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:36
+msgid "Interactive search field for direct access to hosts and services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:69
+msgid ""
+"Interactively change the automatic browser reload of a view being displayed "
+"(does not edit or customize the view)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:64
+msgid ""
+"Interactively change the number of columns being displayed by a view (does "
+"not edit or customize the view)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6487
+msgid "Interface"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4465
+msgid "Interface port type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2851
+msgid "Intermittent heartbeat"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1800
+msgid "Internal Command for Hosts Check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12489
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13177
+msgid "Internal ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11283
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11354
+#, python-format
+msgid "Internal automation error: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11281
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11352
+#, python-format
+msgid ""
+"Internal automation error: %s\n"
+"%s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1206
+msgid "Internal command name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1877
+msgid "Internal directory name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:315
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:317
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:319
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:322
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:325
+msgid "Internal error"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9739
+msgid "Internal name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:362
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:421
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:611
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1011
+msgid "Interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:537
+msgid "Interval for checking Plesk backups:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:75
+msgid "Interval for checking for ripe bulk notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:519
+msgid "Interval for checking for updates:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:582
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:602
+msgid "Interval for collecting data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:501
+msgid "Interval for collecting data:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:336
+msgid "Interval of sidebar popup notification updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:316
+msgid "Interval of sidebar status updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1430
+msgid "Interval to monitor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1972
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1992
+msgid "Interval:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1627
+msgid ""
+"Intervals for checking, retries, clustering, configuration for inventory and "
+"similar"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:558
+msgid "Invalid IP address syntax"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/weblib.py:123
+msgid "Invalid action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:656
+#, python-format
+msgid "Invalid argument name %s. Must begin with 'a' or end with 's'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17248
+msgid ""
+"Invalid attribute name. Only the characters a-z, A-Z, 0-9, _ and - are "
+"allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11247
+#, python-format
+msgid "Invalid automation command: %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:143
+#, python-format
+msgid "Invalid automation secret for user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11215
+msgid "Invalid automation secret."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:564
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:621
+msgid "Invalid bookmark id."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11271
+msgid "Invalid call: The profile is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11317
+msgid "Invalid call: The snapshot is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3275
+#, python-format
+msgid "Invalid check parameter: %s!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:44
+msgid "Invalid configuration hash"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:119
+msgid "Invalid credentials"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:224
+msgid "Invalid credentials."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:861
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1048
+msgid "Invalid dashlet id"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:641
+msgid "Invalid dashlet ident provided."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2971
+msgid "Invalid datatype of timestamp: must be int or float."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6770
+msgid "Invalid download file specified."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6852
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6874
+msgid "Invalid file specified."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6811
+msgid "Invalid filename"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1816
+#, python-format
+msgid "Invalid fixel element type '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1912
+msgid ""
+"Invalid folder name. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8012
+msgid ""
+"Invalid group name. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2180
+msgid ""
+"Invalid host name: must contain only characters, digits, dash, underscore "
+"and dot."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:49
+msgid "Invalid hostname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/inventory.py:65
+msgid "Invalid inventory path. Must start with dot."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:234
+msgid "Invalid login credentials."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:161
+msgid "Invalid notitification method selected."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:530
+msgid "Invalid number of bits. Must be in range 1 ... 32"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:553
+#, python-format
+msgid "Invalid octet %d (must be in range 1 ... 255)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:56
+msgid "Invalid or no package type specified"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:2387
+#, python-format
+msgid "Invalid path %s in inventory tree"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1114
+msgid "Invalid regular expression"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:398
+#, python-format
+msgid "Invalid regular expression '%s': %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:226
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:473
+#, python-format
+msgid "Invalid regular expression: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1869
+#, python-format
+msgid "Invalid report element type '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12451
+msgid ""
+"Invalid role ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14473
+#, python-format
+msgid "Invalid rule %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6473
+#, python-format
+msgid "Invalid snapshot (contains invalid tarfile %s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6464
+msgid "Invalid snapshot (incorrect file extension)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6479
+#, python-format
+msgid "Invalid snapshot (missing file: %s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6454
+msgid "Invalid snapshot (too small)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6605
+msgid "Invalid snapshot requested"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:516
+msgid "Invalid syntax in FOREACH_..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12979
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13024
+msgid "Invalid tag ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13055
+msgid ""
+"Invalid tag group ID. Only the characters a-z, A-Z, 0-9, _ and - are allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3038
+msgid "Invalid test."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2010
+#, python-format
+msgid "Invalid time format '%s', please use 24:00 format."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9721
+msgid ""
+"Invalid timeperiod name. Only the characters a-z, A-Z, 0-9, _ and - are "
+"allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12462
+msgid "Invalid valid for based on. Must be id of builtin rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1239
+#, python-format
+msgid "Invalid value %s, must be in %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:275
+msgid "Invalid value for ack parameter."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:151
+#, python-format
+msgid "Invalid value, must be '%r' but is '%r'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1494
+msgid "Inventorize empty windows dhcp pools"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3729
+#, python-format
+msgid "Inventorized %s
\n"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2564
+msgid "Inventorized check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3732
+#, python-format
+msgid "Inventorized host: %d added, %d removed, %d kept, %d total services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:88
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:101
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:386
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:476
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:478
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:515
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:622
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:660
+msgid "Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:44
+msgid "Inventory - automatic service detection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:88
+msgid "Inventory Tree"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2068
+msgid "Inventory and Check_MK settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4432
+msgid "Inventory mode for Disk IO check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1477
+msgid "Inventory mode for disk IO checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:477
+msgid "Inventory of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:648
+msgid "Inventory: Software Packages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:159
+#, python-format
+msgid "Is needed for seeing %s that other users have created."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:456
+msgid "Is summary host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8673
+msgid ""
+"It does not make sense to add a bulk configuration for cancelling rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10519
+msgid ""
+"It is a good idea to disable access to WATO completely on the slave site. "
+"Otherwise a user who does not now about the replication could make local "
+"changes that are overridden at the next configuration activation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1104
+msgid "It is not allowed to change the ID of an existing rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:127
+msgid ""
+"It is possible to automatically delete messages when the configured time is "
+"reached. This makes it possible to inform users about a scheduled event but "
+"suppress the notification after the event has happened."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1060
+msgid ""
+"It is possible to create maps representing the WATO folder hierarchy within "
+"NagVis by naming the maps like the folders are named internally. To make the "
+"restriction of access to the maps as comfortable as possible, the "
+"permissions configured within WATO can be exported to NagVis."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:913
+msgid ""
+"It is possible to fetch several attributes of users, like Email or full "
+"names, from the LDAP directory. This is done by plugins which can "
+"individually enabled or disabled. When enabling a plugin, it is used upon "
+"the next synchonisation of user accounts for gathering their attributes. The "
+"user options which get imported into Check_MK from LDAP will be locked in "
+"WATO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17315
+msgid "It is possible to let users edit their custom attributes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:58
+msgid ""
+"It is possible to profile the rendering process of Multisite pages. This Is "
+"done using the Python module cProfile. When enabled two files are placed "
+"into the Multisite var directory named multisite.profile
and "
+"multisite.profile.py
. By executing the later file you can get "
+"runtime statistics about the last processed page."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7890
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9248
+msgid "It is still in use by"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2116
+msgid ""
+"It's possible to have clusters that share nodes. You could say that such "
+"clusters "overlap". In such a case using the ruleset Clustered "
+"services is not sufficient since it would not be clear to which of the "
+"several possible clusters a service found on such a shared node should be "
+"assigned to. With this ruleset you can assign services and explicitely "
+"specify which cluster assign them to."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2619
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3247
+msgid "Item"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1961
+msgid "Item (Used in service description)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:699
+msgid "JMX monitoring of Java JVMs using Jolokia"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:111
+msgid "JSON data export"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:118
+msgid "JSON data output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:130
+msgid "JSONP data output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5780
+msgid "JVM Execute Queue Count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6860
+msgid "JVM garbage collection levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5812
+msgid "JVM memory levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5741
+msgid "JVM request count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5702
+msgid "JVM session count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5640
+msgid "JVM threads"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6904
+msgid "JVM tomcat threadpool levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5668
+msgid "JVM uptime (since last reboot)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+msgid "January"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3512
+msgid "Job State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3766
+msgid "Job name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3725
+msgid "Jobname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:497
+msgid "Joined column"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+msgid "July"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1569
+msgid "Jump one phase back"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1571
+msgid "Jump one phase forth"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+msgid "June"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2588
+msgid "Juniper Memory Usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1304
+msgid "Just rely on existing check files, detect new items only"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13470
+msgid "Just remove the affected tags from the rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:379
+msgid "Just show the availability (i.e. OK/UP)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:478
+msgid "Kasperksy Anti-Virus (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:515
+msgid ""
+"Keep in mind that all configuration parameters in this rule are only applied "
+"during the hosts inventory. Any changes later on require a host re-inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2700
+#, python-format
+msgid ""
+"Keep in mind that if you have 1GB RAM and 1GB SWAP you need to specify 120% "
+"or 1200MB to get an alert if there is only 20% free RAM available. The free "
+"memory levels do not work with the fortigate check, because it does not "
+"provide total memory data."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:446
+msgid "Kernel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:447
+msgid "Kernel Architecture"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:446
+msgid "Kernel Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1791
+msgid "LAST_ACK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1152
+msgid "LDAP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1151
+msgid "LDAP (Active Directory, OpenLDAP)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:912
+msgid "LDAP Attribute Sync Plugins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:928
+msgid "LDAP Cache Livetime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7160
+msgid "LDAP Configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:660
+msgid "LDAP Connection Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1056
+#, python-format
+msgid "LDAP Connector: Created user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1075
+#, python-format
+msgid "LDAP Connector: Modified user %s (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1023
+#, python-format
+msgid "LDAP Connector: Removed user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:863
+msgid "LDAP Group Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:665
+msgid "LDAP Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11653
+msgid "LDAP Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:777
+msgid "LDAP User Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:713
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:911
+msgid "LDAP Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:805
+msgid "LDAP attribute to be used as indicator"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:867
+msgid "LDAP attribute to search, The default is (objectclass=*)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:723
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:741
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:827
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:852
+msgid "LDAP attribute to sync"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:858
+msgid "LDAP base, e.g. ou=Development, o=Mathias Kettner GmbH, c=de"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:948
+msgid "LDAP connection diagnostics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:208
+#, python-format
+msgid ""
+"LDAP connection failed:\n"
+"%s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:755
+msgid ""
+"LDAP searches can be performed in paginated mode, for example to improve the "
+"performance. This enables pagination and configures the size of the pages."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:207
+msgid "Labelling Options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15658
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:784
+msgid "Language"
+msgstr "Limba"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:364
+msgid "Last"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:127
+msgid "Last Entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:951
+msgid "Last Error"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1016
+msgid "Last Known Plugin Output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1265
+#, python-format
+msgid "Last LDAP sync failed! %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:548
+msgid "Last OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:948
+msgid "Last Run"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:663
+msgid "Last host check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:662
+msgid "Last host state change"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2125
+msgid "Last month"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:189
+msgid "Last occurrance of event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4801
+msgid "Last result"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:660
+msgid "Last service check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:659
+msgid "Last service state change"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1290
+#, python-format
+msgid "Last successful sync %d seconds ago."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2122
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2194
+msgid "Last week"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2128
+msgid "Last year"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:578
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:978
+msgid "Latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:428
+msgid "Leave this empty or at 0 for no automatic reload."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:501
+msgid "Left"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8683
+msgid ""
+"Legacy ASCII Emails do not support bulking. You can either disable "
+"notification bulking or choose another notification plugin which allows "
+"bulking."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2372
+msgid "Legacy SNMP devices using SNMP v2c"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3222
+msgid "Legacy services (defined in main.mk)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:40
+msgid "Legal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1995
+msgid "Less Verbose Output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11544
+msgid "Let through notifications counting from this number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8421
+msgid ""
+"Let through notifications counting from this number. For normal alerts The "
+"first notification has the number 1. For custom notifications the number is "
+"0."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8430
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11551
+msgid "Let through notifications counting upto this number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:39
+msgid "Letter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:126
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:385
+msgid "Level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:61
+msgid "Level (0...9)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:562
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3152
+msgid "Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:30
+msgid ""
+"Levels and other parameters for checks found by the Check_MK service "
+"discovery.\n"
+"Use these rules in order to define parameters like filesystem levels, levels "
+"for CPU load and other things for services that have been found by the "
+"automatic service discovery of Check_MK."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2013
+#, python-format
+msgid "Levels for %s %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5493
+msgid "Levels for ATS Output parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6343
+msgid "Levels for Airflow Deviation measured at airflow sensors "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5231
+msgid "Levels for Gude PDU Devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2093
+msgid "Levels for Inodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6358
+msgid "Levels for Number of Licenses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6531
+msgid "Levels for Stratum "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5536
+msgid "Levels for airflow"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5568
+msgid "Levels for battery parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3477
+msgid "Levels for checkpoint time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2267
+msgid "Levels for error rates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2066
+msgid "Levels for filesystem"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2074
+msgid "Levels for filesystem free space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2699
+msgid "Levels for free memory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2649
+msgid "Levels for memory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4106
+msgid "Levels for minimum wait time for a lock"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2969
+msgid "Levels for printer cartridges."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:432
+msgid "Levels for process count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3453
+msgid "Levels for remaining undo retention"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1517
+msgid "Levels for signal/noise ratio"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3263
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3285
+msgid "Levels for the Tablespace size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:728
+msgid "Levels for the consumer count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5010
+msgid "Levels for the electrical power consumption of a device "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4993
+msgid ""
+"Levels for the electrical power consumption of a device like a UPS or a PDU. "
+"Several phases may be addressed independently."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4976
+msgid ""
+"Levels for the nominal frequencies of AC devices like UPSs or PDUs. Several "
+"phases may be addressed independently."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6846
+msgid "Levels for the number of active plugs in a devices."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3847
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4066
+msgid "Levels for the number of sessions that are currently active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4838
+msgid "Levels for the number of sessions that are currently inactive"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2150
+msgid "Levels for the percentual growth per time range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:719
+msgid "Levels for the queue length"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1136
+msgid "Levels for used disk space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2662
+msgid "Levels for used memory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3353
+msgid "Levels for used processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3398
+msgid "Levels for used space (reclaimable is considered as free)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4130
+msgid "Levels of active sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5454
+msgid "Levels of battery parameters after calibration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5409
+msgid "Levels of battery parameters during normal operation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4519
+msgid "Levels of folders to create"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:460
+msgid "Levels on CPU utilization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4351
+msgid "Levels on disk IO (throughput)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5351
+msgid "Levels on the time left until limit is reached"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2157
+msgid "Levels on the time left until the filesystem gets full"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2143
+msgid "Levels on trends in MB per time range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5342
+msgid "Levels on trends in degrees Celsius per time range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:92
+msgid "License Usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:292
+msgid "Licensing Status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:625
+msgid "Limit Path Levels for Service Names"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:742
+msgid "Limit SNMP OID Ranges for Bulkwalks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:516
+msgid "Limit event livetime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15450
+msgid "Limit for upper bound dynamic levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:177
+msgid "Limit script types to execute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:513
+msgid ""
+"Limit the execution time of the query, in order to avoid a hanging system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:288
+msgid "Limit the number of rows"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:444
+msgid "Limit the number of rows in View tables"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:177
+msgid "Limit the number of rows shown in tables"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11602
+msgid "Limit to the following hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11611
+msgid "Limit to the following services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5215
+msgid "Limits for the number of used states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:513
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1851
+msgid "Line"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5264
+msgid "Line Mean Apparent Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:105
+msgid "Line number in history logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:512
+msgid "Line number in log file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:475
+msgid "Line spacing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:477
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:510
+msgid "Link"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:956
+msgid "Link of Title"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1384
+msgid "Link view showing all hosts of one site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:314
+msgid "Linkable view showing all comments of a specific host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:340
+msgid "Linkable view showing all comments of a specific service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5297
+msgid "Linkinfo"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:992
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:88
+msgid "Links"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:182
+msgid "Links to all dashboards"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:126
+msgid "Links to global views and dashboards"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1223
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1224
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1225
+msgid "Linux"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:107
+msgid "Linux Agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4595
+msgid "Linux Multipath Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:225
+msgid ""
+"List all allowed expected answers here. If query for an IP address then the "
+"answer will be host names, that end with a dot."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2773
+msgid ""
+"List of all aggregations, containing the name of aggregations and state "
+"information"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/nagvis_maps.py:41
+msgid ""
+"List of available NagVis maps. This only works with NagVis 1.5 and above. At "
+"the moment it is neccessarry to authenticate with NagVis first by opening a "
+"NagVis map in the browser. After this the maplist should be filled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6114
+msgid "List of expected logfiles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16936
+msgid ""
+"List of groups in which to show this aggregation. Usually each aggregation "
+"is only in one group. Group names are arbitrary texts. At least one group is "
+"mandatory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2350
+msgid "Lists all aggregations which only rely on information of one host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:498
+msgid "Lists all downtimes for services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:472
+msgid "Lists all host downtimes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1072
+msgid "Lists all services in state PENDING."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:767
+msgid ""
+"Lists members of a host group with the number of services in the different "
+"states."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:659
+msgid "Live monitor of the overall performance of all monitoring servers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:66
+msgid ""
+"Live monitor of the performance statistics of the Check_MK Micro Core. Note: "
+"this snapin only works if all of your sites are running the Check_MK "
+"Cores"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4784
+msgid "Livestatus"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1249
+msgid "Livestatus error"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:298
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:300
+msgid "Livestatus problem"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:301
+#, python-format
+msgid "Livestatus problem: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10424
+msgid "Livestatus settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:288
+msgid "Livestatus-data not found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5116
+msgid "Load"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6417
+msgid "Load of Citrix Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:424
+msgid "Local"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:70
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:105
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:117
+msgid "Local Authentication Data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:549
+msgid "Local DNS resolving (Linux, Unix)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1917
+msgid "Local IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1918
+msgid "Local port number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:70
+msgid "Local processing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3780
+msgid "Lock Requests / sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3790
+msgid "Lock Timeouts / sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3810
+msgid "Lock Waits / sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:965
+msgid "Lock user accounts after N logon failures"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11764
+msgid "Locked"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1058
+msgid "Locks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:64
+msgid "Log Entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1703
+msgid "Log all messages into syslog-like logfiles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1725
+msgid "Log hits for rules in log of mkeventd"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:72
+msgid "Log level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:95
+msgid "Log level for Livestatus"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:198
+msgid "Log out"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1638
+msgid "Log replication events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1724
+msgid "Log rule hits"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1778
+msgid "Log: command/plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1835
+msgid "Log: comment"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1714
+msgid "Log: complete message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1772
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:740
+msgid "Log: contact name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1857
+msgid "Log: day of entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1842
+msgid "Log: entry time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1766
+msgid "Log: event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1814
+msgid "Log: event icon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1821
+msgid "Log: informational part of message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1850
+msgid "Log: line number in log file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:739
+msgid "Log: message type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1754
+msgid "Log: number of check attempt"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1747
+msgid "Log: output of check plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:738
+msgid "Log: plugin output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1872
+msgid "Log: state of host/service at log time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1760
+msgid "Log: type of state (hard/soft/stopped/started)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:689
+msgid "Logentry class"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:126
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16141
+msgid "Logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6131
+msgid "Logfile Grouping Patterns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16098
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18665
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:68
+msgid "Logfile Pattern Analyzer"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16166
+msgid "Logfile Patterns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16102
+#, python-format
+msgid "Logfile Patterns of Host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16104
+#, python-format
+msgid "Logfile Patterns of Logfile %s on Host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16100
+#, python-format
+msgid "Logfile Patterns of Logfile %s on all Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:396
+msgid "Logfile for BI compilation diagnostics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2383
+msgid "Logfile information of logwatch plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5956
+msgid "Logfile name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:85
+msgid "Logfile pattern rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:103
+#, python-format
+msgid "Logfiles of Host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:170
+#, python-format
+msgid "Logfiles of Host %s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9921
+#, python-format
+msgid "Logged out of remote site '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9922
+msgid "Logged out."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:144
+msgid "Logging of RRD creation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:170
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:280
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9981
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10063
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10070
+msgid "Login"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1143
+msgid "Login Defauts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9962
+msgid "Login credentials"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12134
+msgid "Login disabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1156
+msgid "Login for ASM"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1153
+msgid "Login for selected databases"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9958
+#, python-format
+msgid "Login into site '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:671
+msgid "Login mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12134
+msgid "Login possible"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1100
+msgid "Login with the following credentials"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:205
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:129
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10067
+msgid "Logout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1048
+msgid "Logswitches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:148
+msgid "Logwatch Data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6014
+msgid "Logwatch Event Console Forwarding"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:59
+msgid "Logwatch Patterns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1047
+msgid "Long active sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:155
+msgid "Long output of check plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:361
+msgid "Long output of check plugin (multiline)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1173
+msgid "Longest"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1670
+msgid "Loop duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:46
+msgid "Loose - Contacts for hosts see all services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:56
+msgid "Loose - Sufficient to be contact for one member"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7072
+msgid "Lotus Domino Mail Queues"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:514
+msgid "Lotus Domino Task Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7012
+msgid "Lotus Domino Tasks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7116
+msgid "Lotus Domino Transactions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7102
+msgid "Lotus Domino Users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:837
+msgid "Lower Case User-IDs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5183
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5540
+msgid "Lower levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:353
+msgid "Lower levels for first output item"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5182
+msgid "Lower levels for the fan speed of a hardware device"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16395
+msgid "Lvl"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2006
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2007
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2546
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2547
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2572
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2573
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2616
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2617
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2674
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2675
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2693
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2694
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3275
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3276
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3297
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3298
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3320
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4034
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4035
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5832
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5833
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5851
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5852
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5870
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5871
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:72
+msgid "MB"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2145
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2146
+msgid "MB / range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3879
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3880
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3886
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3887
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4357
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4363
+msgid "MB/s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:827
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:828
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6716
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6717
+msgid "MByte/s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2262
+msgid "MD5"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:293
+msgid "MDisks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:294
+msgid "MDisksGrps"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:944
+msgid "MESSAGE: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:73
+msgid "MHz"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1661
+msgid "MI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:120
+msgid "MK Remote Plugin Executor (MRPE)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1955
+msgid "MS Exchange Message Queues"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:291
+msgid "MSSQL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3774
+msgid "MSSQL Locks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3630
+msgid "MSSQL Size of Tablespace"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3611
+msgid "MSSQL Time since last Backup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14257
+msgid "Ma."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:139
+msgid "Macro name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2114
+msgid "Magic factor (automatic level adaptation for large filesystems)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3312
+msgid "Magic factor (automatic level adaptation for large tablespaces)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1557
+msgid "Mail Receiving"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:320
+#, python-format
+msgid "Mail could not be delivered. Exit code of command is %r"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:288
+msgid "Mailman mailing lists queues (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7092
+msgid "Mails Waiting for DNS Queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7088
+msgid "Mails in Dead Queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7090
+msgid "Mails in Hold Queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7089
+msgid "Mails in Waiting Queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17013
+msgid "Main"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:209
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16107
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16307
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16414
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18129
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:46
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:48
+msgid "Main Menu"
+msgstr "Meniu Principal"
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:32
+msgid "Main Overview"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:458
+msgid "Main directory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2643
+msgid "Main memory usage (Linux / UNIX / Other Devices)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2789
+msgid "Main memory usage of ESX host system"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2733
+msgid "Main memory usage of devices with modules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4290
+msgid "Major Page Faults"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:154
+#, python-format
+msgid "Make %s visible and usable for other users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1059
+msgid "Make WATO folder permissions usable e.g. by NagVis"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18480
+msgid "Make changes, perform actions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:691
+msgid "Make check CRITICAL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:689
+msgid "Make check OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:690
+msgid "Make check WARNING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:164
+#, python-format
+msgid "Make own published %s override builtin %s for all users."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:78
+msgid ""
+"Make snapshots of your configuration, download, upload and restore snapshots."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14977
+#, python-format
+msgid "Make the outcome of the ruleset %s
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8555
+msgid ""
+"Make the rule match only if the event has a certain syslog facility. "
+"Messages not having a facility are classified as user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:570
+msgid ""
+"Make the rule match only if the message has a certain syslog facility. "
+"Messages not having a facility are classified as user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:989
+msgid ""
+"Make the user choose the password from this number of character groups. "
+"Character groups are:
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:593
+#, python-format
+msgid "Make this %s available for all users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:396
+msgid "Make view sortable by user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:751
+#, python-format
+msgid "Man-Page: %s not found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:127
+msgid "Manage All Scheduled Reports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:123
+msgid "Manage Own Scheduled Reports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1483
+msgid "Manage event classification and correlation rules for the event console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18609
+msgid "Manage host tags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:33
+msgid "Manage monitored hosts and services and the hosts' folder structure."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18582
+msgid "Manage services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:53
+msgid "Manage users of the monitoring system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:131
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:755
+msgid "Manual"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:837
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13877
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:46
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6172
+msgid "Manual Checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2563
+msgid "Manual check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3221
+msgid "Manual services (defined in main.mk)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:232
+msgid ""
+"Manually let the core send a notification to a host or service in order to "
+"test if notifications are setup correctly"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:177
+#, python-format
+msgid "Manually set to %s by %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:168
+msgid "Manually submit check results for host and service checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2100
+msgid "March"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:676
+msgid "Mark the current distinguished controller as preferred one"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:682
+msgid "Mark the nodes of the resources as preferred one"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1561
+msgid "Master Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:973
+msgid "Master control"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16220
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:349
+msgid "Match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8380
+msgid "Match Contact Groups (cmc only)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:348
+#, fuzzy
+msgid "Match Groups"
+msgstr " Se potriveste grupurilor: %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8338
+msgid "Match Host Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8334
+msgid "Match Host Tags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8373
+msgid "Match Service Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:618
+msgid "Match all nodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:387
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6283
+msgid "Match all processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:555
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7034
+msgid "Match all tasks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:400
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6306
+msgid "Match all users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8562
+msgid "Match event comment"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8538
+msgid "Match event rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:543
+msgid "Match host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8476
+msgid "Match host event type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:246
+msgid "Match interface alias (regex)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8535
+msgid "Match only Event Console alerts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8409
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:591
+msgid "Match only during timeperiod"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8345
+msgid "Match only the following hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8361
+msgid "Match only the following services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8496
+msgid "Match service event type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8464
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11561
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:577
+msgid "Match service level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:551
+msgid "Match syslog application (tag)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8554
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:569
+msgid "Match syslog facility"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8542
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:557
+msgid "Match syslog priority"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8402
+msgid "Match the following check types"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8395
+msgid "Match the output of the check plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8410
+msgid ""
+"Match this rule only during times where the selected timeperiod from the "
+"monitoring system is active."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:592
+msgid ""
+"Match this rule only during times where the selected timeperiod from the "
+"monitoring system is active. The Timeperiod definitions are taken from the "
+"monitoring core that is running on the same host or OMD site as the event "
+"daemon. Please note, that this selection only offers timeperiods that are "
+"defined with WATO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4616
+msgid "Match type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16224
+msgid "Matched line"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:695
+msgid "Matching Criteria"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12337
+msgid "Matrix"
+msgstr "Matrice"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9049
+msgid "Max. Age"
+msgstr "Vechimea Maxima"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9053
+msgid "Max. Count"
+msgstr "Numarul maxim"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3942
+#, fuzzy
+msgid "Max. number of SSL connections"
+msgstr "Numarul maxim de conexiuni"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3935
+msgid "Max. number of connections"
+msgstr "Numarul maxim de conexiuni"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1823
+msgid "Max. number of pending connections to the event socket"
+msgstr "Numarul maxim de conexiuni in asteptare catre socketul de evenimente"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1806
+msgid "Max. number of pending connections to the status socket"
+msgstr "Numarul maxim de conexiuni in asteptare catre socketul de evenimente"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3910
+msgid "Max. parallel connections"
+msgstr "Numarul maxim de conexiuni paralele"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:158
+msgid "Max. Vers.:"
+msgstr "Nr. Max. Versiuni"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:244
+msgid "Max. Version:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1078
+msgid "Maximal age"
+msgstr "Vechimea maxima"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1223
+msgid "Maximal age of newest file"
+msgstr "Vechimea maxima pentru cel mai nou fisier"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1205
+msgid "Maximal age of oldest file"
+msgstr "Vechimea maxima pentru cel mai vechi fisier"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1295
+msgid "Maximal file count"
+msgstr "Numarul maxim de fisiere"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1096
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1277
+msgid "Maximal size"
+msgstr "Dimensiunea Maxima"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1259
+msgid "Maximal size of largest file"
+msgstr "Dimensiunea maxima pentru cel mai mare fisier"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1241
+msgid "Maximal size of smallest file"
+msgstr "Dimensiunea maxima pentru cel mai mic fisier"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:601
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:777
+msgid "Maximum"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:414
+msgid "Maximum Capacity"
+msgstr "Capacitatea maxima"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5498
+msgid "Maximum Levels for Voltage"
+msgstr "Nivelurile maxime pentru voltaj"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5512
+msgid "Maximum Levels for load in percent"
+msgstr "Nivelurile maxime pentru incarcare in procente"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1962
+msgid "Maximum Number of E-Mails in Queue"
+msgstr "Numarul maxim de emailuri in coada"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3977
+#, fuzzy
+msgid "Maximum Rate of Accepted Packets"
+msgstr "Vechimea maxima a backup-urilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3993
+#, fuzzy
+msgid "Maximum Rate of Dropped Packets"
+msgstr "Vechimea maxima a backup-urilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4001
+#, fuzzy
+msgid "Maximum Rate of Logged Packets"
+msgstr "Vechimea maxima a backup-urilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3985
+#, fuzzy
+msgid "Maximum Rate of Rejected Packets"
+msgstr "Vechimea maxima a backup-urilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:396
+msgid "Maximum Speed"
+msgstr "Viteza Maxima"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6958
+msgid "Maximum accepted age of the reported data in seconds."
+msgstr "Vechimea maxima acceptata pentru informatiile acceptate in secunde"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6957
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:782
+msgid "Maximum age"
+msgstr "Vechimea maxima"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1188
+msgid "Maximum age for piggyback files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:774
+msgid "Maximum age of backups"
+msgstr "Vechimea maxima a backup-urilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3737
+msgid "Maximum age of latest timemachine backup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:997
+#, fuzzy
+msgid "Maximum age of passwords"
+msgstr "Vechimea maxima a backup-urilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:980
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5683
+msgid "Maximum allowed uptime"
+msgstr "Timpul maxim permis pentru uptime"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8616
+msgid "Maximum bulk size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1177
+msgid "Maximum cache file age for clusters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9026
+msgid "Maximum count"
+msgstr "Numarul maxim"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4313
+msgid "Maximum distance (TTL) to gateway"
+msgstr "Distanta maxima pana la gateway (TTL)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:472
+msgid "Maximum number of bytes to receive"
+msgstr "Numarum maxim de biti pentru primire"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:454
+msgid "Maximum number of cached log messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1724
+msgid "Maximum number of check attempts for host"
+msgstr "Numarul maxim de incercari de verificare pentru element"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1633
+msgid "Maximum number of check attempts for service"
+msgstr "Numarul maxim de incercari de verificare pentru serviciu"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1932
+msgid "Maximum number of connections or listeners"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3959
+#, fuzzy
+msgid "Maximum number of firewall connections"
+msgstr "Numarul maxim de conexiuni"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7048
+msgid "Maximum number of matched tasks for OK state"
+msgstr "Numarul maxim de task-uri cu statusul OK"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7052
+msgid "Maximum number of matched tasks for WARNING state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:747
+msgid "Maximum number of messages"
+msgstr "Numarul maxim de mesaje"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:745
+msgid "Maximum number of messages in Websphere Message Queues"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:470
+msgid "Maximum number of parsed lines per log file"
+msgstr "Numarul maxim de linii parsate per fisier de loguri"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3504
+msgid "Maximum run duration for last execution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:784
+msgid "Maximum size of all files on backup space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3757
+msgid "Maximum time since last start of job execution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1676
+msgid "Maximum uptime of Device"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2101
+msgid "May"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2852
+msgid "May be due to high guest load."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7278
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7309
+msgid ""
+"Maybe the provided user (provided via bind credentials) has not enough "
+"permissions or the credentials are wrong."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2349
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2446
+msgid "Measurement unit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:897
+msgid "Member Attribute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7947
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4020
+msgid "Members"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4019
+msgid "Members "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:405
+msgid "Memory (RAM)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1355
+msgid "Memory Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2579
+msgid "Memory Pool Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2778
+msgid "Memory Usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2764
+msgid "Memory Usage of Clusters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6180
+msgid "Memory and CPU of processes on Windows"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:211
+msgid "Memory and Pagefile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1350
+msgid "Memory and pagefile levels for Windows"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6188
+msgid "Memory critical at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2739
+msgid "Memory levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5964
+msgid "Memory levels for DB2 memory usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1359
+msgid "Memory usage in percent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:616
+msgid "Memory usage of DB2 (Linux, AIX, Solaris)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6187
+msgid "Memory warning at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:499
+msgid "Merge even if there is an acknowledged event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:498
+msgid "Merge if there is an open un-acknowledged event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:492
+msgid "Merge with open event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:332
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1715
+msgid "Message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:715
+msgid "Message Text"
+msgstr "Mesajul Text"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:134
+msgid "Message count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:97
+msgid "Message/Text of event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6024
+msgid "Messages are handled by logwatch."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:216
+msgid "Messages in text log files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9047
+msgid "Method"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1496
+msgid "Method or probing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:65
+msgid "Micro Core Statistics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4482
+msgid "Microsoft Exchange Queues Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:155
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:241
+msgid "Min. Version:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1069
+msgid "Minimal age"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1214
+msgid "Minimal age of newest file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1196
+msgid "Minimal age of oldest file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1286
+msgid "Minimal file count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1087
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1268
+msgid "Minimal size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1250
+msgid "Minimal size of largest file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1232
+msgid "Minimal size of smallest file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:600
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:776
+msgid "Minimum"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1041
+msgid "Minimum Certificate Age"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5505
+msgid "Minimum Levels for Voltage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5519
+msgid "Minimum Levels for load in percent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2126
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3323
+msgid "Minimum levels if using magic factor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1923
+msgid "Minimum number of connections or listeners"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:183
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:491
+msgid "Minimum number of days a certificate has to be valid"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1042
+msgid "Minimum number of days a certificate has to be valid."
+msgstr ""
+
diff --git a/xae b/xae
new file mode 100644
index 0000000..8b77382
--- /dev/null
+++ b/xae
@@ -0,0 +1,4000 @@
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:805
+msgid ""
+"Minimum number of days a certificate has to be valid. Port defaults to 443. "
+"When this option is used the URL is not checked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7044
+msgid "Minimum number of matched tasks for OK state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7040
+msgid "Minimum number of matched tasks for WARNING state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4017
+msgid "Minimum number of pool members"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:983
+msgid "Minimum password length"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:972
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3567
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5675
+msgid "Minimum required uptime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+msgid "Minute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15400
+msgid "Minute of the hour (0-59)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:453
+msgid "Minutes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:506
+msgid "Mirror margins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1941
+msgid "Misc:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:162
+#, python-format
+msgid "Missing %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1841
+#, python-format
+msgid "Missing %s context"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:261
+msgid "Missing authentication credentials"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:328
+msgid "Missing needed host parameter."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11213
+msgid "Missing secret for automation command."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:439
+msgid "Missing site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:778
+msgid "Missing the variable view_name in the URL."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11253
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11289
+msgid "Missing variable siteid"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11257
+msgid "Missing variable user_id"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:90
+msgid "Mixed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:49
+msgid "Mobile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:385
+msgid "Mobile: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:835
+msgid "Mobile: Dataset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:797
+msgid "Mobile: List"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:762
+msgid "Mobile: Table"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3869
+msgid "Mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1496
+msgid "Mode found during inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:520
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:565
+msgid "Mode of the Check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:394
+msgid "Model"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:239
+msgid "Model and Revsion"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1556
+msgid "Modem States that lead to a critical state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12404
+msgid "Modifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17008
+#, python-format
+msgid "Modified BI aggregation %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17152
+#, python-format
+msgid "Modified BI rule %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:156
+msgid "Modified attributes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1154
+#, python-format
+msgid "Modified event correlation rule %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13394
+#, python-format
+msgid "Modified folders: %d, modified hosts: %d, modified rulesets: %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10393
+#, python-format
+msgid "Modified site connection %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9729
+#, python-format
+msgid "Modified time period %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12042
+#, python-format
+msgid "Modified user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12482
+#, python-format
+msgid "Modified user role '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:163
+#, python-format
+msgid "Modify builtin %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1474
+msgid "Modify display options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18587
+msgid "Modify existing folders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18526
+msgid "Modify existing hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18588
+msgid "Modify the properties of existing folders."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18527
+msgid ""
+"Modify the properties of existing hosts. Please note: for the management of "
+"services (inventory) there is a separate permission (see below)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2755
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3111
+msgid "Module name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9675
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1750
+msgid "Monday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1162
+msgid "Monitor all instances found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1108
+msgid "Monitor hosts for unchecked services (Check_MK inventory)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:716
+msgid "Monitor multiple JMX instances on the host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1517
+msgid "Monitor port speed of network interfaces"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1506
+msgid "Monitor port state of network interfaces"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1886
+msgid "Monitor specific TCP/UDP connections and listeners"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:85
+msgid "Monitor the performance of the Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10831
+msgid "Monitored on site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:52
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1230
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1341
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1348
+msgid "Monitoring Agents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1626
+msgid "Monitoring Configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:156
+msgid "Monitoring History"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2395
+msgid "Monitoring history entries (events and availability)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1950
+#, fuzzy
+msgid "Monitoring host name"
+msgstr " pe siteul de monitorizare: "
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6104
+msgid "Monitoring of forwarded logfiles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1868
+msgid "Month"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1354
+msgid "Monthly Report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2353
+msgid ""
+"Most SNMP hosts support SNMP version 2c. However, Check_MK defaults to "
+"version 1, in order to support as many devices as possible. Please use this "
+"ruleset in order to configure SNMP v2c for as many hosts as possible. That "
+"version has two advantages: it supports 64 bit counters, which avoids "
+"problems with wrapping counters at too much traffic. And it supports bulk "
+"walk, which saves much CPU and network resources. Please be aware, however, "
+"that there are some broken devices out there, that support bulk walk but "
+"behave very bad when it is used. When you want to enable v2c while not using "
+"bulk walk, please use the rule set snmpv2c_hosts instead."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:950
+msgid ""
+"Most dashlets have a hard coded default title. For example the view snapin "
+"has even a dynamic title which defaults to the real title of the view. If "
+"you like to use another title, set it here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5224
+msgid "Most recent events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:959
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2183
+msgid "Mount point"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1510
+msgid "Move To"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18542
+msgid "Move existing hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18543
+msgid ""
+"Move existing hosts to other folders. Please also add the permission "
+"Modify existing hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:620
+msgid "Move this element one position down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:614
+msgid "Move this element one position up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:621
+msgid "Move this element to the bottom"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:613
+msgid "Move this element to the top"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:831
+#, python-format
+msgid "Move this entry %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1251
+msgid "Move this folder to another place"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1259
+msgid "Move this folder to:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8754
+msgid "Move this notification rule one position down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8748
+msgid "Move this notification rule one position up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8755
+msgid "Move this notification rule to the bottom"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8747
+msgid "Move this notification rule to the top"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14315
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:972
+msgid "Move this rule one position down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14310
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:966
+msgid "Move this rule one position up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:973
+msgid "Move this rule to the bottom"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14316
+msgid "Move this rule to the bottom of the list"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:965
+msgid "Move this rule to the top"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14309
+msgid "Move this rule to the top of the list"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12826
+msgid "Move this tag group one position down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12821
+msgid "Move this tag group one position up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1363
+msgid "Move to Target Folders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1576
+msgid "Move:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1646
+#, python-format
+msgid "Moved %d hosts from %s to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3512
+#, python-format
+msgid "Moved %d imported hosts to their original destination."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:890
+#, python-format
+msgid "Moved folder %s to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1638
+#, python-format
+msgid "Moved host from %s to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:728
+msgid "Multiline string matching"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4614
+msgid "Multipath Count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4581
+msgid "Multipathing - health of a multipath LUN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4659
+msgid "Multipathing on HPUX - state of paths of a LUN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1400
+msgid "Multiple Hosts: Number of successful results"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/main.py:41
+msgid "Multisite"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4794
+msgid "Multisite URL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:72
+msgid "Multisite Views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:844
+msgid ""
+"Multisite does not support umlauts in User-IDs at the moment. To deal with "
+"LDAP users having umlauts in their User-IDs you have the following choices."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10509
+msgid "Multisite-URL of remote site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15574
+msgid "Must contain at least one subgroup (...)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:289
+msgid "MySQL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3905
+msgid "MySQL Connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:594
+msgid "MySQL Databases (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3872
+msgid "MySQL InnoDB Throughput"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3830
+msgid "MySQL Sessions & Connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:570
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1040
+msgid "N#"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:681
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:694
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:703
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1960
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:371
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:372
+msgid "N/A"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1662
+msgid "NA"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:440
+msgid "NFS4 exports (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:945
+msgid "NGINX webservers (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+msgid "NODATA"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:29
+msgid "NagVis"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7985
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/nagvis_maps.py:40
+msgid "NagVis Maps"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:218
+msgid "NagVis Maps, Configurations and User Files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2393
+msgid "NagVis maps"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1205
+msgid "Nagios command pipe"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:675
+msgid "Naildown the DC"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:681
+msgid "Naildown the resources"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:677
+msgid ""
+"Nails down the DC to the node which is the DC during inventory. The check "
+"will report CRITICAL when another node becomes the DC during later checks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:683
+msgid ""
+"Nails down the resources to the node which is holding them during inventory. "
+"The check will report CRITICAL when another holds the resource during later "
+"checks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7943
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8040
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9280
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12395
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15900
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17280
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17392
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:560
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:853
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:956
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1337
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1521
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1451
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1520
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:441
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:453
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:634
+msgid "Name"
+msgstr "Nume"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:233
+msgid "Name / Description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:753
+msgid "Name of Channel or Queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4491
+msgid "Name of Counter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1723
+msgid "Name of Wifi"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:652
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1128
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1166
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4460
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6144
+msgid "Name of group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4461
+msgid "Name of group in service description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6289
+msgid "Name of operating system user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4023
+msgid "Name of pool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7059
+msgid "Name of service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4492
+msgid "Name of the Counter to be monitored."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4585
+msgid "Name of the MP LUN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4562
+msgid "Name of the OMD site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:394
+msgid "Name of the User"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2948
+msgid "Name of the VM/HostSystem"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2254
+msgid "Name of the bonding interface"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4042
+msgid "Name of the database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4857
+msgid "Name of the device"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1385
+msgid "Name of the form to populate and submit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:689
+msgid "Name of the instance in the monitoring"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6395
+msgid "Name of the license"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4573
+msgid "Name of the mount point"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6184
+msgid "Name of the process"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4805
+msgid "Name of the service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7016
+msgid "Name of the task"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:576
+msgid "Name of the virtual host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5658
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5692
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5731
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5770
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5801
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5877
+msgid "Name of the virtual machine"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6894
+msgid "Name of the virtual machine and/or
garbage collection type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6942
+msgid "Name of the virtual machine and/or
threadpool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1464
+msgid "Name resolution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:571
+msgid ""
+"Needed for acknowledging and changing the comment and contact of an event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:577
+msgid "Needed for changing a comment when updating an event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:581
+msgid "Needed for changing a contact when updating an event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:161
+msgid "Negate: find hosts not having this package"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:885
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:936
+msgid "Nested group memberships are resolved"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1098
+msgid "NetApp Filers: Used Space in Filesystems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1099
+msgid "NetApp Filers: Used space in Filesystem Using 32-Bit Counters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1121
+msgid "NetBIOS name of the server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1316
+msgid "Netapp FC Port throughput"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:227
+msgid "Network Interface and Switch Port Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:203
+msgid "Network Topology"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:481
+msgid "Network Topology: Default Filter Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4570
+msgid "Network filesystem - overall status (e.g. NFS)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4449
+msgid "Network interface groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1461
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:256
+msgid "Network interface port states to inventorize"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1468
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:264
+msgid "Network interface port types to inventorize"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2262
+msgid "Network interfaces and switch ports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2433
+msgid "Network specification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:36
+msgid "Networking"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:77
+msgid "Never remove files newer than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14760
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:259
+msgid "New"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:196
+msgid "New Action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16309
+msgid "New Aggregation"
+msgstr "Agregare noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17344
+msgid "New Attribute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12698
+msgid "New Aux tag"
+msgstr "Eticheta Auxiliara noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:872
+#, fuzzy
+msgid "New Entry"
+msgstr "Cluster nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15907
+#, fuzzy
+msgid "New Password"
+msgstr "Parola"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15910
+#, fuzzy
+msgid "New Password Confirmation"
+msgstr "Confirma Parola"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8833
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9084
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9088
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16311
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:838
+msgid "New Rule"
+msgstr "Regula Noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3387
+msgid "New Search"
+msgstr "Cautare noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12697
+msgid "New Tag group"
+msgstr "Eticheta de grup nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9235
+msgid "New Timeperiod"
+msgstr "Perioada de timp Noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11646
+msgid "New User"
+msgstr "Utilizator nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:844
+msgid "New cluster"
+msgstr "Cluster nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9872
+msgid "New connection"
+msgstr "Conexiune Noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7864
+#, fuzzy
+msgid "New contact group"
+msgstr "Eticheta de grup nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:95
+msgid "New event created"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:841
+msgid "New folder"
+msgstr "Folder nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:843
+msgid "New host"
+msgstr "Element nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7859
+#, fuzzy
+msgid "New host group"
+msgstr "Grup nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2268
+msgid "New name"
+msgstr "Nume nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4249
+msgid "New parents configured"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7862
+#, fuzzy
+msgid "New service group"
+msgstr "Grup nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5226
+msgid "Newer events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:953
+#, fuzzy
+msgid "Next Time"
+msgstr "Perioada de timp Noua"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:541
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:956
+msgid "Next check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:555
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:963
+msgid "Next notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1480
+msgid "Nginx Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:961
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1156
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1167
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:64
+msgid "No"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18141
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1225
+msgid "No Changes"
+msgstr "Nici o schimbare"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15524
+msgid "No Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:313
+msgid ""
+"No UTF-8 encoding found in your locale -a! Please provide C.UTF-8 encoding."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2859
+msgid "No VMWare Tools installed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2291
+msgid "No authentication, no privacy"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14112
+#, python-format
+msgid "No available rule for service %s at host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:459
+msgid "No colon, slash or backslash is allowed in the filename."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:356
+msgid "No commands are possible in this view"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:34
+msgid "No configuration neccessary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12193
+msgid "No contact groups assigned."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17379
+msgid "No custom attributes are defined yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:41
+msgid "No data."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:581
+msgid "No datasource defined."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:68
+msgid "No entries."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6025
+msgid "No forwarding"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4248
+msgid "No gateway found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:54
+msgid "No graph available."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7919
+msgid "No groups are defined yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2844
+msgid "No heartbeat"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4372
+#, python-format
+msgid "No host %s configured, parents not set"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3624
+msgid "No host has been imported."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:287
+msgid "No hosts/services found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:895
+msgid "No information available"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:149
+msgid "No logging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:151
+msgid "No logs found for this host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1942
+msgid "No matching data row. No command sent."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3402
+msgid "No matching hosts found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1184
+msgid "No matching hosts/services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:183
+msgid "No password given."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5247
+msgid "No pending changes, monitoring server is up to date."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:525
+msgid "No performance data: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:701
+msgid "No persistent connection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10500
+msgid "No replication with this site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:153
+#, python-format
+msgid "No report defined with the name '%s'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12160
+msgid "No roles assigned."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1912
+msgid "No rows selected to perform actions for."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:200
+msgid "No title"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:179
+msgid "No username given."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11707
+msgid "No users are defined yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:781
+#, python-format
+msgid "No view defined with the name '%s'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:861
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6750
+msgid "No-TxCredits errors"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1497
+msgid "Node"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:601
+msgid "Node Path Matching"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:296
+msgid "Node Stats"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2134
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16400
+msgid "Nodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17096
+msgid "Nodes that are aggregated by this rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16870
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16901
+msgid "Nodes to create:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4974
+msgid "Nominal Frequencies"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:422
+msgid "Non-ASCII characters are not allowed here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13874
+msgid "Non-empty rulesets"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5858
+msgid "Nonheap Memory Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:998
+msgid "Normal check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1735
+msgid "Normal check interval for host checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1645
+msgid "Normal check interval for service checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:90
+msgid "Normal logging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:557
+msgid "Normal monitoring user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12088
+msgid "Normal user login with password"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1010
+msgid "Normal/retry check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1115
+msgid ""
+"Normally the filesystem checks (df, hr_fs and others) will "
+"create a single service for each filesystem. By defining grouping patterns "
+"you can handle groups of filesystems like one filesystem. For each group you "
+"can define one or several patterns. The filesystems matching one of the "
+"patterns will be monitored like one big filesystem in a single service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4450
+msgid ""
+"Normally the if checks create a single service for interface. By defining if-"
+"group patterns multiple interfaces can be combined together. A single "
+"service is created for this interface group showing the total traffic amount "
+"of its members. You can configure if interfaces which are identified as "
+"group interfaces should not show up as single service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:111
+msgid ""
+"Normally the resolution of the daemon logfile is in seconds. This option "
+"enable micro second precision."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:54
+msgid ""
+"Normally this value is 1, which means that the best state of all "
+"child nodes is being used as the total state. If you set it for example to "
+"2, then the node with the best state is not being regarded. If the "
+"states of the child nodes would be CRIT, WARN and OK, then to total state "
+"would be WARN."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:32
+msgid ""
+"Normally this value is 1, which means that the worst state of all "
+"child nodes is being used as the total state. If you set it for example to "
+"2, then the node with the worst state is not being regarded. If the "
+"states of the child nodes would be CRIT, WARN and OK, then to total state "
+"would be WARN."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2164
+msgid ""
+"Normally, the time left until the disk is full is only displayed when the "
+"configured levels have been breached. If you set this option the check "
+"always reports this information"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17705
+msgid "Not allowed create subfolders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17702
+msgid "Not allowed to change hosts.mk file. It is locked"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:263
+msgid "Not authenticated"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1210
+msgid "Not contained in any group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4873
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4912
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15713
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15741
+msgid "Not logged in."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12101
+msgid "Not permitted to change the password. Change can not be enforced."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:934
+msgid "Not showing information for a specific object."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16372
+msgid "Note"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:311
+msgid ""
+"Note: Expiration of acknowledgements only works when using the Check_MK "
+"Micro Core."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:293
+msgid ""
+"Note: If you also set a limit in the report, then the limit set here will "
+"replace that one."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4385
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4407
+msgid ""
+"Note: enabling performance data for the latency might cause "
+"incompatibilities with existing historical data if you are running "
+"PNP4Nagios in SINGLE mode."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:769
+msgid "Note: this still does an HTTP GET or POST, not a HEAD."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11820
+#, python-format
+msgid ""
+"Note: you haven't defined any contact groups yet. If you create "
+"some contact groups you can assign users to them und thus make them "
+"monitoring contacts. Only monitoring contacts can receive notifications."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:830
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1295
+msgid "Notes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2042
+msgid "Notes URL for Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2031
+msgid "Notes URL for Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:83
+msgid "Notice"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:662
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1060
+msgid "Notif."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:29
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1872
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:38
+msgid "Notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8600
+msgid "Notification Bulking"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8223
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8656
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11497
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12253
+msgid "Notification Method"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12238
+msgid "Notification Options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:403
+msgid "Notification Period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11511
+msgid "Notification Plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8216
+msgid "Notification Script"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8829
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18652
+msgid "Notification configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2907
+msgid "Notification events of hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:89
+msgid "Notification fail retry interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:96
+#, fuzzy
+msgid "Notification log level"
+msgstr "Notificari"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1915
+msgid "Notification period for hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1927
+msgid "Notification period for services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8696
+msgid "Notification rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8703
+#, python-format
+msgid "Notification rules of user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12212
+msgid "Notification time period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8618
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11790
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11844
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12203
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15365
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15862
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15920
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17299
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:61
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1838
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:506
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:524
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:695
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3019
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3067
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:93
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:937
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:686
+msgid "Notifications"
+msgstr "Notificari"
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:405
+#, python-format
+msgid "Notifications are disabled for this %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8610
+msgid "Notifications are kept back for bulking at most for this time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:402
+#, python-format
+msgid "Notifications are manually disabled for this %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:399
+#, python-format
+msgid "Notifications are manually enabled for this %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12208
+msgid ""
+"Notifications are sent out when the status of a host or service changes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:472
+msgid "Notifications enabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:625
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3128
+msgid "Notifications of contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2944
+msgid "Notifications of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:669
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2992
+msgid "Notifications of host & services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1877
+msgid "Notified events for hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1901
+msgid "Notified events for services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11651
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:135
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:145
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:173
+msgid "Notify Users"
+msgstr "Notifica utilizatorii"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8243
+msgid "Notify all contacts of the notified host or service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8250
+msgid "Notify all users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8256
+msgid "Notify all users that have configured an email address in their profile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11630
+msgid "Notify by: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+msgid "November"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8953
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16362
+msgid "Nr."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:56
+msgid ""
+"Number ICMP echo request packets to send to the target host on each check "
+"execution. All packets are sent directly on check execution. Afterwards the "
+"check waits for the incoming packets."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6443
+msgid "Number of Active Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:177
+msgid "Number of Check_MK check helpers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:437
+msgid "Number of Columns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3800
+msgid "Number of Deadlocks / sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6451
+msgid "Number of Inactive Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7104
+msgid "Number of Lotus Domino Users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7077
+msgid "Number of Mails in Queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6974
+msgid "Number of Nodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:79
+msgid "Number of OK-nodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4317
+msgid "Number of PING probes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6981
+msgid "Number of Resources"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:563
+msgid "Number of Services of the Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7118
+msgid "Number of Transactions per Minute on a Lotus Domino Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4248
+msgid "Number of Users Logged In"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6844
+msgid "Number of active Plugs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4663
+msgid "Number of active paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4085
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4828
+msgid "Number of active sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10214
+msgid "Number of channels to keep open"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:987
+msgid "Number of character groups to use"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1667
+msgid "Number of clients"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1668
+msgid "Number of clients connected to a Device."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:508
+msgid "Number of configuration snapshots to keep"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1714
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5894
+msgid "Number of connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1715
+msgid "Number of connections for a WiFi"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:135
+msgid "Number of context buttons to show"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:355
+msgid "Number of critical alerts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1639
+msgid "Number of current LSNAT bindings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3837
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4056
+msgid "Number of current sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3846
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4065
+msgid "Number of currently running sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:625
+msgid "Number of data points"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2489
+msgid "Number of dropped bits or bytes per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:166
+msgid "Number of elements to show in Quicksearch"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:486
+msgid "Number of expected messages in each interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4665
+msgid "Number of failed paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4517
+msgid "Number of folders to create in each level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:160
+msgid "Number of generic check helpers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1429
+msgid "Number of hosts in state DOWN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1443
+msgid "Number of hosts in state PENDING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1436
+msgid "Number of hosts in state UNREACH"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1422
+msgid "Number of hosts in state UP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3890
+msgid "Number of hosts to handle at once:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4837
+msgid "Number of inactive sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4274
+msgid "Number of kernel events per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3811
+msgid "Number of lock requests per second that required the caller to wait."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3801
+msgid "Number of lock requests per second that resulted in a deadlock."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3791
+msgid ""
+"Number of lock requests per second that timed out, including requests for "
+"NOWAIT locks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:960
+msgid "Number of logon failures to lock the account"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4510
+msgid "Number of mails in outgoing mail queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5918
+msgid "Number of messages currently queued"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5902
+msgid "Number of messages delivered"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5934
+msgid "Number of messages in deferred state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3856
+msgid "Number of new connections per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3781
+msgid ""
+"Number of new locks and lock conversions per second requested from the lock "
+"manager."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9056
+msgid "Number of notifications exceeds maximum allowed number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2993
+msgid "Number of open jobs of a printer on windows"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:55
+msgid "Number of packets"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4309
+msgid "Number of probes per hop"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:357
+msgid "Number of problem alerts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1186
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:278
+msgid "Number of problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4260
+msgid "Number of processes on OpenVMS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:353
+msgid "Number of recoveries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2400
+msgid "Number of retries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1172
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1380
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1478
+msgid "Number of services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1200
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1401
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1499
+msgid "Number of services in state CRIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1179
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1387
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1485
+msgid "Number of services in state OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1214
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1415
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1513
+msgid "Number of services in state PENDING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1207
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1408
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1506
+msgid "Number of services in state UNKNOWN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1193
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1394
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1492
+msgid "Number of services in state WARN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4664
+msgid "Number of standby paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:624
+msgid "Number of steps aggregated in one data point"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:145
+msgid "Number of the graph template"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4235
+msgid "Number of threads"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:356
+msgid "Number of unknown alerts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4666
+msgid "Number of unopen paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6405
+msgid "Number of used Citrix licenses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6392
+msgid "Number of used VMware licenses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5210
+msgid "Number of used states of OpenBSD PF engine"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:354
+msgid "Number of warnings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4875
+msgid "Number or ID of the disk"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4513
+msgid "Number to create"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1388
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1486
+msgid "O"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:465
+msgid "OBSOLETE - DO NOT USE THIS COLUMN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1657
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8501
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8502
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8503
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8505
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8509
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8513
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1246
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:905
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1551
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:208
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1015
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5293
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:156
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:417
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:459
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:205
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:284
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:296
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:308
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:685
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:698
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1229
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1244
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1180
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1882
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:140
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:331
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:746
+msgid "OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1291
+msgid "OK - do not alert, just display"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:229
+msgid "OK Pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:633
+msgid "OK Services of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:101
+msgid "OK area"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4620
+msgid "OK if standby count is zero or equals active paths."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:359
+msgid "OK/Up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4559
+msgid "OMD site status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:366
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:679
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:692
+msgid "OO/Notif"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:680
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:693
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1253
+msgid "OO/Service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1134
+msgid "ORACLE Databases (Linux, AIX)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3496
+msgid "ORACLE Scheduler Job"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3217
+msgid "Obsolete services (being checked, but should be ignored)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+msgid "October"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2500
+msgid "Official Release version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11740
+msgid "Offline"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1971
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4497
+msgid "Offset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:921
+msgid "Old Nagios GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5234
+msgid "Older events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:583
+msgid "Omit specifying an IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:155
+msgid "On Down host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:650
+msgid "On a remote site, when it receives a new configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4417
+msgid "On explicit devices ->"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16132
+msgid ""
+"On this page you can test the defined logfile patterns against a custom "
+"text, for example a line from a logfile. Using this dialog it is possible to "
+"analyze and debug your whole set of logfile patterns."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:880
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:931
+msgid ""
+"Once you enable this option, this plugin will not only handle direct group "
+"memberships, instead it will also dig into nested groups and treat the "
+"members of those groups as contact group members as well. Please mind that "
+"this feature might increase the execution time of your LDAP sync."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2232
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:363
+msgid "One Month"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2232
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:363
+msgid "One Week"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2233
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:364
+msgid "One Year"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:56
+msgid "One line of text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11737
+msgid "Online"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8403
+msgid ""
+"Only apply the rule if the notification originates from certain types of "
+"check plugins. Note: Host notifications never match this rule if this option "
+"is being used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12216
+msgid ""
+"Only during this time period the user will get notifications about host or "
+"service alerts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:189
+msgid "Only execute plugins with the following extensions:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:738
+msgid "Only fetch specific OIDs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3879
+msgid "Only include hosts that failed on previous discovery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3881
+msgid "Only include hosts with a failed discovery check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:247
+msgid ""
+"Only inventorize interfaces whose alias matches one of the configured "
+"regular expressions. The match is done on the beginning of the alias. This "
+"allows you to select interfaces based on the alias without having the alias "
+"be part of the service description."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5898
+#, python-format
+msgid ""
+"Only members of the contact groups listed here have WATO permission to the "
+"host / folder. If you want, you can make those contact groups automatically "
+"also monitoring contacts. This is completely optional. Assignment of "
+"host and services to contact groups can be done by rules as "
+"well."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13078
+msgid "Only on tag may be empty."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:377
+msgid "Only precompile on demand"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1163
+msgid "Only query the following SIDs (if found)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:32
+msgid "Only show hosts and services the user is a contact for"
+msgstr ""
+"Arata doar elementele si serviciile pentru care utilizatorul este contact"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6940
+#, python-format
+msgid ""
+"Only supports snapshots up to 100MB. If your snapshot is larger than 100MB "
+"please copy it into the sites
backup directory %s/wato/snapshots. It will "
+"then show up in the snapshots table.
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:305
+msgid "Open Log"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9038
+msgid "Open bulk notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:599
+msgid "Open this Aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:726
+msgid "OpenLDAP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6509
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6551
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6586
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6621
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6667
+msgid "Oper States"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:440
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:441
+msgid "Operating System"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:38
+msgid "Operating System Resources"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2278
+msgid "Operating speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:39
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1081
+msgid "Operation mode of Check_MK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2301
+msgid "Operational State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:325
+msgid "Operational port states to inventorize"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:919
+msgid "Operational state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16966
+msgid "Optimization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1715
+msgid "Optimize rule execution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:218
+msgid "Optional DNS server you want to use for the lookup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:237
+msgid "Optional expect the DNS server to be authoriative for the lookup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:661
+msgid "Optional login (if required)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:207
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:376
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:862
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:960
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1303
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1437
+msgid "Optional parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:529
+msgid "Optional selection of a site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:239
+msgid "Optional selection of host contact group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:233
+msgid "Optional selection of host group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:240
+msgid "Optional selection of service contact group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:235
+msgid "Optional selection of service group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:254
+msgid "Optional variable prefix"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:420
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2976
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3662
+msgid "Options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:338
+msgid "Options for report emails"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:292
+msgid "Oracle"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3417
+msgid "Oracle Data-Guard Stats"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3531
+msgid "Oracle Instance"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4101
+msgid "Oracle Locks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3373
+msgid "Oracle Logswitches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4125
+msgid "Oracle Long Active Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3346
+msgid "Oracle Processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3393
+msgid "Oracle Recovery Area"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3472
+msgid "Oracle Recovery Status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4083
+msgid "Oracle Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3253
+msgid "Oracle Tablespaces"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3448
+msgid "Oracle Undo Retention"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:560
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14307
+msgid "Order"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:50
+msgid ""
+"Organize your hosts and services in groups independent of the tree structure."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:447
+msgid "Original Text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15594
+msgid "Original hostname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6656
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:656
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1671
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:626
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:670
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:708
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:428
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:607
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1353
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1380
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1790
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1992
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2506
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2945
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2993
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3044
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3081
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3129
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:73
+msgid "Other"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7218
+#, fuzzy
+msgid "Other Settings"
+msgstr "Setari"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6683
+msgid "Other content"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6862
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6906
+msgid "Other keywords for this rule: Tomcat, Jolokia, JMX. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2293
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2324
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2343
+msgid "Other speed in bits per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:371
+msgid ""
+"Otherwise counting will start from one with a new event for the next rule "
+"match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:679
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:692
+msgid "Out of Notification Period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:680
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:693
+msgid "Out of Service Period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:512
+msgid "Out of notification period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:343
+msgid "Outage statistics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:697
+msgid "Outcome & Action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:150
+msgid "Output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:354
+msgid "Output of check plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:911
+msgid "Output of host check plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2340
+msgid "Output text coding settings for SNMP devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4542
+msgid "Overall state of a virtual machine (for example ESX VMs)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:46
+msgid ""
+"Overall state of all hosts, with counts of services in the various states."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:87
+msgid "Overall state of your favorite hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9036
+msgid "Overdue bulk notifications!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8286
+msgid "Overriding by users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:205
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:33
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:204
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:227
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:163
+msgid "Overview"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:55
+msgid "Overview / Introduction"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4337
+msgid "Overwrite Service State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:919
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:349
+msgid "Owner"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:398
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:103
+msgid "Owner of event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1416
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1514
+msgid "P"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1656
+msgid "PD"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3234
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3235
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:310
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:324
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:333
+msgid "PEND"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:366
+msgid "PENDING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:737
+msgid "PENDING Services of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:420
+msgid "PID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1776
+msgid "PING (active check with ICMP echo request)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:49
+msgid "PING and host check parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1534
+msgid "PNP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1352
+msgid "PNP Graphs of services with description:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:79
+msgid "PNP Timerange"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2240
+msgid "PNP View"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:715
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1067
+msgid "PNP graph"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1325
+msgid "PNP graphs for all Services with a certain description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1695
+msgid "PNP graphs for host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1066
+msgid "PNP host graph"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:714
+msgid "PNP service graph"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1696
+msgid "PNP4Nagios"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:210
+msgid ""
+"PNP4Nagios needs meta information about hosts and services. These "
+"information is stored in XML files. Updating these files for each new check "
+"results produces lots of I/O. Delaying the update for up to one hour saves "
+"this I/O.The price is, that WARN/CRIT levels displayed in graphs might not "
+"be uptodate for a while after a configuration change. Select 0 for "
+"no delay."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:224
+msgid ""
+"PNP4Nagios needs meta information about hosts and services. These "
+"information is stored in XML files. Updating these files for on restart or "
+"reload of the monitoring core might cause a peak of I/O short time after the "
+"restart. This might be no problem for smaller installations. You can enable "
+"this to have the meta information updated when processing the result of the "
+"first check after the restart."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1607
+msgid "POP3"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1611
+msgid "POP3 Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1910
+msgid "PROB"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:615
+msgid "Package"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:459
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:638
+msgid "Package Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1342
+msgid "Package customized monitoring agents for Windows, Linux and other OSes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:451
+msgid "Packages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:43
+msgid "Packet loss"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1433
+msgid "Pad port numbers with zeroes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:754
+msgid "Page Size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:335
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:337
+msgid "Page not found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:483
+msgid "Page size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:774
+msgid "Page size to expect"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1387
+msgid "Pagefile Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6190
+msgid "Pagefile critical at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1391
+msgid "Pagefile usage in percent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6189
+msgid "Pagefile warning at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:816
+msgid "Pager"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12079
+msgid "Pager address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:651
+msgid "Pages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:496
+msgid "Paper margins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:98
+msgid "Paragraph of text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:278
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:654
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2002
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2574
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2596
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2599
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2862
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3088
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14134
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15337
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16397
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17065
+msgid "Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17066
+msgid ""
+"Parameters are used in order to make rules more flexible. They must be named "
+"like variables in programming languages. For example you can make your rule "
+"have the two parameters HOST and INST. When calling the "
+"rule - from an aggergation or a higher level rule - you can then specify two "
+"arbitrary values for these parameters. In the title of the rule as well as "
+"the host and service names, you can insert the actual value of the "
+"parameters by $HOST$ and $INST$ (enclosed in dollar signs)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15361
+#, python-format
+msgid "Parameters for %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:29
+msgid "Parameters for Inventorized Checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5131
+msgid "Parameters for input phases of UPSs and PDUs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5104
+msgid "Parameters for output phases of UPSs and PDUs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5982
+msgid "Parameters for the Windows Update Check with WSUS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17078
+msgid ""
+"Parameters must contain only A-Z, a-z, 0-9 and _ and must not begin with a "
+"digit."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2505
+msgid "Parameters of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:850
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4117
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4243
+msgid "Parent scan"
+msgstr "Scanarea parintilor"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4392
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1251
+msgid "Parents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:72
+msgid ""
+"Parents are used to configure the reachability of hosts by the monitoring "
+"server. A host is considered to be unreachable if all of its parents "
+"are unreachable or down. Unreachable hosts will not be actively monitored."
+"
Clusters automatically configure all of their nodes as "
+"parents, but only if you do not configure parents manually.
In a "
+"distributed setup make sure that the host and all of its parents are "
+"monitored by the same site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4451
+#, python-format
+msgid "Parents unchanged at %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1359
+msgid "Parentscan"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:138
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:686
+msgid "Passive checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:494
+#, python-format
+msgid "Passive checks have been manually disabled for this %s!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:271
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11757
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:371
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:384
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1104
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:665
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:680
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:885
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1063
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1151
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1297
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1550
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1599
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1647
+msgid "Password"
+msgstr "Parola"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11127
+#, python-format
+msgid "Password changed (sync failed: %s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:886
+msgid "Password for binding, if your server requires an authentication"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:581
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:779
+msgid "Password for login"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:668
+msgid "Password for this user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:168
+msgid "Password:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:462
+msgid "Path"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4650
+msgid "Path ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:268
+msgid "Path-patterns where to search for Jar files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10200
+msgid "Path:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16222
+msgid "Pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:911
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:76
+msgid "Pattern (Regex)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1131
+msgid "Pattern for mount point (using * and ?)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:840
+msgid "Patterns for logfiles to monitor (allowing * and ?)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5455
+msgid "Pause"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1215
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1444
+msgid "Pd"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1084
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1094
+msgid "Pending Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4638
+msgid "Pending changes to activate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4483
+msgid ""
+"Per default all Counters a preconfigured in the check. It needed it is "
+"possible to overwrite that with this rule. To do that, knowledge about the "
+"Agent Output is needed. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:235
+msgid ""
+"Per default all plugins and local scripts are being run sequentially. You "
+"choose to run all asynchronous plugins in parallel. This can cut down the "
+"execution time of the agent in situations where several complex scripts are "
+"being run in the background - at the cost of more CPU usage."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:85
+msgid "Percent of OK-nodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:88
+msgid "Percentage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1998
+#, python-format
+msgid "Percentage %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:448
+msgid "Percentage - XX %"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:449
+msgid "Percentage - XX.X %"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:450
+msgid "Percentage - XX.XX %"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:451
+msgid "Percentage - XX.XXX %"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2097
+msgid "Percentage free"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3266
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3288
+msgid "Percentage free space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6913
+msgid "Percentage levels of current thread count in threadpool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5823
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5842
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5861
+msgid "Percentage levels of used space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6929
+msgid "Percentage of current threads busy in threadpool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:622
+msgid "Percentage of points below which an interval is unknown"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2770
+msgid "Percentage of total RAM"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2460
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2494
+msgid "Percentual levels (in relation to policy speed)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2363
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2386
+msgid "Percentual levels (in relation to port speed)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6370
+msgid "Percentual levels for unused licenses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/perfometer.py:245
+msgid "Perf-O-Meter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:368
+msgid "Perfdata"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:566
+msgid "Perform a check of the URL or the certificate expiration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3663
+msgid "Perform automatic service detection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:80
+msgid "Perform commands"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:655
+msgid "Perform custom action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1303
+msgid "Perform full SNMP scan always, detect new check types"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18533
+msgid "Perform network parent scan"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1274
+msgid "Perform service discovery check every"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4303
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1044
+msgid "Performance"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:91
+msgid "Performance Counters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:360
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:72
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:169
+msgid "Performance Data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4383
+msgid "Performance Data for Latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4405
+msgid "Performance Data for Queue Length"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:348
+msgid "Performance Graph"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:135
+msgid "Performance Graph of a single service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:73
+msgid "Performance Graphs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1216
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:194
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:919
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:942
+msgid "Performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3885
+msgid "Performance options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:322
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:942
+msgid "Period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1974
+msgid "Periodic notifications during host problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1994
+msgid "Periodic notifications during service problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:268
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:255
+msgid "Permission denied"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:280
+msgid "Permission denied."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/multitar.py:140
+#, python-format
+msgid "Permission problem: Path not writable %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1495
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5897
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8064
+msgid "Permissions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:124
+msgid "Permits the user to change the password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:97
+msgid "Permits the user to change the user profile settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:130
+msgid "Permits the user to logout."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:83
+msgid "Permits to delete all maps the user is contact for."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:62
+msgid "Permits to delete all maps."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10051
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10053
+msgid "Pers."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10451
+msgid "Persistent Connection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12257
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15897
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17300
+msgid "Personal Settings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:63
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:129
+msgid "Personal User Settings and Custom Views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1054
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4966
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4983
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5000
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:468
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:172
+msgid "Phase"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:479
+msgid "Phase Merging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5123
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5169
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5271
+msgid "Phase Number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:467
+msgid "Phase of event (open, counting, etc.)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:488
+msgid "Physical memory usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:317
+msgid "Physical port states to inventorize"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:903
+msgid "Physical state of port"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2379
+msgid "Piggyback information for other hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2377
+msgid "Piggyback information from other host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2841
+msgid "Ping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:146
+msgid "Placeholder VMs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:151
+msgid ""
+"Placeholder VMs are created by the Site Recovery Manager(SRM) and act as "
+"backup virtual machines in case the default vm is unable to start. This "
+"option tells the vsphere agent to exclude placeholder vms in its output."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:762
+msgid "Placement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8783
+msgid "Plain Email"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11499
+msgid "Plain Text Email (using configured templates)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:255
+#: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:39
+msgid "Platinum"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:397
+msgid "Play alarm sounds"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4806
+msgid ""
+"Please Please note, that the agent replaces spaces in the service names with "
+"underscores. If you are unsure about the correct spelling of the name then "
+"please look at the output of the agent (cmk -d HOSTNAME). The service names "
+"are in the first column of the section <<<services>>>. "
+"Please do not mix up the service name with the display name of the service."
+"The latter one is just being displayed as a further information."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17140
+msgid "Please add at least one child node. Empty rules are useless."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:465
+msgid "Please add at least one column to your view."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:965
+msgid "Please choose a report to schedule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15321
+msgid "Please choose the check plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7276
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7307
+msgid "Please configure proper bind credentials."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:271
+#, python-format
+msgid "Please confirm the deletion of \"%s\"."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13436
+msgid "Please confirm the deletion of the tag group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17002
+msgid "Please define at least one aggregation group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2949
+msgid ""
+"Please do not forget to specify either VM or HostSystem. "
+"Example: VM abcsrv123. Also note, that we match the beginning"
+"i> of the name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1071
+#, python-format
+msgid ""
+"Please edit %s in order to configure which links are shown in this "
+"snapin."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4320
+msgid "Please enter Drives, Mdisks or VDisks here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1939
+msgid "Please enter a correct number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:693
+msgid "Please enter a filename."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:398
+msgid "Please enter a positive number of minutes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12896
+msgid "Please enter a tag ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2028
+msgid "Please enter a time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:581
+msgid "Please enter a valid absolut pathname with / as a path separator."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:575
+msgid "Please enter a valid hostname or IPv4 address."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:332
+msgid "Please enter a valid integer number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10292
+msgid "Please enter an alias name or description of this site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10352
+msgid "Please enter the Multisite URL of the slave site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1165
+msgid ""
+"Please enter the complete shell command including path name and arguments to "
+"execute. You can use Nagios macros here. The most important are:
If you are using OMD, you can omit the path and "
+"just specify the command (e.g. check_foobar). This command will be "
+"searched first in the local plugins directory (~/local/lib/nagios/"
+"plugins) and then in the shipped plugins directory (~/lib/nagios/"
+"plugins) within your site directory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:629
+msgid "Please enter the date in the format YYYY-MM-DD."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:685
+msgid "Please enter the date/time in the format YYYY-MM-DD HH:MM."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:700
+msgid "Please enter the time in the format HH:MM."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12169
+#, python-format
+msgid "Please first create some contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2073
+msgid "Please leave either both from and until empty or enter two times."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1168
+msgid "Please make a selection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:541
+#, python-format
+msgid "Please make sure that only the %d non-network bits are non-zero"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1194
+msgid ""
+"Please make sure that this is unique per host and does not collide with "
+"other services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1205
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1270
+msgid ""
+"Please make sure that you have activated it with omd config set MKEVENTD "
+"on before starting this site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:433
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:563
+msgid ""
+"Please note that if you specify and also if you modify levels here, the "
+"change is activated only during an inventory. Saving this rule is not "
+"enough. This is due to the nature of inventory rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:813
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6702
+msgid ""
+"Please note: in a few cases the automatic detection of the link speed does "
+"not work. In these cases you have to set the link speed manually below if "
+"you want to monitor percentage values"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1061
+msgid ""
+"Please note: the time rate selected here is relative to the time when the "
+"report is being created. For example if you create a weekly report at Monday "
+"00:00 you need to select last week."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6815
+msgid "Please select a file for upload."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3137
+msgid "Please select a file."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:156
+msgid "Please select at least one notification method."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:924
+msgid "Please select some hosts before doing bulk operations on hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:944
+msgid "Please select the destination folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:629
+msgid "Please select the levels of aggregations."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1288
+msgid ""
+"Please select which alarm state the service discovery check services shall "
+"assume in case that un-monitored services are found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:691
+#, python-format
+msgid "Please specify %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:679
+msgid "Please specify a date and time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11908
+msgid "Please specify a full name or descriptive alias for the user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:858
+msgid "Please specify a host name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2176
+msgid "Please specify a host name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17244
+msgid "Please specify a name for the new attribute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8008
+msgid "Please specify a name of the new group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9719
+msgid "Please specify a name of the new timeperiod."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1910
+msgid "Please specify a name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15567
+msgid ""
+"Please specify a regular expression in the first field. This expression "
+"should at least contain one subexpression exclosed in brackets - for example "
+"vm_(.*)_prod. In the second field you specify the translated host "
+"name and can refer to the first matched group with \\1, the second "
+"with \\2 and so on, for example \\1.example.org"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11925
+msgid "Please specify a secret of at least 10 characters length."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13064
+msgid "Please specify a title for your host tag group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17230
+msgid "Please specify a title."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5653
+#, python-format
+msgid "Please specify a value for %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12449
+msgid "Please specify an ID for the new role."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13053
+msgid "Please specify an ID for your tag group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:132
+msgid "Please specify an absolute path name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9688
+msgid "Please specify an alias name for your timeperiod."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7999
+msgid "Please specify an alias name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:856
+msgid "Please specify an application name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:818
+msgid "Please specify at least on entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14706
+#, python-format
+msgid "Please specify at least one %s or this rule will never match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8349
+msgid ""
+"Please specify at least one host. Disable the option if you want to allow "
+"all hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3594
+msgid "Please specify at least one hostname."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8368
+msgid ""
+"Please specify at least one service regex. Disable the option if you want to "
+"allow all services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13108
+msgid "Please specify at least one tag."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:783
+msgid "Please specify at least one value"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:550
+msgid "Please specify four octets (X.X.X.X/YY)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:52
+msgid "Please specify hostname or hash."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:174
+msgid "Please specify the extensions in lower case and without dot."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10338
+msgid "Please specify the name of the status host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:55
+#, python-format
+msgid ""
+"Please specify the path to the export file. The text <HOST> "
+"will be replaced with the host name the inventory has been done for. If you "
+"use a relative path then that will be replative to Check_MK's directory for "
+"variable data, which is %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:368
+msgid "Please specify the user and password needed to access the xml interface"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10670
+msgid "Please specify your administrator login on the remote site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10673
+msgid "Please specify your password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12903
+msgid "Please supply a title for you auxiliary tag."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1789
+msgid "Please supply a title."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6323
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7063
+msgid ""
+"Please use only a-z, A-Z, 0-9, space, underscore, dot and hyphon for your "
+"service description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:524
+msgid "Please use the syntax X.X.X.X/YY"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:760
+msgid "Plesk Backups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:530
+msgid "Plesk backups and domains (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4915
+msgid "Plug Item number or name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4910
+msgid "Plug is OFF"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4909
+msgid "Plug is ON"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8783
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9021
+msgid "Plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11518
+msgid "Plugin Arguments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3249
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8991
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:190
+msgid "Plugin output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1253
+msgid "Plugin output in case of absent updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9022
+msgid "Plugin parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:140
+msgid "Plugins, local checks and MRPE for non-root users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:732
+msgid ""
+"Populates the alias attribute of the WATO user by syncrhonizing an attribute "
+"from the LDAP user account. By default the LDAP attribute cn is "
+"used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:77
+msgid "Popup Message in the GUI (shows up alert window)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6084
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:513
+msgid "Port"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:187
+msgid "Port Number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:112
+msgid "Port for receiving notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:67
+msgid "Port number for https connection to vSphere"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:81
+msgid "Port number to be used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1512
+msgid "Port number:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10194
+msgid "Port:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:643
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:771
+msgid "Position"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14972
+msgid "Positive / Negative"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:290
+msgid "PostgreSQL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4149
+msgid "PostgreSQL Database Statistics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4050
+msgid "PostgreSQL Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:630
+msgid "PostgreSQL database and sessions (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1536
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1576
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5144
+msgid "Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1039
+msgid "Power Comsumption of APC Devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2930
+msgid "Powered OFF"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2923
+msgid "Powered ON"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:376
+msgid "Precompile aggregations on demand"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:58
+#, python-format
+msgid "Prediction for %s - %s - %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15387
+msgid "Predictive Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1379
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1411
+msgid "Predictive levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14732
+msgid "Prefix date and your name to the comment"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:86
+msgid "Prefix match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1855
+msgid "Pretty-Print rules in config file of Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1223
+msgid "Prevent DNS lookups by use of a cache file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:226
+msgid "Prevent loading HTML from plugin output or log messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:911
+msgid "Preview this report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4722
+msgid "Primary - Attaching"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4728
+msgid "Primary - Consistent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4727
+msgid "Primary - DUnknown"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4721
+msgid "Primary - Diskless"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4723
+msgid "Primary - Failed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4725
+msgid "Primary - Inconsistent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4724
+msgid "Primary - Negotiating"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4726
+msgid "Primary - Outdated"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4729
+msgid "Primary - UpToDate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4693
+msgid "Primary / Primary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4692
+msgid "Primary / Secondary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3012
+msgid "Printer Input Units"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3003
+msgid "Printer Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3035
+msgid "Printer Output Units"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2966
+msgid "Printer cartridge levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2975
+msgid "Printer sends used material instead of remaining"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1562
+msgid "Printer supply default levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1546
+msgid "Printer supply some remaining status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:39
+msgid "Printers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:427
+msgid "Prio"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1031
+msgid "Priority"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2320
+msgid "Privacy pass phrase"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2317
+msgid "Privacy protocol"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1187
+msgid "Pro."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2647
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2666
+msgid "Problem Aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:469
+msgid "Problem acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:324
+msgid "Problem hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:2006
+#, python-format
+msgid "Problem while executing hook function %s in hook %s: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:969
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1095
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1551
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1749
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2095
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:72
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:560
+msgid "Problems"
+msgstr "Probleme"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:168
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:419
+msgid "Problems (all)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:218
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:219
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:455
+msgid "Problems (unhandled)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:763
+msgid "Problems of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:976
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5456
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13438
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13481
+msgid "Proceed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4289
+msgid "Process Creations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:343
+msgid "Process Discovery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:419
+msgid "Process ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:367
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6265
+msgid "Process Matching"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:351
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6319
+#, fuzzy
+msgid "Process Name"
+msgstr "Numele Elementului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6249
+msgid "Process name as defined at discovery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6196
+msgid "Process name for usage in the Nagios service description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:71
+msgid "Process notifications also locally"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1157
+msgid "Process stored SNMP walks with agent simulator"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:460
+msgid "Processes performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:70
+msgid "Processing time per message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:393
+msgid "Processor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:426
+msgid "Product"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9083
+msgid "Profile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:56
+msgid "Profile requests"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:685
+msgid "Program"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4949
+msgid "Progress"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:474
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:972
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2520
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2860
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3087
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7939
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8039
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9277
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10007
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11718
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12389
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17279
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17389
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2778
+#: /omd/sites/production/share/check_mk/web/htdocs/forms.py:62
+#: /omd/sites/production/share/check_mk/web/htdocs/forms.py:94
+msgid "Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:811
+#, python-format
+msgid "Properties for %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1979
+msgid "Properties of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:964
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1017
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1893
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6077
+msgid "Protocol"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2197
+msgid "Provisioning Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:672
+msgid "Proxy-Authorization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:350
+msgid "Public"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:153
+#, python-format
+msgid "Publish %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:458
+msgid "Publisher"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:98
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6033
+msgid ""
+"Put the item names of the logfiles here. For example \"System$\" to select "
+"the service \"LOG System\". You can use regular expressions which must match "
+"the beginning of the logfile name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:766
+msgid "Put this element on"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:51
+msgid "Python data output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/webservice.py:31
+msgid "Python raw data output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:203
+msgid "Queried Hostname or IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:137
+msgid "Queried host is a host system"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:138
+msgid "Queried host is the vCenter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:139
+msgid "Queried host is the vCenter with Check_MK Agent installed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:512
+msgid "Query Time Limit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:737
+msgid "Queue Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:35
+msgid "Quicksearch"
+msgstr "Cautare rapida"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:72
+msgid "Quoting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:121
+msgid "R.State"
+msgstr ""
diff --git a/xaf b/xaf
new file mode 100644
index 0000000..199d552
--- /dev/null
+++ b/xaf
@@ -0,0 +1,4000 @@
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:303
+msgid "RAID Arrays"
+msgstr "Matrici RAID"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:238
+msgid "RAID Groups"
+msgstr "Grupuri RAID"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4854
+msgid "RAID: overall state"
+msgstr "RAID: starea sistemului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4867
+msgid "RAID: state of a single disk"
+msgstr "RAID: starea unui singur disk"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:907
+msgid "REWRITE"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1055
+msgid "RMAN Backups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:628
+msgid "RRA configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:590
+#, python-format
+msgid ""
+"RRA entry number %d: the number of steps must be greater than that of the "
+"previous entry."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2387
+msgid "RRD databases with performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2389
+msgid "RRD updates in journal of RRD Cache"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:855
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4493
+msgid "Random Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:553
+msgid "Random additional delay"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3121
+msgid "Randomize password"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10223
+msgid "Rate:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1321
+msgid "Read"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4391
+msgid "Read Queue-Length"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18598
+msgid "Read access to all hosts and folders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18489
+msgid "Read access to all modules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4302
+msgid "Read latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3877
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4356
+msgid "Read throughput"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:113
+msgid "Receive notifications from remote sites"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6478
+msgid "Received Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:50
+msgid "Received messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:948
+msgid "Recent Event History"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8938
+msgid "Recent notifications (for analysis)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1724
+msgid "Recently changed services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:149
+msgid "Recipient Email address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1257
+msgid "Record statistics of Inline SNMP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1050
+msgid "Recovery Area"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1051
+#, fuzzy
+msgid "Recovery Status"
+msgstr "Statusul Serverului"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:183
+msgid "Red"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16850
+msgid "Refer to:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:100
+msgid "Reference"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2120
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3317
+msgid "Reference size for magic factor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3873
+msgid "Refresh all services (tabula rasa)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3117
+#, python-format
+msgid "Refreshed check configuration of host [%s] with %d services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3593
+msgid "Regard required mirror space as free space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15451
+msgid ""
+"Regardless of how the dynamic levels upper bound are computed according to "
+"the prediction: the will never be set below the following limits. This "
+"avoids false alarms during times where the predicted levels would be very "
+"low."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16866
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16891
+msgid "Regex for host name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15573
+msgid "Regular expression"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:552
+msgid "Regular expression for matching the syslog tag (case insenstive)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:377
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:547
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6274
+msgid "Regular expression matching command line"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7025
+msgid "Regular expression matching tasks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:609
+msgid "Regular expression matching the path"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6297
+msgid "Regular expression matching username"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15566
+msgid "Regular expression substitution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:732
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1382
+msgid "Regular expression to expect in content"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:725
+msgid "Regular expression: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:916
+msgid "Regular expressions for message classification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:111
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2886
+msgid ""
+"Regular expressions matching the begining of the internal name or the "
+"description of the service. If no name is given then this rule will match "
+"all services. The match is done on the beginning of the service name. "
+"It is done case sensitive. You can do a case insensitive match by "
+"prefixing the regular expression with (?i). Example: (?i)."
+"*mssql matches all services which contain MSSQL or MsSQL"
+"tt> or mssql or..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10220
+msgid "Regular heartbeat"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:387
+msgid "Related Views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:92
+msgid "Relative"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:68
+msgid "Relative Time of Alert"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15431
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15474
+msgid "Relative difference from prediction"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:185
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:284
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:523
+msgid "Reload"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1191
+msgid "Reload Config!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:805
+msgid "Reloading..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1443
+msgid "Remaining Open Slots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1919
+msgid "Remote IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:97
+msgid "Remote Protocol"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5084
+msgid "Remote Temperature"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:92
+msgid "Remote Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4755
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4759
+#, python-format
+msgid "Remote command on site %s failed: %s
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:61
+msgid "Remote host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1920
+msgid "Remote port number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:554
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:567
+msgid "Remove"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:304
+msgid "Remove Acknowledgement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:501
+msgid "Remove all"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3188
+msgid "Remove exceeding"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7658
+msgid "Remove explicit setting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:615
+msgid "Remove from Favorites"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3871
+msgid "Remove obsolete services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12770
+#, python-format
+msgid "Removed auxiliary tag %s (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12728
+#, python-format
+msgid "Removed host tag group %s (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4471
+msgid "Removed parents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6994
+#, python-format
+msgid "Removed snapshot %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:1062
+#, python-format
+msgid "Removed: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10102
+msgid "Removing site-specific configuration variable"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2005
+#, python-format
+msgid "Rename %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2226
+#, python-format
+msgid "Rename %s %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2272
+msgid "Rename host!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2265
+#, python-format
+msgid "Rename to host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2249
+#, python-format
+msgid "Renamed host %s into %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2254
+#, python-format
+msgid ""
+"Renamed host %s into %s at the following places:%s
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:611
+msgid "Render URL contents in own frame"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:154
+msgid "Render an error message into the document"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:938
+msgid "Render background"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:939
+msgid "Render gray background color behind the dashlets content."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:240
+msgid "Render horizontal rules between rows"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:610
+msgid "Render in iframe"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:944
+msgid "Render the titlebar above the dashlet"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:945
+msgid "Render the titlebar including title and link above the dashlet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:246
+msgid "Render vertical rules between columns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:166
+msgid "Repeat query and allow more results."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:169
+msgid "Repeat query without limit."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:650
+msgid ""
+"Replace the application (syslog tag) with this text. If you have bracketed "
+"groups in the text to match, then you can use the placeholders \\1, "
+"\\2, etc. for inserting the first, second etc matching group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:637
+msgid ""
+"Replace the host name with this text. If you have bracketed groups in the "
+"text to match, then you can use the placeholders \\1, \\2, "
+"etc. for inserting the first, second etc matching group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:623
+msgid ""
+"Replace the message text with this text. If you have bracketed groups in the "
+"text to match, then you can use the placeholders \\1, \\2, "
+"etc. for inserting the first, second etc matching group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:848
+msgid "Replace umlauts like \"ü\" with \"ue\""
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:128
+msgid "Replace with underscores"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15581
+msgid "Replacement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8949
+msgid "Replay this notification, send it again!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8873
+#, python-format
+msgid "Replayed notifiation number %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15677
+msgid "Replicate new Authentication Information"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4786
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10060
+msgid "Replication"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:705
+msgid "Replication Partner"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15694
+msgid "Replication States"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11122
+msgid "Replication completed successfully."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15726
+msgid "Replication in progress"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1582
+msgid "Replication interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1628
+msgid "Replication is disabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10498
+msgid "Replication method"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4797
+msgid "Replication result"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:72
+msgid "Replication synchronization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:39
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:118
+msgid "Reply-To: Address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:344
+msgid "Reply-To: email address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:925
+msgid "Report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:410
+msgid "Report Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:869
+msgid "Report Scheduler"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:126
+msgid "Report of Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1034
+msgid "Report to create"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:972
+msgid "Report to schedule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:77
+msgid "Reporting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/reporting.py:30
+msgid "Reporting - Default settings for all reports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:133
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:873
+msgid "Reports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:99
+msgid "Required number of OK-nodes for a total state of OK:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:100
+msgid "Required number of OK-nodes for a total state of WARN:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4907
+msgid "Required plug state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4887
+msgid "Required switch contact state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:67
+msgid "Reschedule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:65
+msgid "Reschedule active checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:97
+msgid "Reschedule an immediate check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:107
+msgid "Reschedule an immediate check of the 'Check_MK' service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:57
+msgid "Reschedule checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:58
+msgid "Reschedule host and service checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3651
+msgid "Reserved Space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:839
+msgid "Reset Counters"
+msgstr "Reseteaza contoarele"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:150
+msgid ""
+"Reset all manually modified attributes of a host or service (like disabled "
+"notifications)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:149
+#, fuzzy
+msgid "Reset modified attributes"
+msgstr "Atribute personalizate"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:301
+#, fuzzy
+msgid "Reset search"
+msgstr "Cautare noua"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:307
+msgid "Reset sorting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7658
+msgid "Reset to default"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:618
+msgid "Reset to defaults"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6919
+msgid "Resetted WATO, wiped all configuration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:883
+msgid "Resetted all rule hit counters to zero"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7584
+#, python-format
+msgid "Resetted configuration variable %s to its default."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7412
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7575
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1369
+msgid "Resetting configuration variable"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7002
+msgid "Resource Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:761
+msgid "Response Timeout (sec)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1106
+msgid "Ressource consumption of windows processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4920
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4922
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5459
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:522
+msgid "Restart"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6701
+msgid "Restore Snapshot"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6944
+msgid "Restore from file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6939
+msgid "Restore from uploaded file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6905
+#, python-format
+msgid "Restored snapshot %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6032
+msgid "Restrict Logfiles (Prefix matching regular expressions)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1537
+msgid "Restrict access to the following source IP addresses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:61
+msgid "Restrict agent access via IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:851
+msgid "Restrict number of new messages per cycle"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:860
+msgid "Restrict runtime of logfile parsing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:41
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:63
+msgid "Restrict severity to at worst"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8416
+msgid "Restrict to nth to mth notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11539
+msgid "Restrict to nth to mth notification (escalation)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9017
+msgid "Resulting notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4699
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4741
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4787
+msgid "Resulting state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:248
+msgid "Results"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1057
+msgid "Resumables"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:98
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:244
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:310
+msgid "Retrieve information about..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:605
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1005
+msgid "Retry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5458
+msgid "Retry Failed Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1004
+msgid "Retry check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1749
+msgid "Retry check interval for host checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1660
+msgid "Retry check interval for service checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3005
+msgid "Retry this test"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:325
+msgid "Retry with debug mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1212
+msgid "Return process times within performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:112
+msgid "Returns the host_attributes of the given hostname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1260
+#, python-format
+msgid "Reused cached compiled BI aggregations (PID %d)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1258
+#, python-format
+msgid "Reused persistent livestatus connection from earlier request (PID %d)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:649
+msgid "Rewrite application"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:636
+msgid "Rewrite hostname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:622
+msgid "Rewrite message text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:699
+msgid "Rewriting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:499
+msgid "Right"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12593
+msgid "Role & Permission Matrix"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11773
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12141
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4681
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:943
+msgid "Roles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12333
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:55
+msgid "Roles & Permissions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4924
+msgid "Room temperature (external thermal sensors)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:426
+msgid "Rotate every day at 00:00 local time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:425
+msgid "Rotate every full hour"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:427
+msgid "Rotate every monday at 00:00 local time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:424
+msgid "Rotate once a minute (only for testing!)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:418
+msgid "Rotation of history log file"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:36
+msgid "Round trip average"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1476
+msgid "Router (FQDN, IP-Address)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1490
+msgid "Router that must or must not be used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2653
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16371
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:449
+msgid "Rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2708
+#, python-format
+msgid "Rule %d in %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:250
+msgid "Rule ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8538
+msgid "Rule ID:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8296
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17116
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:246
+msgid "Rule Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17046
+msgid "Rule Title"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8316
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14747
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:266
+msgid "Rule activation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:34
+msgid "Rule based notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:984
+#, python-format
+msgid "Rule does not match: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13814
+msgid "Rule folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:61
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:65
+msgid "Rule hit ratio"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:51
+msgid "Rule hits"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16944
+msgid "Rule to call"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:52
+msgid "Rule tries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13662
+msgid "Rule-Based Configuration of Host & Service Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:448
+msgid "Rule-ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16787
+msgid "Rule:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2710
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7866
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7870
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16382
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1234
+msgid "Rules"
+msgstr "Reguli"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16347
+msgid ""
+"Rules are the nodes in BI aggregations. Each aggregation has one rule as its "
+"root."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13660
+msgid "Rules effective on host "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:832
+msgid "Rules for event correlation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:62
+msgid "Rules for the notification of contacts about host and service problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14237
+msgid "Rules in folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13881
+msgid "Rules matching "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7780
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9826
+msgid "Ruleset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:836
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18620
+msgid "Rulesets"
+msgstr "Reguli"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13426
+msgid "Rulesets that contain rules with references to the changed tags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:124
+msgid "Run as user (empty = root):"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:242
+msgid "Run asynchronous plugins in parallel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:241
+msgid "Run asynchronous plugins sequential"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:582
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:602
+msgid "Run asynchronously"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1069
+msgid "Run asynchronously and cached"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:190
+msgid "Run in piggyback mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1131
+msgid "Run in simulation mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1077
+msgid "Run report as this user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1066
+msgid "Run synchronously"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:123
+msgid "Running"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:904
+msgid "S."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:737
+msgid "SAP R/3 Monitoring plugin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:597
+msgid "SAP R/3 Single Value Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:640
+msgid "SAP Value Grouping Patterns"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:775
+msgid "SAP-Client"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8968
+msgid "SERVICESTATE"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2263
+msgid "SHA1"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1149
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1181
+msgid "SID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:391
+msgid "SMART harddisk monitoring (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1106
+msgid "SMB share to check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1056
+msgid "SMTP AUTH type to check (default none, only LOGIN supported)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1542
+msgid "SMTP Authentication"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1011
+msgid "SMTP Commands"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1017
+msgid "SMTP Responses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1526
+msgid "SMTP Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1536
+msgid "SMTP TCP Port to connect to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1012
+msgid "SMTP commands to execute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:710
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2257
+msgid "SNMP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1156
+msgid "SNMP Agent Simulator"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2880
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:55
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:222
+msgid "SNMP Community"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:223
+msgid "SNMP Community for the SNMP trap"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2282
+msgid "SNMP community (SNMP Versions 1 and 2c)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2333
+msgid "SNMP credentials of monitored hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2909
+#, python-format
+msgid "SNMP-Retries (Rules)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2899
+#, python-format
+msgid "SNMP-Timeout (Rules)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2843
+msgid "SNMPv1"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2844
+msgid "SNMPv2c"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2845
+msgid "SNMPv2c (without Bulkwalk)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:426
+msgid "SOFT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:315
+msgid "SQL-statement or procedure name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10523
+msgid "SSL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1569
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1617
+msgid "SSL Encryption"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:182
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:490
+msgid "SSL certificate validation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1049
+msgid "STARTTLS enabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1780
+msgid "SYN_RECV"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1770
+msgid "SYN_SENT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2490
+msgid "Same version as the monitoring site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9680
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1755
+msgid "Saturday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:651
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1031
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7225
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7655
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8070
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9209
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9795
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10529
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12267
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12553
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12971
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13216
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14983
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15936
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17021
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17166
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17330
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:737
+#: /omd/sites/production/share/check_mk/web/htdocs/forms.py:144
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1164
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1340
+msgid "Save"
+msgstr "Salveaza"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2973
+msgid "Save & Exit"
+msgstr "Salveaza si Iesi"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7226
+msgid "Save & Test"
+msgstr "Salveaza si Testeaza"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1900
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2144
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3974
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4046
+msgid "Save & Finish"
+msgstr "Salveaza & Termina"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2146
+msgid "Save & Test"
+msgstr "Salveaza & Testeaza"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2143
+msgid "Save & go to Services"
+msgstr "Salveaza & mergi la Servicii"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:739
+msgid "Save and go to "
+msgstr "Salveaza si mergi la"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1045
+msgid "Save last access times of users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3196
+msgid "Save manual check configuration"
+msgstr "Salveaza configuratia manuala a verificarilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1046
+msgid "Save the time of the latest user activity"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3143
+#, python-format
+msgid "Saved check configuration of host [%s] with %d services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:177
+msgid "Scale to width of page"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4300
+msgid "Scan all hosts"
+msgstr "Scaneaza toate elementele"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:351
+msgid "Schedule and remove downtimes on hosts and services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:533
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:542
+msgid "Schedule downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:526
+msgid ""
+"Schedule downtimes on the affected hosts instead of their services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:223
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:166
+msgid "Scheduled Downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1056
+msgid "Scheduled Jobs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:899
+msgid "Scheduled reports"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:516
+#, python-format
+msgid ""
+"Scheduled service check rate: %.1f/s, current rate: %.1f/s, that is %.0f%% "
+"of the scheduled rate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:398
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/reporting.py:71
+msgid "Scheduler"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3520
+msgid "Scheduler Job Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:789
+msgid ""
+"Scope to be used in LDAP searches. In most cases Search whole subtree "
+"below the base DN is the best choice. It searches for matching objects "
+"recursively."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:875
+msgid ""
+"Scope to be used in group related LDAP searches. In most cases Search "
+"whole subtree below the base DN is the best choice. It searches for "
+"matching objects in the given base recursively."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:116
+msgid "Script Type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:181
+msgid "Script body"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:98
+msgid "Script executed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:746
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:300
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1344
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7462
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13718
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18132
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:123
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:379
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/search.py:30
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1143
+msgid "Search"
+msgstr "Cautare"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:800
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:887
+msgid "Search Filter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1968
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1991
+msgid "Search Global Logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1656
+msgid "Search Graphs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:788
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:874
+msgid "Search Scope"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:795
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:882
+msgid "Search all entries one level below the base DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:296
+msgid "Search field allowing regular expression and partial matches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:59
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:65
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:68
+msgid "Search field allowing regular expressions and partial matches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:290
+msgid ""
+"Search field allowing regular expressions and partial matches on the names "
+"of hostgroups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3351
+msgid "Search for hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13712
+msgid "Search for rules: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1592
+msgid "Search for services and display PNP graphs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7456
+msgid "Search for settings: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:662
+msgid "Search for software packages installed on hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3375
+msgid "Search globally"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3376
+#, python-format
+msgid "Search in %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:794
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:881
+msgid "Search only the entry at the base DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3383
+msgid "Search results"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:793
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:880
+msgid "Search whole subtree below the base DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1871
+msgid "Sec."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1096
+#, python-format
+msgid "Second part of tuple must be list or string, not %s\n"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4731
+msgid "Secondary - Attaching"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4737
+msgid "Secondary - Consistent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4736
+msgid "Secondary - DUnknown"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4730
+msgid "Secondary - Diskless"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4732
+msgid "Secondary - Failed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4734
+msgid "Secondary - Inconsistent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4733
+msgid "Secondary - Negotiating"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4735
+msgid "Secondary - Outdated"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4738
+msgid "Secondary - UpToDate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4694
+msgid "Secondary / Primary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4695
+msgid "Secondary / Secondary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:999
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1000
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:95
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:452
+msgid "Seconds"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:87
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:146
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:256
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:407
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:636
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:937
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1085
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1315
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1377
+msgid "Seconds before connection times out"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:464
+msgid "Seconds to wait before polling"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:465
+msgid "Seconds to wait between sending string and polling for response"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1172
+msgid "Sections - data to collect"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1183
+msgid "Sections to exclude"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12084
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17298
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1520
+msgid "Security"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2290
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2299
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2308
+msgid "Security Level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2268
+msgid "Security name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:54
+msgid "See all Nagios objects"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:269
+msgid "See all events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:49
+msgid "See all hosts and services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:55
+msgid ""
+"See all objects regardless of contacts and contact groups. If combined with "
+"'perform commands' then commands may be done on all objects."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:275
+msgid "See events not related to a known host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:158
+#, python-format
+msgid "See user %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:332
+msgid "Select Datasource"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:835
+msgid "Select View"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3209
+msgid "Select an Icon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9523
+msgid "Select an iCalendar file (*.ics) from your PC"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:356
+msgid ""
+"Select how the count is computed. The algorithm Interval will count "
+"the number of messages from the first occurrance and reset this counter as "
+"soon as the interval is elapsed or the maximum count has reached. The token "
+"bucket algorithm does not work with intervals but simply decreases the "
+"current count by one for each partial time interval. Please refer to the "
+"online documentation for more details."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:419
+msgid "Select specific object type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:714
+msgid ""
+"Select the LDAP version the LDAP server is serving. Most modern servers use "
+"LDAP version 3."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8477
+msgid ""
+"Select the host event types and transitions this rule should handle. Note: "
+"If you activate this option and do not also specify service event "
+"types then this rule will never hold for service notifications!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8497
+msgid ""
+"Select the service event types and transitions this rule should handle. "
+"Note: If you activate this option and do not also specify host event "
+"types then this rule will never hold for host notifications!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:721
+msgid ""
+"Select the software the LDAP directory is based on. Depending on the "
+"selection e.g. the attribute names used in LDAP queries will be altered."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:310
+msgid "Select the type of content element"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:307
+msgid "Select the type of fixed page element"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1611
+msgid "Selected"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1347
+msgid "Selected hosts:\n"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3875
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4291
+msgid "Selection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:234
+msgid "Selection of multiple host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:237
+msgid "Selection of multiple service groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:530
+msgid "Selection of site is enforced, use this filter for joining"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:273
+msgid "Selection of the host group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:274
+msgid "Selection of the service group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:258
+msgid "Send"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:143
+msgid "Send Email"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:737
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1394
+msgid "Send HTTP POST data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:174
+msgid "Send Notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:85
+msgid "Send an E-Mail"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:231
+msgid "Send custom notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6042
+msgid "Send events to local event console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6047
+msgid "Send events to local event console in same OMD site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6050
+msgid "Send events to local event console into unix socket"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6070
+msgid "Send events to remote syslog host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:81
+msgid "Send hint to message inbox (bottom of sidebar)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:116
+msgid "Send monitoring notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:111
+msgid "Send notification to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1877
+msgid "Send notifications to Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1899
+msgid "Send notifications to remote Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:263
+msgid "Send performance data to Graphite"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1906
+msgid "Send to remote Event Console via syslog"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1658
+msgid "Sender email address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6470
+msgid "Sending Power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4895
+msgid "Sensor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4934
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5033
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5314
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5361
+msgid "Sensor ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5284
+msgid "Sensor name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3228
+msgid "Sensor names"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:65
+msgid "Separator"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2102
+msgid "September"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:428
+msgid "Serial Number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1459
+msgid "Serv. by host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7343
+msgid "Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:186
+msgid "Server Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:841
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1313
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1352
+msgid "Server Status"
+msgstr "Statusul Serverului"
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:658
+msgid "Server performance"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:839
+msgid "Server time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8989
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15257
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:265
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1288
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1365
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1874
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1921
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:502
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1569
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1662
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:134
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:37
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:67
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:546
+msgid "Service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:70
+msgid "Service (exact match)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2593
+msgid "Service Aggreg."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1629
+msgid "Service Checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:766
+msgid "Service Comments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:243
+msgid "Service Contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:240
+msgid "Service Contact Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3248
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:520
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:116
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:281
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1425
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:40
+msgid "Service Description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1311
+msgid "Service Discovery triggers service discovery check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11587
+msgid "Service Events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1365
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1379
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:55
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:274
+msgid "Service Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:58
+msgid "Service Group Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1438
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1486
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1508
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+msgid "Service Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1507
+msgid "Service Groups (Grid)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1485
+msgid "Service Groups (Summary)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:286
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1039
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:858
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1338
+msgid "Service Level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:221
+msgid "Service Level at least"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:222
+msgid "Service Level at most"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2070
+msgid "Service Level of hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2081
+msgid "Service Level of services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:240
+msgid "Service Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:707
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:3080
+msgid "Service Notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:448
+msgid "Service Pack"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:449
+msgid "Service Packs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/perfometer.py:244
+msgid "Service Perf-O-Meter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:100
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:273
+msgid "Service Problems (unhandled)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16895
+msgid "Service Regex:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:796
+msgid "Service Speed-O-Meter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:47
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:195
+msgid "Service Statistics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:515
+msgid "Service String"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:388
+msgid "Service Time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:509
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:153
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:73
+msgid "Service alternative display name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:472
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:320
+msgid "Service check command"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:479
+msgid "Service check command expanded"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:584
+msgid "Service check duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:577
+msgid "Service check latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:618
+msgid "Service check type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:938
+msgid "Service checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:493
+msgid "Service contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2114
+msgid "Service contact information"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:486
+msgid "Service contacts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:875
+msgid "Service custom variables"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8206
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:380
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1193
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:501
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:152
+msgid "Service description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:798
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3622
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3821
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4227
+msgid "Service descriptions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1269
+msgid "Service discovery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1301
+msgid "Service discovery check for SNMP devices"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17885
+#, python-format
+msgid ""
+"Service discovery successful. Added %d, Removed %d, Kept %d, New Count %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12240
+msgid "Service events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1320
+msgid "Service globally"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11591
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12229
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1894
+msgid "Service goes into critical state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11590
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12228
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1893
+msgid "Service goes into unknown state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11589
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12227
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1892
+msgid "Service goes into warning state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1442
+msgid ""
+"Service grouped by host groups. Services not member of a host group are not "
+"displayed. Services being in more groups, are displayed once for each group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1414
+msgid ""
+"Service grouped by service groups. Services not member of a group are not "
+"displayed. Services being in more groups, are displayed once for each group"
+msgstr ""
+
+# georgem ##############
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7858
+#, fuzzy
+msgid "Service groups"
+msgstr "Grup nou"
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:356
+msgid "Service hard states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:195
+msgid "Service icons"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:474
+msgid "Service in downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:470
+msgid "Service in notif. per."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:668
+msgid "Service is active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:654
+msgid "Service is flapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:235
+msgid "Service is in Group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:849
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:483
+msgid "Service is stale"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8207
+msgid "Service level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14651
+msgid "Service name "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:598
+msgid "Service normal check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:610
+msgid "Service normal/retry check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:569
+msgid "Service notification number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:647
+msgid "Service notification period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:661
+msgid "Service notifications enabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1530
+msgid "Service output for logwatch"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:367
+msgid "Service performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:395
+msgid "Service performance data - value number 1"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:402
+msgid "Service performance data - value number 2"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:409
+msgid "Service performance data - value number 3"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:416
+msgid "Service performance data - value number 4"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:423
+msgid "Service performance data - value number 5"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:430
+msgid "Service performance data - value number 6"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:437
+msgid "Service performance data - value number 7"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:444
+msgid "Service performance data - value number 8"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:451
+msgid "Service performance data - value number 9"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:188
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:193
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:198
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:203
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:208
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:213
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:218
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:223
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:228
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:233
+#, python-format
+msgid "Service performance data - value number %02d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:458
+msgid "Service performance data - value number 10"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2129
+msgid "Service period for hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2144
+msgid "Service period for services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:154
+msgid "Service plugin output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:773
+msgid "Service problem acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1550
+msgid "Service problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2183
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2217
+msgid "Service problems for NagStaMon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11592
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12230
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1895
+msgid "Service recovers to OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:604
+msgid "Service retry check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1233
+msgid "Service search"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:857
+msgid "Service service level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:836
+msgid "Service staleness value"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:337
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:87
+msgid "Service state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:157
+msgid "Service state age"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:435
+msgid "Service state type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:355
+msgid "Service states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1700
+msgid "Service whose state changed in the last 60 minutes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:384
+msgid "Service-Level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16821
+msgid "Service:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:158
+msgid "Servicegroup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:295
+msgid "Servicegroup (Regex)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:236
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:298
+msgid "Servicegroup (enforced)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1525
+msgid "Servicegroup alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1519
+msgid "Servicegroup name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:140
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:220
+msgid "Servicegroups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:682
+msgid "Servicegroups the service is member of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:149
+msgid "Servicegroups, merged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:127
+msgid "Servicelevel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:125
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:105
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:172
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2000
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2521
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2864
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14132
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14902
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:124
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:169
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:220
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:217
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:284
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:548
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:577
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:829
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1234
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1460
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1725
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2040
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1244
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1472
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:558
+msgid "Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:110
+msgid "Services (Regular Expressions)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3849
+msgid "Services added"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1437
+msgid "Services by group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1243
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1471
+msgid "Services colored according to state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:114
+msgid "Services grouped by host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:106
+msgid "Services grouped by service groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3851
+msgid "Services kept"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:549
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:578
+msgid "Services of Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:859
+msgid "Services of Hostgroup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:594
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:606
+msgid "Services of Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2017
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2039
+msgid "Services of Site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1357
+msgid "Services of a service group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:297
+msgid "Services of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3076
+#, python-format
+msgid "Services of host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:296
+msgid "Services of this host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3850
+msgid "Services removed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4792
+msgid "Services states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2083
+msgid ""
+"Services that are declared as disabled by this rule set will not be "
+"added to a host during inventory (automatic service detection). Services "
+"that already exist will continued to be monitored but be marked as obsolete "
+"in the service list of a host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1729
+msgid ""
+"Services that have not been checked for too long according to their "
+"configured check intervals."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:684
+msgid "Services: CRIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:632
+msgid "Services: OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:736
+msgid "Services: PENDING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:710
+msgid "Services: UNKNOWN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:658
+msgid "Services: WARN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1958
+msgid "Set Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1467
+msgid "Set a filter for refining the shown data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4745
+msgid "Set diskstates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:595
+msgid "Set event to acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1494
+msgid "Set expected router mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1563
+msgid "Set global default levels for warning and critical. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:196
+msgid "Set height"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4469
+#, python-format
+msgid "Set parents to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:180
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:182
+msgid "Set resolution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4704
+msgid "Set roles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:203
+msgid "Set size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5290
+msgid "Set state to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:205
+msgid "Set the absolute size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:732
+msgid ""
+"Set the credentials to be used to connect to the LDAP server. The used "
+"account must not be allowed to do any changes in the directory the whole "
+"connection is read only. In some environment an anonymous connect/bind is "
+"allowed, in this case you don't have to configure anything here.It must be "
+"possible to list all needed user and group objects from the directory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:198
+msgid "Set the height"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:666
+msgid ""
+"Set the host address of the LDAP server. Might be an IP address or "
+"resolvable hostname."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:720
+msgid "Set the maximum and minimum length for the queue size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1547
+msgid ""
+"Set the reported nagios state when the fill state is something between empty "
+"and small remaining capacity"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:191
+msgid "Set the width"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:577
+msgid ""
+"Set this in order to specify the name of the virtual host for the query "
+"(using HTTP/1.1). If you leave this empty, then the IP address of the host "
+"will be used instead."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1353
+msgid ""
+"Set this in order to specify the name of the virtual host for the query "
+"(using HTTP/1.1). When you leave this empty, then the IP address of the host "
+"will be used instead."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:198
+msgid "Set to:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:189
+msgid "Set width"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:350
+msgid "Set/Remove Downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1235
+msgid "Settings"
+msgstr "Setari"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1928
+msgid "Settings and Checks dealing with the Check_MK Event Console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2246
+msgid "Settings concerning the connection to the Check_MK and SNMP agents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4276
+msgid "Settings for Parent Scan"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:675
+msgid "Settings for host checks via Smart PING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2359
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2382
+msgid ""
+"Settings levels on the used bandwidth is optional. If you do set levels you "
+"might also consider using an averaging."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2456
+msgid ""
+"Settings levels on the used bandwidth is optional. If you do set levels you "
+"might also consider using averaging."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:234
+msgid "Several Host Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:237
+msgid "Several Service Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:178
+msgid ""
+"Several pages which use tables to show data in rows, like the \"Users\" "
+"configuration page, can be configured to show only a limited number of rows "
+"when accessing the pages."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1287
+msgid "Severity of failed service discovery check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:466
+msgid "Short Time Intervals"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1172
+msgid "Shortest"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:520
+msgid "Should WATO restart or reload Nagios when activating changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8847
+msgid "Show Bulks"
+msgstr "Arata in masa"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3203
+msgid "Show Check Parameters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1334
+msgid "Show Checkboxes and bulk actions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:180
+msgid "Show Context"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/inventory.py:30
+msgid "Show Hardware/Software-Inventory of this host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16110
+msgid "Show Logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:106
+msgid "Show MK Livestatus error messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:943
+msgid "Show Title"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:239
+msgid "Show WATO icon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:389
+msgid "Show all buttons"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:486
+msgid "Show all hosts when opening the network topology view"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:234
+msgid "Show column headings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1535
+msgid "Show count and last message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:394
+msgid "Show data only on search"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:238
+msgid "Show icon linking to WATO parameter editor for services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17318
+msgid "Show in Table"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:379
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1082
+#, python-format
+msgid "Show information of a single %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:932
+msgid "Show information of single"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1536
+msgid "Show only count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13694
+msgid "Show only modified rulesets
(all rulesets with at least one rule)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:136
+msgid "Show only most frequently used buttons"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:192
+msgid "Show only problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:76
+msgid "Show only this aggregation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:90
+msgid "Show prediction for "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:730
+msgid "Show the header of the dashboard with the configured title."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1441
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1462
+msgid "Show the service problems contained in this branch"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:227
+#, python-format
+msgid "Show this %s in Nagios"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:393
+msgid "Show this view in the Mobile GUI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:504
+msgid "Show timeline of each object directly in table"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8837
+msgid "Show user rules"
+msgstr "Arata regulile de utilizator"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:127
+msgid "Showing all hosts in a compact layout."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:603
+msgid "Showing information of multiple objects."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2741
+msgid "Shows a single aggregation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1015
+msgid "Shows details of a host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2045
+msgid "Shows number of alerts grouped for each service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:80
+msgid "Shows the Check_MK logo."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1206
+msgid "Shows the Wiki Navigation of the OMD Site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:58
+msgid "Sidebar snapins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2426
+msgid "Signal quality of Wireless device"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:253
+msgid "Signatures of certificates in JAR files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:275
+msgid "Silently drop message, do no actions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:158
+msgid "Silently ignore the problem, skip this graph"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:876
+msgid "Silently skip exceeding messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:253
+#: /omd/sites/production/share/check_mk/web/plugins/config/mkeventd.py:37
+#, fuzzy
+msgid "Silver"
+msgstr "Salveaza"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17186
+msgid "Simple Text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4551
+msgid "Simple checks for BIOS/Hardware errors"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2837
+msgid ""
+"Simple summary page of all BI aggregates that is used as a web services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2415
+msgid "Simulating SNMP by using a stored SNMP walk"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1130
+msgid "Simulation mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1141
+msgid "Simultanous activation of changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2807
+msgid ""
+"Single Aggregation for simple API calls. Contains the state and state output."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:99
+msgid "Single dataset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2410
+msgid "Single-Host Aggregations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2505
+msgid "Single-Host Aggregations of Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2709
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2734
+msgid "Single-Host Problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1919
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:280
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:156
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:489
+msgid "Site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:440
+#, python-format
+msgid "Site %s does not exist"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:446
+#, python-format
+msgid "Site %s is switched off"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/sorters.py:112
+msgid "Site Alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4658
+msgid "Site Configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10409
+msgid "Site ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11266
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11303
+#, python-format
+msgid "Site ID mismatch. Our ID is '%s', but you are saying we are '%s'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:287
+msgid "Site alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:279
+msgid "Site id"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18636
+msgid "Site management"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18641
+msgid "Site remote automation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:472
+msgid "Site status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10186
+msgid "Site-Globals"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10015
+msgid "Site-ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10012
+msgid "Site-specific global configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7549
+#, python-format
+msgid "Site-specific global configuration for %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6644
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6964
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:173
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3635
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:416
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:429
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:461
+msgid "Size"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1064
+msgid "Size and age of single files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5953
+msgid "Size of DB2 logfiles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4030
+msgid "Size of MySQL/PostgresQL databases"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5926
+msgid "Size of the queue"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1191
+msgid "Size, age and count of file groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:874
+msgid "Skip exceeding messages, create one critical message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:875
+msgid "Skip exceeding messages, create one warning message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4298
+msgid "Skip hosts hosts with non-empty parents (also if inherited)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4296
+msgid "Skip hosts with explicit parent definitions (even if empty)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:849
+msgid "Skip users with umlauts in their User-IDs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7318
+msgid "Skipping this test (Plugin is not enabled)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4861
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10057
+msgid "Slave"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10501
+msgid "Slave: push configuration to this site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1777
+msgid "Smart PING (only with Check_MK Micro Core)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:676
+msgid ""
+"Smart PING is the default method for host checks when using the Check_MK "
+"Micro Core. The Core sends out ICMP echo requests (PING) at the rate "
+"configured with Normal check interval for host checks (or Retry "
+"check interval for host checks while the host is in soft non-UP state). "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:385
+msgid "Smart PING: omit payload in ICMP packets"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6629
+#, python-format
+msgid "Snapshot %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6568
+msgid "Snapshot build currently in progress"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6797
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7013
+#, python-format
+msgid "Snapshot created by %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6462
+msgid "Snapshot created with old version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6865
+msgid "Snapshot deleted."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6613
+#, python-format
+msgid "Snapshot details of %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6639
+msgid "Snapshot is empty!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6948
+msgid "Snapshots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10024
+msgid "Socket"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:145
+msgid "Soft query limit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:439
+msgid "Software"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:628
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:630
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/infos.py:114
+msgid "Software Package"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:661
+msgid "Software Package Search"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2976
+msgid ""
+"Some Printers (eg. Konica for Drum Cartdiges) returning the available fuel "
+"instead of what is left. In this case it's possible to upturn the levels to "
+"handle this behavior"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2523
+msgid ""
+"Some agents or agent plugins send data not only for the queried host but "
+"also for other hosts "piggyback" with their own data. This is the "
+"case for the vSphere special agent and the SAP R/3 plugin, for example. The "
+"hostnames that these agents send must match your hostnames in your "
+"monitoring configuration. If that is not the case, then with this rule you "
+"can define a hostname translation. Note: This rule must be configured for "
+"the "pig" - i.e. the host that the agent is running on. It is not "
+"applied to the translated piggybacked hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2341
+msgid ""
+"Some devices send texts in non-ASCII characters. Check_MK always assumes UTF-"
+"8 encoding. You can declare other other encodings here"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:402
+msgid ""
+"Some jobs in the Core need to be checked on a regular basis. The most "
+"important one is delayed notifications. This settings decides, how often "
+"these jobs should happen. Larger values add latency to the events in "
+"question. A too small value wastes CPU resources in larger setups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:74
+msgid ""
+"Some of the display columns offer options for customizing their output. For "
+"example time stamp columns can be displayed absolute, relative or in a mixed "
+"style. This permission allows the user to modify display options"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13468
+msgid ""
+"Some tags that are used in rules have been removed by you. What shall we do "
+"with that rules?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:207
+msgid "Sorry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:350
+msgid "Sorry, I will not display more than 900 hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:696
+msgid ""
+"Sorry, only absolute filenames are allowed. Your filename must begin with a "
+"slash."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17246
+msgid "Sorry, spaces are not allowed in attribute names."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8010
+msgid "Sorry, spaces are not allowed in group names."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8014
+msgid "Sorry, there is already a group with that name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17250
+msgid "Sorry, there is already an attribute with that name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4703
+msgid "Sorry, you are not allowed to activate changes of other users."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1971
+msgid "Sorry, you are not allowed to clone hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1149
+#, python-format
+msgid ""
+"Sorry, you cannot assign the contact group '%s' because you are not "
+"member in that group. Your groups are: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:638
+msgid "Sorry, you cannot edit hosts in this folder. They are locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:426
+msgid "Sorry, you cannot edit this folder. It is locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1050
+#, python-format
+msgid ""
+"Sorry, you have no permission on the host '%s'. The host's contact "
+"groups are %s, your contact groups are %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1117
+#, python-format
+msgid "Sorry, you have no permissions to the folder %s. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:254
+msgid "Sorry, you lack the permission for editing this type of visuals."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15885
+msgid "Sorry, your user account does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1819
+msgid ""
+"Sorry. In order to change the permissions of a folder you need write access "
+"to the parent folder."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2203
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3942
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4005
+msgid ""
+"Sorry. In order to change the permissions of a host you need write access to "
+"the folder it is contained in."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:869
+msgid ""
+"Sorry. In order to delete a folder you need write permissions to its parent "
+"folder."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1881
+msgid "Sorry. This command is not implemented."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:2247
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:268
+#, python-format
+msgid "Sort by %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:546
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:567
+msgid "Sorting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:368
+msgid "Source (n'th Graph)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:125
+msgid "Spaces in hostnames"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:29
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:359
+msgid "Specialized agents, e.g. check via SSH, ESX vSphere, SAP R/3"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:958
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1012
+msgid "Specific list of instances"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:601
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1084
+msgid "Specific objects"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2491
+msgid "Specific version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:216
+msgid "Specify DNS Server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8362
+msgid ""
+"Specify a list of regular expressions that must match the beginning "
+"of the service name in order for the rule to match. Note: Host notifications "
+"never match this rule if this option is being used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14903
+msgid ""
+"Specify a list of service patterns this rule shall apply to. The patterns "
+"must match the beginning of the service in question. Adding a $"
+"tt> to the end forces an excact match. Pattern use regular expressions"
+"b>. A .* will match an arbitrary text."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:954
+msgid ""
+"Specify all expected mount options here. If the list of actually found "
+"options differs from this list, the check will go warning or critical. Just "
+"the option commit is being ignored since it is modified by the "
+"power saving algorithms."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1941
+msgid "Specify an arbitrary name of this connection here"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1780
+msgid ""
+"Specify at which time period a new file for the event history will be "
+"created."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14881
+msgid "Specify explicit host names"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14931
+msgid "Specify explicit values"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1954
+msgid "Specify explicitly"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2544
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2570
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2614
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2747
+msgid "Specify levels in absolute usage values"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2672
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2691
+msgid "Specify levels in absolute values"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2607
+msgid "Specify levels in percentage of total Flash"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2520
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2537
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2563
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2665
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2684
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2742
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2791
+msgid "Specify levels in percentage of total RAM"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2590
+msgid "Specify levels in percentage of total memory usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1983
+msgid "Specify queue names that the rule should apply"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:919
+msgid "Specify the Group DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:742
+msgid ""
+"Specify the distinguished name to be used to bind to the LDAP directory, e. "
+"g. CN=ldap,OU=users,DC=example,DC=com"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1562
+msgid ""
+"Specify the host name or IP address of the master Event Console that you "
+"want to replicate from. The port number must be the same as set in the "
+"master in Access to event status via TCP."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1032
+msgid "Specify the initial contact groups of an automatically created user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1026
+msgid "Specify the initial roles of an automatically created user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3603
+msgid "Specify the name of the ASM Disk Group "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:748
+msgid "Specify the password to be used to bind to the LDAP directory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:795
+msgid ""
+"Specify the paths in CCMS that you want to monitor. Each entry must match "
+"the full path to one or several monitor objects. We use unix shell patterns "
+"during matching, so you can use several chars as placeholders:"
+"
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10832
+msgid "Specify the site that should monitor this host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3619
+msgid "Specify time since last successful backup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:784
+msgid "Specify two upper case letters like EN or DE."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:151
+msgid ""
+"Specify what we shall do if the selected graph is missing or cannot be "
+"retrieved."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:417
+msgid "Speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2391
+msgid "Spool files of PNP4Nagios"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:78
+msgid "Spool notifications to remote site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6056
+msgid "Spool to event console"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6057
+msgid "Spooling: Send events to local event console in same OMD site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6061
+msgid "Spooling: Send events to local event console into given spool directory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:850
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1330
+msgid "Stale"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1748
+msgid "Stale services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:837
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1323
+msgid "Staleness"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:430
+msgid "Staleness value to mark hosts / services stale"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4642
+msgid "Standby paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3895
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4352
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1653
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1682
+msgid "Start"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8518
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11594
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12234
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1873
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1897
+msgid "Start or end of a scheduled downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8488
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11579
+msgid "Start or end of a scheduled downtime "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8487
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8517
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11578
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11593
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12233
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1872
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1896
+msgid "Start or end of flapping state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4777
+msgid "Start type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4523
+msgid "Start!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1922
+msgid "Start-Time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:188
+msgid "Start-URL to display in main frame"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:152
+msgid "Starts a service discovery for the given hostname."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4799
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7360
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8975
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8977
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8980
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8983
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8986
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16221
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:901
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:280
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1009
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1019
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:67
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1900
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1012
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1015
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:461
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:107
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:114
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:338
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1873
+msgid "State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:460
+msgid "State (severity) of event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1656
+msgid "State Retention Interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1104
+msgid "State and Count of Processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1105
+msgid "State and Count of Processes (with additional performance data)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6241
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6260
+msgid "State and count of processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+msgid "State classification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:153
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:414
+msgid "State for connection refusal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:456
+msgid "State for expected string mismatch"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2451
+msgid "State if just some agent sections are missing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4799
+msgid "State if no entry matches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1612
+msgid "State if tunnel is not found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3544
+msgid "State in case of Archivelogmode is disabled: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3538
+msgid "State in case of Archivelogmode is enabled: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3556
+msgid "State in case of Force Logging is disabled: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3550
+msgid "State in case of Force Logging is enabled: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2446
+msgid "State in case of a overall timeout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1243
+msgid "State in case of absent updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2441
+msgid "State in case of connection problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2456
+msgid "State in case of empty agent output"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3562
+msgid "State in case of logins are not possible: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2466
+msgid "State in case of unhandled exception"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2461
+msgid "State in case of wrong agent version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2910
+msgid "State of ESX hosts and virtual machines"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5369
+msgid "State of NTP time synchronisation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4903
+msgid "State of PDU Plugs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16808
+msgid "State of a host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16815
+msgid "State of a service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:102
+msgid "State of event changed by user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16829
+msgid "State of remaining services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:276
+msgid "State retention interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4870
+msgid ""
+"State the disk is expected to be in. Typical good states are online, host "
+"spare, OK and the like. The exact way of how to specify a state depends on "
+"the check and hard type being used. Please take examples from inventorized "
+"checks for reference."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1741
+msgid "State when missing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:769
+msgid "State when no backup can be found"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:765
+msgid "State when no backup is configured"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:43
+msgid "Statement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:687
+msgid "States"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1697
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6520
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6562
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6597
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6632
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6678
+msgid "States treated as critical"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1690
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6513
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6555
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6590
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6625
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6671
+msgid "States treated as warning"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2533
+msgid "Statgrab Memory Usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:488
+msgid "Static text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6173
+msgid "Statically configured Check_MK checks that do not rely on the inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1679
+msgid "Statistics Interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3245
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4788
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4949
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6967
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18100
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18109
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18118
+msgid "Status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:249
+msgid "Status Classification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:41
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1838
+msgid "Status GUI (Multisite)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:277
+msgid "Status Grouping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:143
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1507
+msgid "Status View"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:355
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:362
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:912
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:76
+msgid "Status detail"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10033
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10035
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10471
+msgid "Status host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1068
+msgid "Status of Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2238
+msgid "Status of Linux bonding interfaces"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:1238
+msgid "Status of a single service, to be used for linking"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1286
+#, python-format
+msgid "Status of last synchronization: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2471
+msgid "Status of the Check_MK service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:729
+#, python-format
+msgid "Step %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:609
+msgid "Step (precision)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:718
+msgid "Still nothing happened."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:484
+msgid "Stop Editing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:124
+msgid "Stopped"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:419
+msgid "Storage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:37
+msgid "Storage, Filesystems and Files"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:60
+msgid "Store notifications for rule analysis"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:360
+msgid "Store output value into RRD database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:142
+msgid "Stored SNMP Walks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:531
+msgid "Street name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:533
+msgid "Street number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:57
+msgid "Strict - Must be contact of all members"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:47
+msgid "Strict - Must be explicit contact of a service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:644
+msgid "String to be sent in http header as \"User Agent\""
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1002
+msgid ""
+"String to expect in first line of server response. The default is 220"
+"tt>."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:700
+msgid "String to expect in response headers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:162
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:423
+msgid "String to send"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:499
+msgid "String to send server to initiate a clean close of the connection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:167
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:434
+msgid "Strings to expect in response"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:705
+msgid "Strings to expect in server response"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16896
+msgid ""
+"Subexpressions enclosed in ( and ) will be available as "
+"arguments $2$, $3$, etc."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:348
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:156
+msgid "Subject"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:46
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:125
+msgid "Subject for host notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:55
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:134
+msgid "Subject for service notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:765
+msgid "Submit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/crashed_check.py:82
+msgid "Submit Report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7355
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11001
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11152
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1287
+msgid "Success"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2066
+#, python-format
+msgid ""
+"Successfully created the host. Now you should do a service "
+"discovery in order to auto-configure all services to be checked on this "
+"host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1671
+#, python-format
+msgid "Successfully deleted %d hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4717
+msgid "Successfully discarded all pending changes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9944
+#, python-format
+msgid "Successfully logged into remote site '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9945
+#, python-format
+msgid "Successfully logged into remote site '%s'!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:947
+#, python-format
+msgid "Successfully moved %d hosts to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3513
+#, python-format
+msgid "Successfully moved %d hosts to their original folder destinations."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6906
+msgid "Successfully restored snapshot."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:380
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1938
+#, python-format
+msgid "Successfully sent %d commands."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2018
+#, python-format
+msgid "Successfully updated IP addresses of %d hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15877
+msgid "Successfully updated user profile."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1432
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:635
+msgid "Summary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:315
+msgid "Summary hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:488
+msgid "Summary line"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4413
+msgid "Summary of all disks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4414
+msgid "Summary of disk input (read)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4415
+msgid "Summary of disk output (write)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9681
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1756
+msgid "Sunday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:160
+msgid "Support 4.1"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:159
+msgid "Support ESX 4.1 (using slower PySphere implementation)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2937
+msgid "Suspended"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4792
+msgid "Sv."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:507
+msgid "Swap left and right margins on pages with even numbers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:964
+#, python-format
+msgid "Switch %s %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1301
+msgid "Switch back to sync mode!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4884
+msgid "Switch contact state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1476
+msgid "Switch slave replication mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1299
+msgid "Switch to Takeover mode!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1258
diff --git a/xag b/xag
new file mode 100644
index 0000000..d0a78ab
--- /dev/null
+++ b/xag
@@ -0,0 +1,4000 @@
+#, python-format
+msgid "Switched replication slave mode to %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1259
+#, python-format
+msgid "Switched to %s mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:466
+msgid "Symantec Anti Virus (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4916
+msgid "Sync"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4918
+msgid "Sync & Restart"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11649
+msgid "Sync Users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7339
+msgid "Sync-Plugin: Roles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11346
+#, python-format
+msgid "Synchronized with master (my site id is %s.)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:713
+msgid "Synchronizes the email of the LDAP user account into Check_MK."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:751
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:220
+msgid "Syslog Facility"
+msgstr "Unitatea Syslog"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:191
+msgid "Syslog Facility to use"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:744
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:173
+msgid "Syslog Priority"
+msgstr "Prioritatea Syslog"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1915
+msgid "Syslog facility for Event Console notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6096
+msgid "Syslog facility for forwarded messages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:608
+msgid "Syslog priority to cancel event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:433
+msgid "Syslog-Facility"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:426
+msgid "Syslog-Priority"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1702
+msgid "Syslog-like message logging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:418
+msgid "System"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:297
+msgid "System Info"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:773
+msgid "System Number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:298
+msgid "System Stats"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:209
+msgid "System time (time synchronization)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:208
+msgid "System uptime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1894
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6075
+msgid "TCP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1778
+msgid "TCP Connect"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:681
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:374
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:602
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:821
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:895
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1128
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1366
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1577
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1585
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1625
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1633
+msgid "TCP Port"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:975
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1028
+msgid "TCP Port Number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:66
+msgid "TCP Port number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1572
+msgid "TCP Port number of status socket:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2023
+msgid "TCP Port number:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:246
+msgid "TCP Port of carbone line receiver"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10190
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:971
+msgid "TCP Port to connect to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1500
+msgid "TCP SYN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1593
+msgid "TCP connection timeout for connecting to the master"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:64
+msgid "TCP port"
+msgstr "Portul TCO"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:653
+msgid "TCP port for connection"
+msgstr "Portul TCP pentru conexiune"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2429
+msgid "TCP port for connection to Check_MK agent"
+msgstr "TCP port pentru conexiunile la agentul Check_MK"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1129
+msgid "TCP port number to connect to. Usually either 139 or 445."
+msgstr "Numar port TCP pentru conexiune. Deobicei 139 sau 445."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1122
+msgid "TCP-Port for Listener"
+msgstr "TCP-Port pentru Listener"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1813
+msgid "TIME_WAIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1054
+msgid "TS Quotas"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:572
+msgid "TSM - IBM Tivoli Storage Manager (Linux, Unix)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:475
+msgid "Table"
+msgstr "Tabel"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:273
+msgid "Table Layout"
+msgstr "Asezare tabel"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:786
+msgid "Table of all currently open events (handled and unhandled)"
+msgstr "Tabel cu toate evenimentele deschise (manipulate si netratate)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:148
+msgid "Table of available text macros"
+msgstr "Tabel cu macro-uri disponibile"
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/availability.py:146
+msgid "Table options"
+msgstr "Optiuni tabel"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3283
+msgid "Tablespace larger than"
+msgstr "Tablespace mai mare decat"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3685
+msgid "Tablespace name"
+msgstr "Nume tablespace"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1053
+msgid "Tablespaces"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/paper_sizes.py:42
+msgid "Tabloid"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:576
+msgid "Tactical Overview"
+msgstr "Privire de ansamblu"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12947
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13020
+msgid "Tag ID"
+msgstr "ID Tag"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1505
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1924
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1947
+msgid "Tags"
+msgstr "Tag-uri"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13083
+#, python-format
+msgid "Tags IDs must be unique. You've used %s twice."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:36
+msgid ""
+"Tags classify hosts and are the fundament of configuration of hosts and "
+"services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13110
+msgid "Tags with only one choice must have an ID."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:59
+msgid "Take n'th best state for n = "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:37
+msgid "Take n'th worst state for n = "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1606
+msgid "Takeover after a master downtime of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1283
+msgid "Takeover!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2222
+msgid "Target State"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4869
+msgid "Target state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2918
+msgid "Target states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:539
+msgid "Task Matching"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5077
+msgid "Temperature"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5324
+msgid "Temperature Trend Analysis"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5072
+msgid "Temperature and Humidity for Eaton UPS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4926
+msgid ""
+"Temperature levels for external thermometers that are used for monitoring "
+"the temperature of a datacenter. An example is the webthem from W&T."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5058
+msgid "Temperature levels for hard disks, that is determined e.g. via SMART"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5024
+msgid ""
+"Temperature levels for hardware devices like Brocade switches with "
+"(potentially) several temperature sensors. Sensor IDs can be selected in the "
+"rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5043
+msgid ""
+"Temperature levels for hardware devices like DELL Powerconnect that have "
+"just one temperature sensor. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4944
+msgid ""
+"Temperature levels for hardware devices with a single temperature sensor."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5311
+msgid "Temperature sensors with builtin levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5322
+msgid "Temperature trends for devices with builtin levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:40
+msgid "Temperature, Humidity, Electrical Parameters, etc."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:87
+msgid "Template for PDF exporting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:111
+msgid "Template for PDF exporting of availability views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:99
+msgid "Template for PDF exporting of views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:31
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:86
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:98
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:110
+msgid "Templates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:57
+msgid "Temporarily disable all notifications!"
+msgstr "Dezactiveaza temporar toate notificarile!"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10492
+msgid "Temporarily disable this connection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3321
+msgid "Temporarily ignore this service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:150
+msgid "Terse"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2984
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7359
+msgid "Test"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5300
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:105
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:102
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:495
+msgid "Text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:816
+msgid "Text logfiles (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:600
+msgid "Text to cancel event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16143
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:535
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1045
+msgid "Text to match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:59
+msgid "Text to place"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:165
+msgid "Text-body of the email to send. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:331
+msgid "Text/Message of the event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12405
+msgid "That many permissions do not use the factory defaults."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:340
+msgid "That many times the message must occur until an event is created"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:763
+#, python-format
+msgid ""
+"The \"Authentication Expiration\" attribute (%s) could not be fetched from "
+"the LDAP server for user %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14532
+#, python-format
+msgid "The %s %s does not match this rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:524
+#, python-format
+msgid "The %s does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1738
+#, python-format
+msgid "The %s started flapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1736
+#, python-format
+msgid "The %s stopped flapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2096
+msgid "The from time must not be greater then the until time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5782
+msgid ""
+"The BEA application servers have 'Execute Queues' in which requests are "
+"processed. This rule allows to set warn and crit levels for the number of "
+"requests that are being queued for processing. Other keywords for this rule: "
+"Tomcat, Jolokia, JMX. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3060
+msgid ""
+"The CPU load of a system is the number of processes currently being in the "
+"state running, i.e. either they occupy a CPU or wait for one. The "
+"load average is the averaged CPU load over the last 1, 5 or 15 "
+"minutes. The following levels will be applied on the average load. On Linux "
+"system the 15-minute average load is used when applying those levels. The "
+"configured levels are multiplied with the number of CPUs, so you should "
+"configure the levels based on the value you want to be warned \"per CPU\"."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3085
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3097
+msgid ""
+"The CPU utilization sums up the percentages of CPU time that is used for "
+"user processes and kernel routines over all available cores within the last "
+"check interval. The possible range is from 0% to 100%"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3198
+msgid ""
+"The CPU utilization sums up the percentages of CPU time that is used for "
+"user processes, kernel routines (system), disk wait (sometimes also called "
+"IO wait) or nothing (idle). Currently you can only set warning/critical "
+"levels to the disk wait. This is the total percentage of time all CPUs have "
+"nothing else to do then waiting for data coming from or going to disk. If "
+"you have a significant disk wait the the bottleneck of your server is IO. "
+"Please note that depending on the applications being run this might or might "
+"not be totally normal."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:199
+msgid ""
+"The Check_MK Agent for Windows has a number of builtin modules that provide "
+"functionality for various types of checks. Usually all those sections are "
+"being executed, but here you can select which sections you want the agent to "
+"compute. Disabling some of the sections will make the agent faster but will "
+"result in less different checks. The most CPU performance is needed by the "
+"Eventlog monitoring and the performance counters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3419
+msgid ""
+"The Data-Guard are availible in Oracle Enterprise Edition with enabled Data-"
+"Guard. The init.ora Parameter dg_broker_start must be TRUE for this check. "
+"The apply and transport lag could be configured with this rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:106
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:117
+msgid "The ESX Host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1203
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1268
+msgid "The Event Console Daemon is currently not running. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8527
+msgid ""
+"The Event Console can have events create notifications in Check_MK. These "
+"notifications will be processed by the rule based notification system of "
+"Check_MK. This matching option helps you distinguishing and also gives you "
+"access to special event fields."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7291
+msgid "The Group Base DN could be found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7293
+msgid "The Group Base DN could not be found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7288
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7297
+msgid "The Group Base DN is not configured, not fetching any groups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12454
+msgid "The ID is already used by another role"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17107
+msgid ""
+"The ID of the rule must be a unique text. It will be used as an internal key "
+"when rules refer to each other. The rule IDs will not be visible in the "
+"status GUI. They are just used within the configuration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:607
+msgid ""
+"The ID will be used in URLs that point to a view, e.g. view.py?"
+"view_name=myview. It will also be used internally for "
+"identifying a view. You can create several views with the same title but "
+"only one per view name. If you create a view that has the same view name as "
+"a builtin view, then your view will override that (shadowing it)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:742
+msgid "The LDAP attribute containing the alias of the user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:724
+msgid "The LDAP attribute containing the mail address of the user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:828
+msgid "The LDAP attribute containing the pager number of the user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:853
+msgid ""
+"The LDAP attribute whose contents shall be synced into this custom attribute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:181
+msgid ""
+"The LDAP connector is enabled in global settings, but the LDAP server to "
+"connect to is not configured. Please fix this in the LDAP connection settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7180
+msgid ""
+"The LDAP user connector is disabled. You need to enable it to be able to "
+"configure the LDAP settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:174
+msgid "The Logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10355
+msgid "The Multisite URL must end with /check_mk/"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:623
+msgid ""
+"The Multisite User Management code is modularized, the modules are called "
+"user connectors. A user connector can hook into multisite at several places "
+"where users are handled. Examples are the authentication or saving of user "
+"accounts. Here you can enable one or several connectors to extend or replace "
+"the default authentication mechanism (htpasswd) e.g. with ldap based "
+"mechanism."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10358
+msgid ""
+"The Multisites URL must begin with http:// or https://."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5272
+msgid "The Number of the power Phase."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4498
+msgid "The Offset of the information relative to counter base"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:316
+msgid "The SQL-statement or procedure name which is executed on the DBMS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1537
+msgid ""
+"The TCP Port the SMTP server is listening on. Defaulting to 25."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:972
+msgid ""
+"The TCP Port the SMTP server is listening on. The default is 25."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:88
+msgid ""
+"The URL must begin with http or https and end with /"
+"check_mk/."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:595
+msgid "The URL must begin with http://"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:957
+msgid "The URL of the target page the link of the dashlet should link to."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10297
+msgid "The URL prefix must end with a slash."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10461
+#, python-format
+msgid ""
+"The URL prefix will be prepended to links of addons like PNP4Nagios or the "
+"classical Nagios GUI when a link to such applications points to a host or "
+"service on that site. You can either use an absolute URL prefix like "
+"http://some.host/mysite/ or a relative URL like /mysite/. "
+"When using relative prefixes you needed a mod_proxy configuration in your "
+"local system apache that proxies such URLs to the according remote site. "
+"Please refer to the online documentation for "
+"details. The prefix should end with a slash. Omit the /pnp4nagios/ "
+"from the prefix."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7255
+msgid "The User Base DN could be found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7257
+msgid ""
+"The User Base DN could not be found. Maybe the provided user (provided via "
+"bind credentials) has no permission to access the Base DN or the credentials "
+"are wrong."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7261
+msgid ""
+"The User Base DN could not be found. Seems you need to configure proper bind "
+"credentials."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7252
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7266
+msgid "The User Base DN is not configured."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:107
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:118
+msgid "The Virtual Machine"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2300
+msgid "The WATO folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1530
+msgid ""
+"The access to the event status via TCP will only be allowed from this source "
+"IP addresses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:480
+msgid ""
+"The action of this event is still delayed in the hope of a cancelling event."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:939
+msgid "The age of the current host state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:517
+msgid "The age of the current service state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:817
+msgid ""
+"The agent plugin mk_logwatch monitors a configured set of text "
+"logfiles for new messages, classifies these according to a set of rules and "
+"sends (only) relevant messages to the Check_MK server for further "
+"processing. Here the messages can further be (re-)classified using the Logwatch "
+"Ruleset. Note: If you want to configure several log files with "
+"different sets of patterns, then simply create several rules. In this "
+"ruleset all matching rules are being executed, not only the first "
+"one. Note (2): This duplicate possibility for classification is due "
+"to performance issues. It is always a good idea that the agent forwards only "
+"messages that are potential problems in order to cut down network traffic. "
+"Central reclassification on the other hand is more conveniant because no "
+"agent update is neccessary when rules need to be changed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:702
+msgid "The aggregate was in a scheduled downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16967
+msgid "The aggregation covers data from only one host and its parents."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17086
+msgid ""
+"The aggregation function decides how the status of a node is constructed "
+"from the states of the child nodes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:203
+msgid "The application (syslog tag) does not match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:192
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:199
+msgid "The aspect of the image is preserved."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17324
+msgid ""
+"The attribute can be added to the contact definiton in order to use it for "
+"notifications."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17220
+msgid "The attribute does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17295
+msgid "The attribute is added to this section in the edit dialog."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:830
+msgid ""
+"The attribute used to identify the individual users. It must have unique "
+"values to make an user identifyable by the value of this attribute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:898
+msgid "The attribute used to identify users group memberships."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4612
+msgid "The audit log is empty."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2630
+msgid "The average utilization of memory on the active supervisor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1278
+msgid ""
+"The base URL to the monitoring instance. For example http://
Please note that on windows systems any backslashes need to be "
+"escaped.For example C:\\\\tmp\\\\message.log"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2878
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2897
+#, python-format
+msgid "The entry %s is missing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1680
+msgid ""
+"The event daemon keeps statistics about the rate of messages, events rule "
+"hits, and other stuff. These values are updated in the interval configured "
+"here and are available in the sidebar snapin Event Console Performance"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1824
+msgid ""
+"The event socket is an alternative way for sending events to the Event "
+"Console. It is used by the Check_MK logwatch check when forwarding log "
+"messages to the Event Console. This setting defines the number of unaccepted "
+"connections to be queued before refusing new connections."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:99
+msgid ""
+"The event was cancelled because the corresponding OK message was received"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6975
+msgid "The expected number of nodes in the cluster."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6982
+msgid "The expected number of resources in the cluster."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9382
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9385
+msgid "The file does not seem to be a valid iCalendar file."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2127
+msgid ""
+"The filesystem levels will never fall below these values, when using the "
+"magic factor and the filesystem is very small."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13199
+msgid ""
+"The first choice of a tag group will be its default value. If a tag group "
+"has only one choice, it will be displayed as a checkbox and set or not set "
+"the only tag. If it has more choices you may leave at most one tag id empty. "
+"A host with that choice will not get any tag of this group.
The tag "
+"ID must contain only of letters, digits and underscores.
Renaming "
+"tags ID: if you want to rename the ID of a tag, then please make sure "
+"that you do not change its title at the same time! Otherwise WATO will not "
+"be able to detect the renaming and cannot exchange the tags in all folders, "
+"hosts and rules accordingly."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1119
+msgid "The folder is not permitted for any contact group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1121
+#, python-format
+msgid "The folder's permitted contact groups are %s. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2323
+#, python-format
+msgid "The following cluster definitions: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8278
+msgid "The following explicit email addresses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:291
+#, python-format
+msgid ""
+"The following query produced no output:\n"
+"\n"
+"%s
\n"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13754
+msgid "The following rules do not match to any of the existing hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8262
+msgid "The following users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16852
+msgid "The found hosts themselves"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16853
+msgid "The found hosts' childs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16854
+msgid "The found hosts' parents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:348
+#, python-format
+msgid "The given base object \"%s\" does not exist in LDAP (%s))"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:784
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:347
+msgid "The given datasource is not supported"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:583
+msgid "The given datasource is not supported."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9378
+msgid ""
+"The given file does not seem to be a valid iCalendar file. It needs to have "
+"the file extension .ics."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2931
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3028
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16157
+msgid "The given host does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:351
+#, python-format
+msgid "The given ldap filter \"%s\" is invalid (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15633
+#, python-format
+msgid "The given password is too short. It must have at least %d characters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:347
+#, python-format
+msgid "The host %s is not managed by WATO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14519
+#, python-format
+msgid "The host has the tag %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:351
+msgid "The host is currently in downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14517
+#, python-format
+msgid "The host is missing the tag %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8339
+msgid "The host must be in one of the selected host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:200
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14513
+msgid "The host name does not match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:739
+msgid "The host name may not contain spaces."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:733
+msgid "The host name of the event"
+msgstr "Numele elementului pentru eveniment"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:691
+msgid "The host or service was in a scheduled downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:690
+msgid "The host was down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:678
+msgid "The host was in a scheduled downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8381
+msgid ""
+"The host/ service must be in one of the selected contact groups. Only works "
+"with Check_MK Microcore. If you don't use the CMC, that filter will not apply"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2852
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3023
+msgid "The hostname is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6967
+msgid "The hostname of the expected distinguished controller of the cluster."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6998
+msgid "The hostname of the expected node to hold this resource."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:866
+msgid "The ident of the dashlet is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5203
+msgid "The identificator of the fan."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5065
+msgid "The identificator of the hard disk device, e.g. /dev/sda."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5315
+msgid "The identificator of the thermal sensor."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6352
+msgid "The identifier of the detector."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1055
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4967
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4984
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5001
+msgid "The identifier of the phase the power is related to."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4935
+msgid "The identifier of the themal sensor."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5034
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5362
+msgid "The identifier of the thermal sensor."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:110
+#, python-format
+msgid "The image %s cannot be rendered."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:894
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:560
+#, python-format
+msgid "The info %s does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:317
+msgid ""
+"The information provided by the sidebar snapins is refreshed in a regular "
+"interval. You can change the refresh interval to fit your needs here. This "
+"value means that all snapnis which request a regular refresh are updated in "
+"this interval."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6833
+msgid ""
+"The integrity of this snapshot could not be verified.
If you restore "
+"a snapshot on the same site as where it was created, the checksum should "
+"always be OK. If not, it is likely that something has been modified in the "
+"snapshot.
When you restore the snapshot on a different site, the checksum "
+"check will always fail. The snapshot contains files which contain code that "
+"will be executed during runtime of the monitoring.
The upload of "
+"insecure snapshots is currently disabled in WATO. If you want to allow the "
+"upload of insecure snapshots you can activate it in the Global Settings "
+"under
Configuration GUI (WATO) -> Allow upload of insecure WATO "
+"snapshots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6890
+msgid ""
+"The integrity of this snapshot could not be verified.
If you restore "
+"a snapshot on the same site as where it was created, the checksum should "
+"always be OK. If not, it is likely that something has been modified in the "
+"snapshot.
When you restore the snapshot on a different site, the checksum "
+"check will always fail.
The snapshot contains files which contain "
+"code that will be executed during runtime of the monitoring. Please ensure "
+"that the snapshot is a legit, not manipulated file.
Do you want to "
+"ignore the failed integrity check and restore the snapshot?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6883
+msgid ""
+"The integrity of this snapshot could not be verified.
You are "
+"restoring a legacy snapshot which can not be verified. The snapshot contains "
+"files which contain code that will be executed during runtime of the "
+"monitoring. Please ensure that the snapshot is a legit, not manipulated file."
+"
Do you want to continue restoring the snapshot?"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6826
+msgid ""
+"The integrity of this snapshot could not be verified.
You are "
+"restoring a legacy snapshot which can not be verified. The snapshot contains "
+"files which contain code that will be executed during runtime of the "
+"monitoring.
The upload of insecure snapshots is currently disabled in "
+"WATO. If you want to allow the upload of insecure snapshots you can activate "
+"it in the Global Settings under
Configuration GUI (WATO) -> Allow "
+"upload of insecure WATO snapshots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13178
+msgid ""
+"The internal ID of the tag group is used to store the tag's value in the "
+"host properties. It cannot be changed later."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12953
+msgid ""
+"The internal name of the tag. The special tags snmp, tcp "
+"and ping can be used here in order to specify the agent type."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2170
+msgid "The last "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1940
+#, python-format
+msgid "The last one was: %s
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:547
+msgid "The last time the service was OK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2130
+msgid "The last..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3426
+msgid "The limit for the apply lag in v$dataguard_stats."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3433
+msgid "The limit for the transport lag in v$dataguard_stats."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16521
+#, python-format
+msgid "The list of host tags must be a list, but is %r"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16525
+#, python-format
+msgid "The list of host tags must only contain strings but also contains %r"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11492
+msgid "The list of services will never match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:283
+#, python-format
+msgid "The log file %s of host %s could not be deleted: %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5245
+msgid "The log is empty. No host has been created or changed yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1189
+msgid ""
+"The maximum age for piggy back data from another host to be valid for "
+"monitoring. Older files are deleted before processing them. Please make sure "
+"that this age is at least as large as you normal check interval for piggy "
+"hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:775
+msgid "The maximum age of the last backup."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:194
+msgid ""
+"The maximum number of concurrent Livestatus connections is limited by this "
+"setting. Usually the default value should be fine. If you have a larger "
+"number of users and use persistent connections then you could run out of "
+"Livestatus connections. This results in hanging Apache processes and "
+"browsers running into timeouts. Increase this number in such a case. Also "
+"consider using the Livestatus proxy."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1634
+msgid ""
+"The maximum number of failed checks until a service problem state will be "
+"considered as hard. Only hard state trigger notifications. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1725
+msgid ""
+"The maximum number of failed host checks until the host will be considered "
+"in a hard down state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:785
+msgid ""
+"The maximum size of all files on the backup space. This might be set to the "
+"allowed quotas on the configured FTP server to be notified if the space "
+"limit is reached."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8271
+msgid "The members of certain contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2735
+msgid ""
+"The memory levels for one specific module of this host. This is relevant for "
+"hosts that have several distinct memory areas, e.g. pluggable cards"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:228
+msgid "The message text does not match the required pattern."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:281
+msgid "The monitoring state that this event will trigger."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2209
+msgid "The name of the Datastore"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6836
+msgid "The name of the FC port"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4563
+msgid "The name of the OMD site to check the status for"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1286
+msgid ""
+"The name of the aggregation to fetch. It will be added to the service "
+"description."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5659
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5693
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5732
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5771
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5802
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5878
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6895
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6943
+msgid "The name of the application server"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17281
+msgid ""
+"The name of the attribute is used as an internal key. It cannot be changed "
+"later."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7003
+msgid "The name of the cluster resource as shown in the service description."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:636
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:853
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1043
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1105
+msgid "The name of the dashboard is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:304
+msgid "The name of the database on the DBMS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8041
+msgid ""
+"The name of the group is used as an internal key. It cannot be changed "
+"later. It is also visible in the status GUI."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:738
+msgid "The name of the queue like in the Apache queue manager"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:706
+msgid ""
+"The name of the replication partner (Destination DC Site/Destination DC)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:943
+msgid "The name of the switch port"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2952
+msgid ""
+"The name of the system must begin with VM or HostSystem."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1291
+msgid ""
+"The name of the user account to use for fetching the BI aggregation via "
+"HTTP. When using the cookie based authentication mode (default), this must "
+"be a user where authentication is set to \"Automation Secret\" based "
+"authentication."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:614
+msgid "The name of the view may only contain letters, digits and underscores."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:282
+msgid "The name of this active service to be displayed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:205
+msgid "The name or IPv4 address you want to query"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1426
+msgid "The name that will be used in the service description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1338
+msgid "The name will be used in the service description"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:533
+msgid "The network must contain three dots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:401
+msgid ""
+"The network timeout in seconds when communicating via HTTP. The default is "
+"10 seconds."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:342
+msgid ""
+"The network timeout in seconds when communicating via UPNP. The default is "
+"10 seconds. Please note that this is not a total timeout, instead it is "
+"applied to each API call."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:76
+msgid ""
+"The network timeout in seconds when communicating with vSphere or to the "
+"Check_MK Agent. The default is 60 seconds. Please note that this is not a "
+"total timeout but is applied to each individual network transation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1199
+msgid "The new configuration has successfully been activated."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15806
+msgid "The new password must differ from your current one."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2041
+#, python-format
+msgid "The node %s is not a WATO host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:217
+msgid "The notification has been sent via
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8680
+#, python-format
+msgid "The notification script %s does not allow bulking."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:192
+msgid ""
+"The notifications will be converted into syslog message with the facility "
+"that you choose here. In the Event Console you can later create a rule "
+"matching this facility."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2637
+#, python-format
+msgid "The number of elements in the tuple must be exactly %d."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:496
+msgid ""
+"The number of object handles in the processes object table. This includes "
+"open handles to threads, files and other resources like registry keys."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2094
+msgid ""
+"The number of remaining inodes on the filesystem. Please note that this "
+"setting has no effect on some filesystem checks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:698
+msgid "The number of replication failures"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1179
+msgid ""
+"The number of seconds a cache file may be old if check_mk should use it "
+"instead of getting information from the target hosts while checking a "
+"cluster. Per default this is enabled and set to 90 seconds. If your check "
+"cycle is not set to a larger value than one minute then you should increase "
+"this accordingly."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5124
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5170
+msgid "The number of the phase (usually 1,2,3)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4466
+msgid "The number of the port type. For example 53 (propVirtual)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5387
+msgid "The offset in ms at which a critical state is triggered."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5381
+msgid "The offset in ms at which a warning state is triggered."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1537
+msgid "The operational transmit power"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:45
+msgid ""
+"The option will make notifications handled asynchronously. For each "
+"notification a spool file will be created and later processes by the "
+"notification spooler. This avoids a hanging core in case of notifications "
+"that need very long to execute. It also enables a retry in case of failed "
+"notifications. Please not that this is not useful if you only use "
+"notification methods that have their own spooling (like email or SMS tools)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:206
+msgid "The original aspect of the image will be ignored."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5430
+msgid "The output voltage at and below which a critical state is triggered."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12081
+msgid "The pager address is optional "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:109
+#, python-format
+msgid ""
+"The parent '%s' is monitored on site '%s' while the host itself is monitored "
+"on site '%s'. Both must be monitored on the same site. Remember: The parent/"
+"child relation is used to describe the reachability of hosts by one "
+"monitoring daemon."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4267
+msgid ""
+"The parent scan will try to detect the last gateway on layer 3 (IP) before a "
+"host. This will be done by calling traceroute. If a gateway is "
+"found by that way and its IP address belongs to one of your monitored hosts, "
+"that host will be used as the hosts parent. If no such host exists, an "
+"artifical ping-only gateway host will be created if you have not disabled "
+"this feature."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2326
+#, python-format
+msgid "The parents of the following hosts: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12103
+msgid "The password can not be changed (It is locked by the user connector)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15649
+#, python-format
+msgid ""
+"The password does not use enough character groups. You need to set a "
+"password which uses at least %d of them."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:312
+msgid "The password used to connect to the database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:641
+msgid ""
+"The placeholder \\0 will be replaced by the original host name. "
+"This allows you to add new information in front or at the end."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:627
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:654
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:667
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:681
+msgid ""
+"The placeholder \\0 will be replaced by the original text. This "
+"allows you to add new information in front or at the end."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:289
+msgid ""
+"The plugin mailman_lists allows monitoring mailing lists of mailman."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:300
+msgid "The port the DBMS listens to"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:130
+msgid ""
+"The python module python-ldap seems to be missing. You need to install this "
+"extension to make the LDAP user connector work."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:105
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:116
+msgid "The queried ESX system (vCenter / Host)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2260
+msgid ""
+"The renaming of hosts is a complex operation since a host's name is being "
+"used as a unique key in various places. It also involves stopping and "
+"starting of the monitoring core. You cannot rename a host while you have "
+"pending changes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1583
+msgid "The replication will be triggered each this number of seconds"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:237
+msgid "The requested dashboard can not be found."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:646
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:871
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1053
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1112
+msgid "The requested dashboard does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:668
+msgid "The requested dashlet type does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6607
+msgid "The requested snapshot does not exist"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11066
+msgid "The requested user does not exist"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:354
+msgid ""
+"The response reached a size limit. This could be due to a sizelimit "
+"configuration on the LDAP server.
Throwing away the incomplete results. "
+"You should change the scope of operation within the ldap or adapt the limit "
+"settings of the LDAP server."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14522
+msgid "The rule does not apply to the folder of the host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14866
+msgid "The rule is only applied to hosts directly in or below this folder."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14871
+msgid ""
+"The rule will only be applied to hosts fullfilling all of of the host tag "
+"conditions listed here, even if they appear in the list of explicit host "
+"names."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:544
+msgid ""
+"The rules does only apply when the given regular expression matches the host "
+"name the message originates from. Note: in some cases the event might use "
+"the IP address instead of the host name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:536
+msgid ""
+"The rules does only apply when the given regular expression matches the "
+"message text (infix search)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4043
+msgid "The selected hosts have no explicit attributes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3245
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2214
+msgid "The selected icon image does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:854
+msgid "The service description will be LDAP plus this name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1522
+msgid "The service description will be Mail Loop plus this name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:957
+msgid "The service description will be SMTP plus this name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:628
+msgid ""
+"The service descriptions of the inventorized services are named like the "
+"paths in SAP. You can use this option to let the inventory function only use "
+"the last x path levels for naming."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1449
+msgid ""
+"The service discovery of this host failed during a previous bulk service "
+"discovery."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8374
+msgid "The service must be in one of the selected service groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:337
+msgid ""
+"The sidebar can be configured to regularly check for pending popup "
+"notififcations. This is disabled by default."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10282
+msgid "The site id must consist only of letters, digit and the underscore."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11112
+msgid "The site is marked as dead. Not trying to replicate."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10333
+msgid "The site of the status host does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:431
+msgid ""
+"The staleness value of a host / service is calculated by measuring the "
+"configured check intervals a check result is old. A value of 1.5 means the "
+"current check result has been gathered one and a half check intervals of an "
+"object. This would mean 90 seconds in case of a check which is checked each "
+"60 seconds."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3517
+msgid "The state of the job is ignored per default."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5375
+msgid ""
+"The stratum (\"distance\" to the reference clock) at which the check gets "
+"critical."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:206
+msgid "The syslog facility does not match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:236
+msgid "The syslog priority is not in the required range."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:724
+msgid "The syslog tag"
+msgstr "Tagul Aplicatiei in syslog"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:773
+msgid "The system number is two digits"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3324
+msgid ""
+"The tablespace levels will never fall below these values, when using the "
+"magic factor and the tablespace is very small."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13105
+#, python-format
+msgid "The tag ID '%s' is already being used as auxiliary tag."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13097
+#, python-format
+msgid ""
+"The tag ID '%s' is already being used by the choice '%s' in the tag group '%"
+"s'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13060
+#, python-format
+msgid "The tag group ID %s is already used by the tag group '%s'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3034
+msgid "The test is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:61
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:67
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:106
+msgid "The text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1084
+#, python-format
+msgid "The text %s is not a valid floating point number."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:277
+#, python-format
+msgid "The text %s is not a valid integer number."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:255
+msgid ""
+"The text entered here well be prefixed to the hostname. Ending the prefix "
+"with a period will create a separate folder in Graphite"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2034
+#, python-format
+msgid "The time must not be greater than %02d:%02d."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:969
+msgid "The time of the last host notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:561
+msgid "The time of the last service notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:962
+msgid "The time of the next host notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:955
+msgid "The time of the next scheduled host check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:540
+msgid "The time of the next scheduled service check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:554
+msgid "The time of the next service notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9725
+msgid ""
+"The time period name 24X7 cannot be used. It is always autmatically defined."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:947
+msgid "The time since the last check of the host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:532
+msgid "The time since the last check of the service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:257
+#, python-format
+msgid "The timeperiod %s is currently not active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:255
+#, python-format
+msgid "The timeperiod %s is not known to the local monitoring core"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17291
+msgid "The title is used to label this attribute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17047
+msgid ""
+"The title of the BI nodes which are created from this rule. This will be "
+"displayed as the name of the node in the BI view. For top level nodes this "
+"title must be unique. You can insert rule parameters like $FOO$ or "
+"$BAR$ here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:577
+msgid "The total number of hosts and service with and without problems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2020
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2087
+#, python-format
+msgid "The tuple must contain two elements, but you have %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3241
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2209
+#, python-format
+msgid "The type is %s, but should be str"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2868
+#, python-format
+msgid "The type must be a dictionary, but it is a %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1052
+#, python-format
+msgid "The type must be dict, but is %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:940
+#, python-format
+msgid "The type must be list, but is %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17308
+msgid "The type of information to be stored in this attribute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1959
+#, python-format
+msgid "The type of the timestamp must be int or float, but is %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2653
+msgid ""
+"The used and free levels for the memory on Linux and UNIX systems take into "
+"account the currently used memory (RAM or SWAP) by all processes and sets "
+"this in relation to the total RAM of the system. This means that the memory "
+"usage can exceed 100%. A usage of 200% means that the total size of all "
+"processes is twice as large as the main memory, so at least half of "
+"it is currently swapped out. Besides Linux and UNIX systems, these "
+"parameters are also used for memory checks of other devices, like Fortigate "
+"devices."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11687
+msgid "The user synchronization completed successfully."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11896
+msgid ""
+"The username must consist only of letters, digits, @, _ or "
+"colon."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/userdb.py:726
+#, python-format
+msgid "The username returned by the %s connector is not of type string (%r)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:308
+msgid "The username used to connect to the database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:296
+#, python-format
+msgid "The value %r has the wrong type %s, but must be of type int"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1113
+#, python-format
+msgid "The value %r has type %s, but must be either float or int"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1144
+#, python-format
+msgid "The value %r has type %s, but must be of type bool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1089
+#, python-format
+msgid "The value %r has type %s, but must be of type float%s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:225
+#, python-format
+msgid "The value %r has type %s, but must be of type int"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1941
+#, python-format
+msgid "The value for %s must be between %d and %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1072
+#, python-format
+msgid "The value must be of type dict, but it has type %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:449
+#, python-format
+msgid "The value must be of type str or unicode, but it has type %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:415
+#, python-format
+msgid "The value must be of type str, but it has type %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13834
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14362
+msgid "The value of this rule is not valid. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2101
+msgid "The view is intended for NagStaMon as web service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11311
+#, python-format
+msgid "There are %d pending changes that would get lost. The most recent are: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17896
+msgid ""
+"There are changes from other users and foreign changes are not allowed in "
+"this API call."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1582
+msgid "There are no elements for selection."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13856
+msgid "There are no ineffective rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16170
+#, python-format
+msgid ""
+"There are no logfile patterns defined. You may create logfile patterns using "
+"the Rule Editor."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1202
+msgid "There are no options to select from"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4963
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1212
+msgid "There are no pending changes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5860
+msgid "There are no possible hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14197
+#, python-format
+msgid "There are no rules availabe for %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14037
+msgid "There are no rules defined in this folder."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14215
+msgid "There are no rules defined in this set."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14035
+#, python-format
+msgid "There are no rules with an exception for the host %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6948
+msgid "There are no snapshots available."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9266
+msgid "There are no timeperiods defined yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2924
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2929
+msgid "There are not defined any elements for this selection yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4686
+msgid ""
+"There are some changes made by your colleagues that you will activate if you "
+"proceed:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4690
+msgid ""
+"There are some changes made by your colleagues that you will discard if you "
+"proceed:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2373
+msgid ""
+"There exist a few devices out there that behave very badly when using SNMP "
+"v2c and bulk walk. If you want to use SNMP v2c on those devices, "
+"nevertheless, you need to configure this device as legacy snmp device and "
+"upgrade it to SNMP v2c (without bulk walk) with this rule set. One reason is "
+"enabling 64 bit counters. Note: This rule won't apply if the device is "
+"already configured as SNMP v2c device."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1713
+#, python-format
+msgid "There is a cycle in the imports of the report %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17150
+msgid ""
+"There is a cycle in your rules. This rule calls itself - either directly or "
+"indirectly."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17137
+#, python-format
+msgid "There is already a rule with the id %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4711
+msgid "There is no WATO snapshot to be restored."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5922
+msgid "These contact groups are also used in the monitoring configuration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4237
+msgid ""
+"These levels check the number of currently existing threads on the system. "
+"Each process has at least one thread."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2268
+msgid ""
+"These levels make the check go warning or critical whenever the "
+"percentual error rate of the monitored interface reaches the given "
+"bounds. The error rate is computed by dividing number of errors by the total "
+"number of packets (successful plus errors)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:343
+msgid ""
+"These settings control how the initial scheduling of new active "
+"checks should be done. If you just add a few new checks then those are "
+"scheduled immediately. Then you add a larger number of services then their "
+"initial checks are spread over the complete check interval."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:38
+msgid ""
+"These settings control under which circumstances a user is said to be a "
+"contact of a host or group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:305
+msgid ""
+"These settings tune, how sensitive the core is to state changes when it "
+"decides whether the state of an object is flapping. Each object keeps "
+"are value called flappiness. This value is increased by 1.0 each time "
+"its state changes. Every minute the value is being decreased by a certain "
+"part that is relative to its current amount. When the flappiness reaches the "
+"high threshold the object is set to flapping. When it later "
+"falls below the low threshold the flapping state ends."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1029
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13222
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:734
+#, python-format
+msgid ""
+"These texts may be localized depending on the users' language. You can "
+"configure the localizations in the global settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:1123
+#, python-format
+msgid ""
+"This %s can not be displayed, because the necessary context information \"%s"
+"\" is missing."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:576
+#, python-format
+msgid "This %s is one of your favorites"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3220
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3238
+msgid "This Rulset sets the threshold limits for humidity sensors"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11177
+msgid "This account has no permission for automation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1514
+msgid ""
+"This active check sends out special E-Mails to a defined mail address using "
+"the SMTP protocol and then tries to receive these mails back by querying the "
+"inbox of a IMAP or POP3 mailbox. With this check you can verify that your "
+"whole mail delivery progress is working."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1457
+msgid ""
+"This active check uses traceroute in order to determine the current "
+"routing from the monitoring host to the target host. You can specify any "
+"number of missing or expected routes in that way detect e.g. an (unintended) "
+"failover to a secondary route."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16367
+msgid "This aggregation covers only data from a single host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16365
+msgid "This aggregation is currently disabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:80
+msgid "This aggregation is currently in a scheduled downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17233
+#, python-format
+msgid "This alias is already used by the attribute %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18300
+#, python-format
+msgid "This alias is already used in the %s group %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18312
+#, python-format
+msgid "This alias is already used in the role %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18306
+#, python-format
+msgid "This alias is already used in timeperiod %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:103
+msgid ""
+"This allows a user to edit his personal notification settings. You also need "
+"the permission Edit the user profile in order to do this."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:117
+msgid ""
+"This allows a user to edit his personal user attributes. You also need the "
+"permission Edit the user profile in order to do this."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:92
+msgid "This allows the user to add, move and remove sidebar snapins."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1630
+msgid ""
+"This allows you to disable the replication without loosing your settings. If "
+"you check this box, then no replication will be done and the Event Console "
+"will act as its own master."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4092
+msgid ""
+"This attribute is mandatory and there is no value defined in the host list "
+"or any parent folder."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17319
+msgid ""
+"This attribute is only visibile on the detail pages by default, but you can "
+"also make it visible in the overview tables."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1132
+msgid ""
+"This boolean variable allows you to bring check_mk into a dry run mode. No "
+"hosts will be contacted, no DNS lookups will take place and data is read "
+"from cache files that have been created during normal operation or have been "
+"copied here from another monitoring site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5278
+msgid "This change has been made by another user"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:271
+msgid ""
+"This check connects to the specified database, sends a custom SQL-statement "
+"or starts a procedure, and checks that the result has a defined format "
+"containing three columns, a number, a text, and performance data. Upper or "
+"lower levels may be defined here. If they are not defined the number is "
+"taken as the state of the check. If a procedure is used, input parameters "
+"of the procedures may by given as comma separated list. This check uses the "
+"active check check_sql."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:626
+msgid ""
+"This check crashed. Please click here for more information. You also can "
+"submit a crash report to the development team if you like."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15334
+msgid "This check has no parameters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2574
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2599
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2610
+msgid "This check is not configurable via WATO"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1937
+msgid ""
+"This check is part of the Check_MK Event Console and will check if there are "
+"any open events for a certain host (and maybe a certain application on that "
+"host. The state of the check will reflect the status of the worst open event "
+"for that host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5889
+msgid ""
+"This check is used to monitor successful email delivery through Symantec "
+"Brightmail Scanner appliances."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:762
+msgid "This check monitors backups configured for domains in plesk."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4151
+msgid ""
+"This check monitors how often database objects in a PostgreSQL Database are "
+"accessed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3776
+msgid "This check monitors locking related information of MSSQL tablespaces."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4823
+msgid ""
+"This check monitors number of active and inactive terminal server sessions."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4052
+msgid ""
+"This check monitors the current number of active and idle sessions on "
+"PostgreSQL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4086
+msgid "This check monitors the current number of active sessions on Oracle"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3832
+msgid ""
+"This check monitors the current number of active sessions to the MySQL "
+"database server as well as the connection rate."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3375
+msgid ""
+"This check monitors the number of log switches of an ORACLE database "
+"instance in the last 60 minutes. You can set levels for upper and lower "
+"bounds."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:371
+msgid ""
+"This check tests the connection to a TCP port. It uses check_tcp "
+"from the standard Nagios plugins."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:848
+msgid ""
+"This check uses check_ldap from the standard Nagios plugins in "
+"order to try the response of an LDAP server."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:951
+msgid ""
+"This check uses check_smtp from the standard Nagios plugins in "
+"order to try the response of an SMTP server."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:107
+#, python-format
+msgid ""
+"This command will be executed whenever a notification should be done. The "
+"command will receive the notification text body on standard input. The macro "
+"$SUBJECT$ will be replaced by a text configured with notification_host_subject and notification_service_subject. You find a list of all "
+"remaining available variables in the help text of notification_common_body."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8327
+msgid ""
+"This condition makes the rule match only hosts that are managed via WATO and "
+"that are contained in this folder - either directly or in one of its "
+"subfolders."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:662
+msgid ""
+"This configures how many datapoints will be stored of the performance values "
+"of hosts. Note: hosts checked via Smart PING do not create any performance "
+"data."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:646
+msgid ""
+"This configures how many datapoints will be stored of the performance values "
+"of services. Please note, that these settings only apply for new "
+"services. Existing RRDs cannot be changed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:34
+msgid ""
+"This dashboard gives you a general overview on the state of your monitored "
+"devices."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/builtin.py:205
+msgid ""
+"This dashboard uses the parent relationships of your hosts to display a "
+"hierarchical map."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1161
+msgid "This defines one file grouping pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6139
+msgid "This defines one logfile grouping pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:62
+msgid "This defines one logfile pattern rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:647
+msgid "This defines one value grouping pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1581
+msgid "This element is currently in a scheduled downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:916
+msgid "This entry is currently disabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:476
+msgid "This event has been acknowledged."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:478
+msgid "This event has not reached the target count yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2235
+msgid "This folder is locked. You cannot rename a host here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1065
+msgid "This host has no such service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1469
+#, python-format
+msgid "This host is a cluster of %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:425
+msgid "This host is flapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5870
+msgid "This host is not configured."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5873
+msgid "This host is not possible."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:448
+msgid "This host is stale"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10280
+msgid "This id is already being used by another connection."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:359
+msgid ""
+"This interval is applied to all new checks that go beyond the number of "
+"immediately scheduled checks. Note: the maximum delay is five times the "
+"normal check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:369
+msgid ""
+"This interval is applied to all new non-Check_MK active checks that go "
+"beyond the number of immediately scheduled checks. Note: the maximum delay "
+"is five times the normal check interval"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8563
+msgid "This is a regular expression for matching the event's comment."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16390
+msgid "This is a top-level rule. Show rule tree"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:364
+msgid ""
+"This is just for testing! The agent will then always send all historic "
+"messages, not just the new ones. This leads to enormous amounts of data."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6822
+#, python-format
+msgid "This is not a Check_MK snapshot!
%s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9311
+msgid "This is not a valid Nagios timeperiod day specification."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1882
+msgid ""
+"This is the name of subdirectory where the files and other folders will be "
+"created. You cannot change this later."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:196
+msgid "This logfile contains no unacknowledged messages."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16257
+msgid "This logfile pattern does not match the given string."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16254
+msgid "This logfile pattern matches but another matched first."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16247
+msgid ""
+"This logfile pattern matches first and will be used for defining the state "
+"of the given line."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8441
+msgid ""
+"This match option allows you to throttle periodic notifications after a "
+"certain number of notifications have been created by the monitoring core. If "
+"you for example select 10 as the beginning and 5 as the rate then you will "
+"receive the notification 1 through 10 and then 15, 20, 25.. and so on."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10525
+msgid ""
+"This might be needed to make the synchronization accept problems with SSL "
+"certificates when using an SSL secured connection."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:211
+msgid "This module has not yet been implemented."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2124
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:498
+msgid "This month"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9723
+msgid "This name is already being used by another timeperiod."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1306
+#, python-format
+msgid ""
+"This name must match the name of the group defined in the %s ruleset."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6320
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7060
+msgid "This name will be used in the description of the service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:290
+#, python-format
+msgid "This notification has been created at %s and is valid till %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:352
+msgid "This number of new checks is scheduled immediately"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mknotifyd.py:75
+msgid ""
+"This option allows you to forward notifications to another Check_MK site. "
+"That site must have the notification spooler running and TCP listening "
+"enabled. This allows you to create a centralized notification handling."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:108
+msgid ""
+"This option controls whether error messages from unreachable sites are shown "
+"in the output of views. Those error messages shall alert you that not all "
+"data from all sites has been shown. Other people - however - find those "
+"messages distracting. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:929
+msgid ""
+"This option defines the maximum age for using the cached LDAP data. The time "
+"of the last LDAP synchronisation is saved and checked on every request to "
+"the multisite interface. Once the cache gets outdated, a new synchronisation "
+"job is started.
Please note: Passwords of the users are never stored "
+"in WATO and therefor never cached!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:94
+msgid ""
+"This option defines the maximum age of unmodified checkbox selections stored "
+"for users. If a user modifies the selection in a view, these selections are "
+"persisted for the currently open view. When a view is re-opened a new "
+"selection is used. The old one remains on the server until the livetime is "
+"exceeded."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:516
+msgid ""
+"This option enables a new implementation of the Livestatus table "
+"statehist that makes use of a in-memory cache of state transitions "
+"of hosts and services. This dramatically speeds up availability queries for "
+"large installations. But it's still experimental."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:560
+msgid ""
+"This option is just for testing and can be used in tests where long round "
+"trip times should be simulated. Never use this option in production mode."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:506
+msgid ""
+"This option is just for testing. It will be removed in future. Do not use it "
+"unless you are told to do so!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:870
+msgid ""
+"This option is only relevant when you limit the number of messages or the "
+"parsing time. It sets the behaviour in case of too many new messages in a "
+"logfile."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:307
+msgid ""
+"This option lets Check_MK add the string \"ISL\" to the service description "
+"for interswitch links."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1455
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:241
+msgid ""
+"This option lets Check_MK use the alias of the port (ifAlias) as item "
+"instead of the port number. If no alias is available then the port number is "
+"used anyway."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1447
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:234
+msgid ""
+"This option lets Check_MK use the interface description as item instead of "
+"the port number. If no description is available then the port number is used "
+"anyway."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:300
+msgid ""
+"This option lets Check_MK use the port name as item instead of the port "
+"number. If no description is available then the port number is used anyway."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1717
+msgid "This option turns on a faster algorithm for matching events to rules. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1693
+msgid ""
+"This option turns on logging the execution of rules. For each message "
+"received the execution details of each rule are logged. This creates an "
+"immense volume of logging and should never be used in productive operation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10252
+msgid ""
+"This option will enable the caching of several queries that need no current "
+"data. This reduces the number of Livestatus queries to sites and cuts down "
+"the response time of remote sites with large latencies."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:122
+msgid ""
+"This options creates additional log messages in various phases of the "
+"notification mechanics. Each time a notification is suppressed due to "
+"settings a log message will explain the exact reason."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:967
+msgid ""
+"This options enables automatic locking of user account after N logon "
+"failures. One successful login resets the failure counter."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9587
+msgid ""
+"This page can be used to generate a new timeperiod definition based on the "
+"appointments of an iCalendar (*.ics) file. This import is normally "
+"used to import events like holidays, therefore only single whole day "
+"appointments are handled by this import."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:338
+msgid "This page was not found. Sorry."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:604
+msgid ""
+"This permission allows a user to make certain host and services his personal "
+"favorites. Favorites can be used for a having a fast access to items that "
+"are needed on a regular base."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1464
+msgid ""
+"This permission allows the creation, modification and deletion of event "
+"correlation rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:627
+msgid ""
+"This permission allows to change the state classification of an event (e.g. "
+"from CRIT to WARN)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1458
+msgid ""
+"This permission allows to configure the global settings of the event console."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:34
+msgid "This permission grants full access to NagVis."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18534
+msgid ""
+"This permission is neccessary for performing automatic scans for network "
+"parents of hosts (making use of traceroute). Please note, that for actually "
+"modifying the parents via the scan and for the creation of gateway hosts "
+"proper permissions for host and folders are also neccessary."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18642
+msgid ""
+"This permission is needed for a remote administration of the site as a "
+"distributed WATO slave."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18497
+msgid ""
+"This permission is needed for activating the current configuration (and thus "
+"rewriting the monitoring configuration and restart the monitoring daemon.)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:656
+msgid ""
+"This permission is needed for performing the configured actions (execution "
+"of scripts and sending emails)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18648
+msgid ""
+"This permission is needed for the modules Users, Roles and "
+"Contact Groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18653
+msgid ""
+"This permission is needed for the new rule based notification configuration "
+"via the WATO module Notifications."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18481
+msgid ""
+"This permission is needed in order to make any changes or perform any "
+"actions at all. Without this permission, the user is only able to view data, "
+"and that only in modules he has explicit permissions for."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1477
+msgid ""
+"This permission is only useful if the Event Console is setup as a "
+"replication slave. It allows a manual switch between sync and takeover mode."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:136
+msgid ""
+"This permissions allows users to send notifications to the users of the "
+"monitoring system using the web interface."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18473
+msgid ""
+"This permissions allows users to use WATO - Check_MK's Web Administration "
+"Tool. Without this permission all references to WATO (buttons, links, "
+"snapins) will be invisible."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:110
+msgid ""
+"This permissions provides a checkbox in the personal settings of the user "
+"that allows him to completely disable all of his notifications. Use with "
+"caution."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:54
+msgid ""
+"This permissions specifies if the role is able to use web API functions at "
+"all"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:141
+msgid ""
+"This plugin allows you to let users keep their own plugins, local scripts "
+"and MRPE configuration, which will be run by the agent with the permissions "
+"of that user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:254
+msgid ""
+"This plugin can be used to check the remaining life time of SSL certificates "
+"that are contained in JAVA JAR files. The tool jarsigner -verify is "
+"being called for that purpose."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:418
+msgid "This plugin enables checks for channels and queues of IBM WebSphere MQ."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:792
+msgid ""
+"This plugin fetches all information which are needed to check wether or not "
+"an already authenticated user should be deauthenticated, e.g. because the "
+"password has changed in LDAP or the account has been locked."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:441
+msgid "This plugin monitors the NFS version 4 exports of a Linux host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:406
+msgid "This plugin monitors various aspects of VxVM."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:817
+msgid ""
+"This plugin synchronizes a field of the users LDAP account to the pager "
+"attribute of the WATO user accounts, which is then forwarded to the "
+"monitoring core and can be usedfor notifications. By default the LDAP "
+"attribute mobile is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:550
+msgid ""
+"This plugin tests the local DNS resolver by looking up one or several host "
+"names using nslookup. That tool is expected to be installed on the "
+"target machine."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:453
+msgid ""
+"This plugin uses the comment netstat in order to output information "
+"about established TCP (and UDP) connections. The according check then allows "
+"you to make sure that certain TCP connections are always established."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1585
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:150
+msgid "This problem has been acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:379
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6275
+msgid ""
+"This regex must match the beginning of the complete command line of "
+"the process including arguments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7026
+msgid ""
+"This regex must match the beginning of the complete command line of "
+"the task including arguments"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:610
+msgid ""
+"This regex must match the beginning of the complete path of the node "
+"as reported by the agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6298
+msgid "This regex must match the beginning of the complete username"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:548
+msgid "This regex must match the beginning of the task"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/builting_reports.py:132
+msgid ""
+"This report shows various information about one single host. Itis not "
+"visible in the sidebar, because it needs a host to be called.Call it via a "
+"button at a view that is displaying one host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1888
+msgid ""
+"This rule allows to monitor the existence of specific TCP connections or TCP/"
+"UDP listeners."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5283
+msgid "This rule allows to override alert levels for the given sensor names."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5814
+msgid ""
+"This rule allows to set the warn and crit levels of the heap / non-heap and "
+"total memory area usage on web application servers. Other keywords for this "
+"rule: Tomcat, Jolokia, JMX. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:62
+msgid ""
+"This rule allows you to restrict the access to the Check_MK agent to certain "
+"IP addresses and networks. Usually you configure just the IP addresses of "
+"your Check_MK servers here. You can enter either IP addresses in the form "
+"1.2.3.4 or networks in the style 1.2.0.0/16. If you leave "
+"this configuration empty or create no rule then all addresses are "
+"allowed to access the agent."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1963
+msgid ""
+"This rule applies to the number of e-mails in the various Exchange Message "
+"Queues"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1002
+#, python-format
+msgid "This rule attaches contact group(s) to the events: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:137
+msgid ""
+"This rule can be used to configure the inventory of the windows services "
+"check. You can configure specific windows services to be monitored by the "
+"windows check by selecting them by name, current state during the inventory, "
+"or start mode."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:687
+msgid ""
+"This rule can be used to control the inventory for Heartbeat CRM checks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:334
+msgid ""
+"This rule can be used to control the inventory for brocade ports. You can "
+"configure the port states for inventory and the use of the description as "
+"service name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:284
+msgid ""
+"This rule can be used to control the inventory for network ports. You can "
+"configure the port types and port states for inventoryand the use of alias "
+"or description as service name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1820
+msgid ""
+"This rule can be used to customize the check interval of each SNMP based "
+"check. With this option it is possible to configure a longer check interval "
+"for specific checks, than then normal check interval."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8787
+msgid "This rule configures bulk notifications."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3146
+msgid ""
+"This rule configures levels for the CPU utilization (not load) for the "
+"operating systems Windows and VMWare ESX host systems. The utilization "
+"ranges from 0 to 100 - regardless of the number of CPUs."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4606
+msgid "This rule controls the inventory of Multipath devices on Linux."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4433
+msgid ""
+"This rule controls which and how many checks will be created for monitoring "
+"individual physical and logical disks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2382
+msgid ""
+"This rule decides about the number of retries and timeout values for the "
+"SNMP access to devices."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4250
+msgid ""
+"This rule defines upper limits for the number of users logged in on a system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14617
+msgid ""
+"This rule does never apply due to an empty list of explicit hosts!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:992
+msgid "This rule does a cancelling match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8722
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14295
+#, python-format
+msgid "This rule does not match: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5325
+msgid ""
+"This rule enables and configures a trend analysis and corresponding limits "
+"for devices, which have their own limits configured on the device. It will "
+"only work for supported checks, right now the adva_fsp_temp check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4512
+msgid ""
+"This rule is applied to the number of E-Mails that are currently in the "
+"outgoing mail queue."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2995
+msgid ""
+"This rule is applied to the number of print jobs currently waiting in "
+"windows printer queue."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8766
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14302
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:980
+msgid "This rule is currently disabled and will not be applied"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14259
+msgid "This rule is disabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8720
+msgid "This rule matches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14272
+msgid "This rule matches and defines new parameters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14283
+#, python-format
+msgid "This rule matches for the host '%s'"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14275
+msgid ""
+"This rule matches, but all of its parameters are overridden by previous "
+"rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14267
+msgid "This rule matches, but does not define any parameters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14291
+msgid "This rule matches, but is overridden by a previous rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:988
+msgid "This rule matches, but is overruled by a previous match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14278
+msgid ""
+"This rule matches, but some of its parameters are overridden by previous "
+"rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:994
+msgid "This rule matches."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13838
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14366
+msgid "This rule results in a positive outcome."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:394
+msgid ""
+"This rule selects the ALLNET IP Sensoric agent, which fetches /xml/"
+"sensordata.xml from the device by HTTP and extracts the needed monitoring "
+"information from this file."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:203
+msgid ""
+"This rule selects the EMC VNX agent instead of the normal Check_MK Agent and "
+"allows monitoring of EMC VNX storage systems by calling naviseccli "
+"commandline tool locally on the monitoring system. Make sure it is installed "
+"and working. You can configure your connection settings here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:336
+msgid ""
+"This rule selects the Fritz!Box agent, which uses UPNP to gather information "
+"about configuration and connection status information."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:257
+msgid ""
+"This rule selects the ibmsvc agent instead of the normal Check_MK Agent and "
+"allows monitoring of IBM SVC / V7000 storage systems by calling ls* commands "
+"there over SSH. Make sure you have SSH key authentication enabled for your "
+"monitoring user. That means: The user your monitoring is running under on "
+"the monitoring system must be able to ssh to the storage system as the user "
+"you gave below without password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:171
+msgid ""
+"This rule selects the vSphere agent instead of the normal Check_MK Agent and "
+"allows monitoring of VMWare ESX via the vSphere API. You can configure your "
+"connection settings here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2053
+msgid ""
+"This rule set allows you to specify an alternative name to be displayed for "
+"certain services. This name is available as a column when creating new views "
+"or modifying existing ones. It is always visible in the details view of a "
+"service. In the availability reporting there is an option for using that "
+"name instead of the normal service description. It does not "
+"automatically replace the normal service name in all views.
Note"
+"b>: The purpose of this rule set is to define unique names for several well-"
+"known services. It cannot rename services in general."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2090
+msgid ""
+"This rule set is useful if you send your monitoring notifications into the "
+"Event Console. The contact information that is set by this rule will be put "
+"into the resulting event in the Event Console."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3957
+msgid ""
+"This rule sets limits to the current number of connections through a "
+"Checkpoint firewall."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:50
+msgid ""
+"This rule sets the parameters for the host checks (via check_icmp) "
+"and also for PING checks on ping-only-hosts. For the host checks only the "
+"critical state is relevant, the warning levels are ignored."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4905
+msgid ""
+"This rule sets the required state of a PDU plug. It is meant to be "
+"independent of the hardware manufacturer."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4886
+msgid "This rule sets the required state of a switch contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5704
+msgid ""
+"This rule sets the warn and crit levels for the number of current "
+"connections to a JVM application on the servlet level. Other keywords for "
+"this rule: Tomcat, Jolokia, JMX. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5743
+msgid ""
+"This rule sets the warn and crit levels for the number of incoming requests "
+"to a JVM application server Other keywords for this rule: Tomcat, Jolokia, "
+"JMX. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5642
+msgid ""
+"This rule sets the warn and crit levels for the number of threads running in "
+"a JVM. Other keywords for this rule: Tomcat, Jolokia, JMX."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5670
+msgid ""
+"This rule sets the warn and crit levels for the uptime of a JVM. Other "
+"keywords for this rule: Tomcat, Jolokia, JMX. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:108
+msgid ""
+"This ruleset allows you to configure explicit PING monitoring of hosts. "
+"Usually a PING is being used as a host check, so this is not neccessary. "
+"There are some situations, however, where this can be useful. One of them is "
+"when using the Check_MK Micro Core with SMART Ping and you want to track "
+"performance data of the PING to some hosts, nevertheless."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1878
+msgid ""
+"This ruleset allows you to restrict notifications of host problems to "
+"certain states, e.g. only notify on DOWN, but not on UNREACHABLE. Please "
+"select the types of events that should initiate notifications. Please note "
+"that several other filters must also be passed in order for notifications to "
+"finally being sent out."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1902
+msgid ""
+"This ruleset allows you to restrict notifications of service problems to "
+"certain states, e.g. only notify on CRIT, but not on WARN. Please select the "
+"types of events that should initiate notifications. Please note that several "
+"other filters must also be passed in order for notifications to finally "
+"being sent out."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4276
+msgid ""
+"This ruleset applies to several similar checks measing various kernel events "
+"like context switches, process creations and major page faults. Please "
+"create separate rules for each type of kernel counter you want to set levels "
+"for."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:344
+msgid ""
+"This ruleset defines criteria for automatically creating checks for running "
+"processes based upon what is running when the service discovery is done. "
+"These services will be created with default parameters. They will get "
+"critical when no process is running and OK otherwise. You can parameterize "
+"the check with the ruleset State and count of processes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2416
+msgid ""
+"This ruleset helps in test and development. You can create stored SNMP walks "
+"on the command line with cmk --snmpwalk HOSTNAME. A host that is configured "
+"with this ruleset will then use the information from that file instead of "
+"using real SNMP. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1100
+msgid ""
+"This ruleset helps you to configure the classical Nagios plugin "
+"check_disk_smb that checks the access to filesystem shares that are "
+"exported via SMB/CIFS."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1802
+msgid ""
+"This ruleset is deprecated and will be removed soon: it changes the default "
+"check_command for a host check. You need to define that command manually in "
+"your monitoring configuration."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:429
+msgid ""
+"This ruleset is for deploying two plugins for monitoring Unitrends software."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2093
+msgid ""
+"This ruleset is similar to 'Disabled services', but selects checks to be "
+"disabled by their type. This allows you to disable certain technical "
+"implementations such as filesystem checks via SNMP on hosts that also have "
+"the Check_MK agent installed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2252
+msgid ""
+"This ruleset selects host for dynamic DNS lookup during monitoring. Normally "
+"the IP addresses of hosts are statically configured or looked up when you "
+"activate the changes. In some rare cases DNS lookups must be done each time "
+"a host is connected to, e.g. when the IP address of the host is dynamic and "
+"can change."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2472
+msgid ""
+"This ruleset specifies the total status of the Check_MK service in case of "
+"various error situations. One use case is the monitoring of hosts that are "
+"not always up. You can have Check_MK an OK status here if the host is not "
+"reachable. Note: the Timeout setting only works when using the "
+"Check_MK Micro Core."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:738
+msgid ""
+"This ruleset will deploy the agent plugin mk_sap for (locally) "
+"monitoring SAP R/3 instances. Note: you still need to manually deploy the "
+"SAP NetWeaver RFCSDK (nwrfcsdk) and the Python module sapnwrfc. Both is "
+"explained in an article in the Check_MK documentation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:77
+msgid "This rulset allow you to configure a SSH check for a host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:182
+msgid "This script will be executed using the BASH shell. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:661
+msgid ""
+"This section configures all LDAP specific connection options. These options "
+"are used by the LDAP user connector."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:864
+msgid ""
+"This section configures all group related LDAP options. These options are "
+"only needed when using group related attribute synchonisation plugins."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:778
+msgid ""
+"This section configures all user related LDAP options. These options are "
+"used by the LDAP user connector to find the needed users in the LDAP "
+"directory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1039
+msgid "This service has not been checked yet"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:427
+msgid "This service is flapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:450
+msgid "This service is stale"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10445
+msgid ""
+"This sets the time that Multisite waits for a connection to the site to be "
+"established before the site is considered to be unreachable. If not set, the "
+"operating system defaults are begin used and just one login attempt is "
+"being. performed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:367
+msgid ""
+"This setting allows to set an adhoc downtime comment and its duration. When "
+"enabled a new button Adhoc downtime for __ minutes will be available "
+"in the command form."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1843
+msgid ""
+"This setting allows you to disable notifications about problems of a host "
+"completely. Per default all notifications are enabled. Sometimes it is more "
+"convenient to just disable notifications then to remove a host completely "
+"from the monitoring. Note: this setting has no effect on the notifications "
+"of service problems of a host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1856
+msgid ""
+"This setting allows you to disable notifications about problems of a service "
+"completely. Per default all notifications are enabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1713
+msgid ""
+"This setting allows you to disable or enable active checks for a service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2009
+msgid ""
+"This setting allows you to disable the flapping detection for a host "
+"completely."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2019
+msgid ""
+"This setting allows you to disable the flapping detection for a service "
+"completely."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1702
+msgid ""
+"This setting allows you to disable the processing of passiv check results "
+"for a service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1691
+msgid ""
+"This setting allows you to disable the processing of perfdata for a service "
+"completely."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:476
+#, python-format
+msgid ""
+"This setting controls the distance of text lines, in relation to the font "
+"width. A setting of 1.2 thus means that the line spacing is 120% of the font "
+"height."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:610
+msgid ""
+"This setting controls the resolution of the RRD in seconds. The smaller the "
+"step the more precise the timing will be, but the larger your RRD will be. "
+"It does not make sense to have the step smaller then your normal check "
+"interval for a service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:73
+msgid ""
+"This setting decides which types of messages to log into the daemon log of "
+"the Check_MK Micro Core. The object history (service alerts, events, etc.) "
+"is not affected by this setting."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1944
+msgid ""
+"This setting delays notifications about host problems by the specified "
+"amount of time. If the host is up again within that time, no notification "
+"will be sent out."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1959
+msgid ""
+"This setting delays notifications about service problems by the specified "
+"amount of time. If the service is OK again within that time, no notification "
+"will be sent out."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:578
+msgid ""
+"This setting is only useful for events that result from monitoring "
+"notifications sent by Check_MK. Those can set a service level already in the "
+"event. In such a case you can make this rule match only certain service "
+"levels. Events that do not "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1750
+msgid ""
+"This setting is relevant if you have set the maximum number of check "
+"attempts to a number greater than one. In case a host check is not UP and "
+"the maximum number of check attempts is not yet reached, it will be "
+"rescheduled with this interval. The retry interval is usually set to a "
+"smaller value than the normal interval."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1661
+msgid ""
+"This setting is relevant if you have set the maximum number of check "
+"attempts to a number greater than one. In case a service check is not OK and "
+"the maximum number of check attempts is not yet reached, it will be "
+"rescheduled with this interval. The retry interval is usually set to a "
+"smaller value than the normal interval.
This setting only applies to "
+"active checks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10144
+msgid ""
+"This site is not a replication slave. You cannot configure specific settings "
+"for it."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4894
+msgid "This site is not update and needs a replication."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4900
+msgid "This site is up-to-date."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4897
+msgid "This site needs a restart for activating the changes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1104
+msgid ""
+"This snapin contains custom links which can be configured via the "
+"configuration variable custom_links in multisite.mk"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:259
+msgid ""
+"This snapin shows the folders defined in WATO. It can be used to open views "
+"filtered by the WATO folder. It works standalone, without interaction with "
+"any other snapin."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:294
+msgid ""
+"This snapin shows the folders defined in WATO. It can be used to open views "
+"filtered by the WATO folder. This snapin interacts with the \"Views\" "
+"snapin, when both are enabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1521
+msgid ""
+"This snapin shows tree views of your hosts based on their tag "
+"classifications. You can configure which tags to use in your global settings "
+"of Multisite."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6969
+msgid "This snapshot is broken"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6624
+msgid "This snapshot is broken!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:675
+msgid "This synchronization plugin has no parameters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/table.py:353
+#, python-format
+msgid ""
+"This table is limited to show only %d of %d rows. Click here"
+"a> to disable the limitation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/views.py:150
+#, python-format
+msgid ""
+"This table would contain more than %d rows. Due to a configured limit the "
+"rest of the rows has not been fetched and rendered."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12924
+msgid "This tag id does already exist in the list of auxiliary tags."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12918
+#, python-format
+msgid "This tag id is already being used in the host tag group %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:201
+#, python-format
+msgid ""
+"This template will be appended to the notification_common_body when host notifications are sent."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:213
+#, python-format
+msgid ""
+"This template will be appended to the notification_common_body when service notifications are sent."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:129
+#, python-format
+msgid ""
+"This template will be used as $SUBJECT$ in email notifications that "
+"deal with host alerts. The variable $SUBJECT$ will then be "
+"available in notification_common_body."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:143
+#, python-format
+msgid ""
+"This template will be used as $SUBJECT$ in email notifications that "
+"deal with service alerts. The variable $SUBJECT$ will then be "
+"available in notification_common_body."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:158
+msgid ""
+"This template will be used as email body when sending notifications. "
+"Appended to it will be a specific body for either host or service "
+"notifications configured in two extra parameters. The following macros are "
+"available in all templates:
$CONTACTNAME$: login name "
+"of the contact person, $CONTACTEMAIL$: email address of the "
+"contact person, $CONTACTPAGER$: pager address of the contact "
+"person, $NOTIFICATIONTYPE$: one of PROBLEM, RECOVERY, "
+"ACKNOWLEDGEMENT, FLAPPINGSTART, FLAPPINGSTOP, FLAPPINGDISABLED, "
+"DOWNTIMESTART, DOWNTIMEEND, or DOWNTIMECANCELLED, $HOSTNAME$"
+"tt>: the name of the host, $HOSTALIAS$: the alias of the "
+"host, $HOSTADDRESS$: the IP address or DNS name of the host, "
+"$LASTHOSTSTATE$: the previous state of the host, "
+"$HOSTSTATE$: the new state of the host, $HOSTCHECKCOMMAND$"
+"b>: the name of the host check command, $HOSTOUTPUT$: "
+"the output of the host check command, $LONGHOSTOUTPUT$: the "
+"long output of the host check, $HOSTPERFDATA$: the "
+"performance data of the host check, $SERVICEDESC$: the name "
+"of the service, $LASTSERVICESTATE$: the previous state of "
+"the service, $SERVICESTATE$: the new state of the service, "
+"$SERVICEOUTPUT$: the output of the check command , "
+"$LONGSERVICEOUTPUT$: the long output of the check command, "
+"$SERVICEPERFDATA$: the performance data of the check, "
+"$SERVICECHECKCOMMAND$: the name of the service check command, "
+"$HOSTPROBLEMID$: a unique ID of the host problem this "
+"notification is about, $SERVICEPROBLEMID$: the same for "
+"service problems, $HOSTNOTIFICATIONNUMBER$: the number of "
+"notification of this host problem (begins with 1), $HOSTURL$"
+"tt>: URL pointing to the host detail view (starting with /check_mk/...), "
+"$SERVICEURL$: URL pointing to the service detail view "
+"(starting with /check_mk/...),
$MONITORING_HOST$: "
+"the host name of the monitoring server $OMD_ROOT$: the home "
+"directory of the OMD site (only on OMD) $OMD_SITE$: the name "
+"of the OMD site (only on OMD) "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8396
+msgid ""
+"This text is a regular expression that is being searched in the output of "
+"the check plugins that produced the alert. It is not a prefix but an infix "
+"match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:200
+#, python-format
+msgid ""
+"This title will be displayed in your browser's title bar or tab. If you are "
+"using OMD then you can embed a %s. This will be replaced by the "
+"name of the OMD site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:264
+msgid "This user does not exist."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:267
+msgid "This user has no mail address configured."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11894
+msgid "This username is already being used by another user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6313
+msgid "This value differs between the selected hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:682
+msgid ""
+"This variable allows to specify the TCP port to be used to connect to the "
+"LDAP server. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2895
+msgid ""
+"This variable allows to specify the TCP port to be used to connect to the "
+"agent on a per-host-basis."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2430
+msgid ""
+"This variable allows to specify the TCP port to be used to connect to the "
+"agent on a per-host-basis. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:64
+msgid ""
+"This variable controls on how much free space left the incremental deletion "
+"of dynamic growing files in the OMD site should be started."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7646
+msgid "This variable is at factory settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:728
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:770
+#: /omd/sites/production/share/check_mk/web/plugins/views/mobile.py:805
+msgid "This view can only be used in mobile mode."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2933
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3030
+msgid "This view does not support cluster hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2156
+msgid "This view is intended for usage as web service for NagStaMon."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:262
+#, python-format
+msgid ""
+"This view needs a host/service group to be specified. We are missing the URL "
+"variable %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/webapi/webapi.py:50
+msgid "This webservice allows you to add a new host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2121
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2194
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:497
+msgid "This week"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:700
+msgid ""
+"This will deploy and configure the Check_MK agent plugin mk_jolokia"
+"tt>. In order to use this you need the Jolokia .war file from the "
+"Jolokia Project Homepage "
+"deployed in your JVMs. Currently at least Tomcat, JBoss and BEA Weblogic are "
+"supported. Please note: you need both the Check_MK mk_jolokia "
+"plugin and the WAR file."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:595
+msgid ""
+"This will deploy the agent plugin mk_mysql for monitoring several "
+"aspects of MySQL databases."
+msgstr ""
+
diff --git a/xah b/xah
new file mode 100644
index 0000000..1951c1f
--- /dev/null
+++ b/xah
@@ -0,0 +1,4000 @@
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:573
+msgid ""
+"This will deploy the agent plugin mk_tsm. It will provide several "
+"checks concerning TSM."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:513
+msgid ""
+"This will deploy the agent plugin mk_zypper. This will activate the "
+"check zypper on SUSE Linux hosts and monitor normal and security "
+"updates."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:531
+msgid ""
+"This will deploy the two agent plugins plesk_backup and "
+"plesk_domain, used for monitoring Plesk."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1900
+msgid ""
+"This will send the notification to a Check_MK Event Console on a remote host "
+"by using syslog. Note: this setting will only be applied if no Event "
+"Console is running locally in this site! That way you can use the same "
+"global settings on your central and decentralized system and makes "
+"distributed WATO easier. Please also make sure that Send notifications to "
+"Event Console is enabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2127
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:499
+msgid "This year"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1440
+msgid "Thresholds for Notifications per Contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8440
+msgid "Throttle periodic notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:812
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6701
+msgid "Throughput levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9678
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1753
+msgid "Thursday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:320
+msgid "Tiles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:943
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5296
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:520
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1574
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1843
+msgid "Time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5602
+msgid "Time Left on Battery at and below which a critical state is triggered"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9231
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:64
+msgid "Time Periods"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:933
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:197
+msgid "Time Range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2135
+msgid "Time Range for filesystem trend computation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:358
+msgid "Time between new checks of type Check_MK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:368
+msgid "Time between new classical active checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2263
+msgid "Time format"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8608
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9025
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15405
+msgid "Time horizon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9528
+msgid "Time horizon for repeated events"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:489
+msgid "Time horizon to keep in cache"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5596
+msgid "Time left on Battery at and below which a warning state is triggered"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5592
+msgid "Time left on battery"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:665
+msgid "Time of Downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:664
+msgid "Time of comment"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1055
+msgid "Time of day to create report at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:190
+msgid "Time of entry in event history"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:519
+msgid "Time of entry in logfile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:355
+msgid "Time of first occurrance of this serial"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6869
+msgid "Time of garbage collection in ms per minute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:363
+msgid "Time of last occurrance"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:673
+msgid "Time of log entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:997
+msgid "Time offset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/mkeventd.py:71
+msgid "Time per client request"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:346
+msgid "Time period for counting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2107
+msgid "Time range"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5332
+msgid "Time range for temperature trend computation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1060
+msgid "Time range to create report for"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3717
+msgid "Time since end of last backup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1010
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1012
+msgid "Time since last UPS selftest"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:87
+msgid "Time stamp format"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:998
+msgid "Time warp - show BI aggregate during this time period"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:503
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1339
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1341
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1377
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1514
+msgid "Timeline"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1243
+msgid "Timeline colors"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:106
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:109
+msgid "Timeline of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1499
+msgid "Timeline of "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10045
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10047
+msgid "Timeout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2387
+msgid "Timeout between retries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:762
+msgid "Timeout for LDAP query responses."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1120
+msgid ""
+"Timeout for TCP connect to agent in seconds. If the agent does not respond "
+"within this time, it is considered to be unreachable. Note: This does "
+"not limit the time the agent needs to generate its output."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:303
+msgid "Timeout for rescheduling checks in Multisite"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4305
+msgid "Timeout for responses"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:708
+msgid "Timeout for the initial connection to the LDAP server in seconds."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10228
+msgid "Timeout waiting for a free channel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10224
+msgid "Timeout:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9736
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9840
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11533
+msgid "Timeperiod"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18631
+msgid "Timeperiods"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:65
+msgid ""
+"Timeperiods restrict notifications and other things to certain periods of "
+"the day."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:359
+msgid "Timerange"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:466
+msgid "Times"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1581
+msgid "Timewarp to "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:426
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:435
+msgid "Timezone offset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2381
+msgid "Timing settings for SNMP access"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:922
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1039
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:519
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1869
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12831
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12859
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12958
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13187
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16398
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17290
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17393
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:331
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:617
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:115
+msgid "Title"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:280
+msgid "Title of the tree"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:646
+msgid "Title:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15689
+msgid ""
+"To make a login possible with your new credentials on all remote sites, the "
+"new login credentials need to be replicated to the remote sites. This is "
+"done on this page now. Each site is being represented by a single image "
+"which is first shown gray and then fills to green during synchronisation."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2137
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2155
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:545
+msgid "To:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:77
+msgid "To: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2118
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2190
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:496
+msgid "Today"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:363
+msgid "Token Bucket"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:482
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:515
+msgid "Tooltip"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:498
+msgid "Top"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:180
+msgid "Top of page handling"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12832
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12860
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12883
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12963
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13009
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13192
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17294
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:620
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:269
+msgid "Topic"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:227
+msgid "Topic:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:235
+msgid "Total"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5820
+msgid "Total Memory Levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:402
+msgid "Total Number of CPUs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:404
+msgid "Total Number of Cores"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:401
+msgid "Total Number of Hyperthreads"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7091
+msgid "Total Pending Mails"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5236
+msgid "Total accumulated Active Energy of Power Channel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3847
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4244
+msgid "Total hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4316
+msgid "Total latency for all MDisks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4317
+msgid "Total latency for all VDisks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4315
+msgid "Total latency for all drives"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6435
+msgid "Total number of Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10236
+msgid "Total query timeout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3852
+msgid "Total services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:407
+msgid "Total swap space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:66
+msgid "Total timeout of check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:406
+msgid "Total usable RAM"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:781
+msgid "Trace level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2846
+msgid "Traceroute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15600
+msgid "Translated hostname"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:449
+msgid "Translations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3432
+msgid "Transport Lag"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:306
+msgid "Treat Host Down as: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:294
+msgid "Treat Unknown as: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:282
+msgid "Treat Warning as: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:237
+msgid "Treat phases of UP/OK as non-downtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:296
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:304
+msgid "Tree"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:258
+msgid "Tree of Folders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2139
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5336
+msgid "Trend computation"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2170
+msgid "Trend performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:278
+msgid "True"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6644
+msgid "Trusted"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16138
+msgid "Try Pattern Match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1952
+msgid "Try both host name and IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1594
+msgid "Try bringing up TCP connection for"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16150
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:744
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:936
+msgid "Try out"
+msgstr "Testeaza"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9676
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1751
+msgid "Tuesday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:304
+msgid "Tuning of flap detection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1606
+msgid "Tunnel Alias"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:626
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:641
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4795
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8777
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8964
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12833
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17394
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:619
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1019
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1567
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1761
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:430
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:444
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:455
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:637
+msgid "Type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:139
+msgid "Type of Action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:287
+msgid "Type of Database"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:749
+msgid "Type of alerts of hosts and services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2567
+msgid "Type of check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:527
+msgid "Type of event action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:135
+msgid "Type of query"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:203
+msgid "Type of tree layout"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1409
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1507
+msgid "U"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1894
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6074
+msgid "UDP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1498
+msgid "UDP (default behaviour of tcpdump)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1660
+msgid "UN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+msgid "UNAVAILABLE"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:589
+msgid "UNIX timestamp"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1903
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+msgid "UNKN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8503
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8507
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8511
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8513
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8514
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8515
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1249
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:211
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1016
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5296
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1247
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:287
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:299
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:311
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:688
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:701
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1248
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:332
+msgid "UNKNOWN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:711
+msgid "UNKNOWN Services of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:38
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:676
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1248
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:366
+msgid "UNREACH"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:82
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8483
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8484
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8485
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8486
+msgid "UNREACHABLE"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:38
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:82
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8481
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8482
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8483
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8486
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:674
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1244
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:365
+msgid "UP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5566
+msgid "UPS Capacity"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:981
+msgid "URI (page name)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:596
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1360
+msgid "URI to fetch (default is /)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:648
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:602
+msgid "URL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10511
+msgid ""
+"URL of the remote Check_MK including /check_mk/. This URL is in "
+"many cases the same as the URL-Prefix but with check_mk/ appended, "
+"but it must always be an absolute URL. Please note, that that URL will be "
+"fetched by the Apache server of the local site itself, whilst the URL-Prefix "
+"is used by your local Browser."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10459
+msgid "URL prefix"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/notifications.py:81
+msgid "URL prefix for links to Check_MK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:879
+msgid "URL to this frame"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:881
+msgid "URL to this page including sidebar"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2030
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2041
+msgid "URL:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:458
+msgid "UTC"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:459
+msgid "UTC +1 hour"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:468
+msgid "UTC +10 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:469
+msgid "UTC +11 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:470
+msgid "UTC +12 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:460
+msgid "UTC +2 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:461
+msgid "UTC +3 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:462
+msgid "UTC +4 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:463
+msgid "UTC +5 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:465
+msgid "UTC +7 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:464
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:466
+msgid "UTC +8 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:467
+msgid "UTC +9 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:457
+msgid "UTC -1 hour"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:448
+msgid "UTC -10 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:447
+msgid "UTC -11 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:446
+msgid "UTC -12 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:456
+msgid "UTC -2 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:455
+msgid "UTC -3 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:454
+msgid "UTC -4 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:453
+msgid "UTC -5 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:452
+msgid "UTC -6 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:451
+msgid "UTC -7 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:450
+msgid "UTC -8 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:449
+msgid "UTC -9 hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2345
+msgid "UTF-8"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:843
+msgid "Umlauts in User-IDs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1208
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1437
+msgid "Un"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:243
+#, python-format
+msgid "Unable to authenticate with LDAP (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:229
+msgid ""
+"Unable to connect to LDAP server with the configured bind credentials. "
+"Please fix this in the LDAP connection "
+"settings."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/cmc.py:43
+msgid ""
+"Unable to fetch CMC stats via livestatus. Maybe you are not using CMC as "
+"your core in all of your sites. In this case this snapin is useless."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18072
+#, python-format
+msgid "Unable to parse provided data: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14963
+#, python-format
+msgid ""
+"Unable to read current options of this rule. Falling back to default values. "
+"When saving this rule now, your previous settings will be overwritten. "
+"Problem was: %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:191
+#, python-format
+msgid "Unable to show logfile: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:379
+#, python-format
+msgid "Unable to successfully perform the LDAP search (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:373
+#, python-format
+msgid ""
+"Unable to successfully perform the LDAP search (Base: %s, Scope: %s, Filter: "
+"%s, Columns: %s): %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:187
+#, python-format
+msgid ""
+"Unable to transform dashlet %d of dashboard %s. You will need to migrate it "
+"on your own. Definition: %r"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:165
+#, python-format
+msgid ""
+"Unable to transform dashlet %d of dashboard %s: the dashlet is using "
+"\"urlfunc\" which can not be converted automatically."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3643
+msgid "Unallocated Space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1102
+#, python-format
+msgid "Undefined aggregation function '%s'. Available are: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2886
+#, python-format
+msgid "Undefined key '%s' in the dictionary. Allowed are %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1049
+msgid "Undo Statistics"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:560
+msgid "Unhandled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:606
+msgid "Unique ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17106
+msgid "Unique Rule ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3026
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3049
+msgid "Unit Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:428
+msgid "Unitrends backup and replication plugins (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:437
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:94
+msgid "Unix Timestamp (Epoch)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1294
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:208
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:171
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:747
+msgid "Unknown"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1454
+#, python-format
+msgid "Unknown BI Aggregation %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1440
+#, python-format
+msgid "Unknown BI Aggregation group %s. Available are: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/agent_bakery.py:67
+msgid "Unknown agent configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:569
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:624
+#, python-format
+msgid ""
+"Unknown bookmark id: %d. This is probably a problem with reload or browser "
+"history. Please try again."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:399
+msgid "Unknown configuration change"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8960
+msgid "Unknown date"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17525
+#, python-format
+msgid "Unknown host tag %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17528
+#, python-format
+msgid "Unknown host tag group %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4643
+msgid "Unknown paths"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17728
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17902
+#, python-format
+msgid "Unknown site %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:362
+msgid "Unknown/Unreach"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:203
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:112
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:745
+msgid "Unreachable"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4247
+msgid "Unreachable gateways"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:109
+msgid "Unsupported image format"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1008
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1877
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:594
+msgid "Until"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:714
+msgid "Untitled BI rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3675
+msgid "Unused"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:201
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1423
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:100
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:745
+msgid "Up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:598
+msgid "Update"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:618
+msgid "Update & Acknowledge"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2010
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18576
+msgid "Update DNS Cache"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:570
+msgid "Update an event"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:576
+msgid "Update an event: change comment"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:580
+msgid "Update an event: change contact"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:209
+msgid "Update delay for PNP meta information"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8023
+#, python-format
+msgid "Updated properties of %s group %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4191
+msgid "Updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1236
+msgid "Updates are expected at least every"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18577
+msgid ""
+"Updating the DNS cache is neccessary in order to reflect IP address changes "
+"in hosts that are configured without an explicit address."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5192
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5549
+msgid "Upper levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:345
+msgid "Upper levels for first output item"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5191
+msgid "Upper levels for the Fan speed of a hardware device"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4793
+msgid "Uptime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:967
+msgid "Uptime since last reboot"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2974
+msgid "Upturn toner levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16401
+msgid "Usages"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:646
+msgid ""
+"Use 127.0.0.1 should be correct in almost every situation. It is "
+"possible - though uncommon - to do a remote monitoring here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15582
+msgid "Use \\1, \\2 etc. to replace matched subgroups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1001
+msgid ""
+"Use Check_MK clusters if an item can move from one host to another at runtime"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:86
+msgid "Use Check_MK sidebar"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1222
+msgid "Use DNS lookup cache"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1465
+msgid "Use DNS to convert IP addresses into hostnames"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:595
+msgid "Use GIT version control for WATO"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16956
+msgid "Use Hard States"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1240
+msgid "Use Inline SNMP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:906
+msgid "Use LDAPS (LDAP SSLv2 method). This sets the default port number to 636"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:905
+msgid "Use LDAPS (SSL)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10206
+msgid "Use Livestatus Proxy-Daemon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:49
+msgid "Use Multisite at all"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:113
+msgid "Use Reporting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:689
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:904
+msgid "Use SSL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:177
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:485
+msgid "Use SSL for the connection."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:611
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1374
+msgid "Use SSL/HTTPS for the connection."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1050
+msgid "Use STARTTLS for the connection."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1532
+msgid "Use TLS over SMTP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18472
+msgid "Use WATO"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1788
+msgid "Use a custom check plugin..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1453
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:239
+msgid "Use alias as service name for network interface checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:40
+msgid "Use all map rotations"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:211
+msgid "Use alternative display name for services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:64
+msgid "Use bold font"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3886
+msgid "Use cached data if present"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1445
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:232
+msgid "Use description as service name for network interface checks"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:76
+msgid "Use double quotes, escape contained quotes with backslash"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:603
+msgid "Use favorites"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10026
+msgid "Use livestatus Proxy-Daemon"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:214
+msgid "Use local DNS configuration of monitoring site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1107
+msgid "Use manually created ORACLE password wallet"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1087
+msgid "Use new service descriptions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1572
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1620
+msgid "Use no encryption"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10452
+msgid "Use persistent connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:297
+msgid "Use port name as service name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:321
+msgid "Use procedure call instead of SQL statement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:430
+msgid "Use settings and page layout from"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/inventory.py:75
+msgid "Use single quotes, escape contained quotes with backslash"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9541
+msgid "Use specific times"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9542
+msgid "Use specific times instead of whole day"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4599
+msgid "Use the multipath alias as service name, if one is set"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1780
+msgid "Use the status of the Check_MK Agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1781
+msgid "Use the status of the service..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1972
+msgid ""
+"Use this only if you want to overwrite the postion of the information in the "
+"agent output. Also refer to the rule Microsoft Exchange Queues Inventory"
+"i> "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:531
+msgid "Use unsafe legacy encoding for distributed WATO"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:825
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6714
+msgid "Used Bandwidth of port in megabyte/s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13693
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13873
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14129
+msgid "Used Rulesets"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2358
+msgid "Used bandwidth (maximum traffic)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2381
+msgid "Used bandwidth (minimum traffic)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2455
+msgid "Used bandwidth (traffic)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:818
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6707
+msgid "Used bandwidth of port relative to the link speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:787
+msgid "Used in BI aggregate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1103
+msgid "Used space in ZFS pools and filesystems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1097
+msgid "Used space in filesystems"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1101
+msgid "Used space in filesystems via SNMP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5298
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7800
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9834
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1103
+msgid "User"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:643
+msgid "User Agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17211
+msgid "User Attributes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:782
+msgid "User Base DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7335
+msgid "User Base-DN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:148
+msgid "User Config"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:664
+msgid "User ID for web login (if login required)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:617
+msgid "User Management"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15682
+msgid "User Profile"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9087
+msgid "User Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1025
+msgid "User Roles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:245
+msgid "User error"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:777
+msgid "User for login"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18647
+msgid "User management"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:270
+msgid "User name on the storage system. Read only permissions are sufficient."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15747
+msgid "User profiles can not be edited (WATO is disabled)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:299
+msgid "User quotas on filesystems (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:56
+msgid "User roles are configurable sets of permissions."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:104
+msgid "User that performed action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:541
+msgid "User who performed action"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:829
+msgid "User-ID Attribute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:404
+#, fuzzy
+msgid "User:"
+msgstr "Utilizator nou"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:269
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12052
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:370
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:383
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:661
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:676
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1059
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1147
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1290
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1545
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1594
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1642
+msgid "Username"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:580
+msgid "Username for login"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:114
+msgid "Username is unknown"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:167
+msgid "Username:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7164
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11642
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12408
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17343
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_modules.py:52
+msgid "Users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:50
+msgid "Users without this permission are not let in at all"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18599
+msgid ""
+"Users without this permissions can only see folders with a contact group "
+"they are in. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:56
+#, python-format
+msgid ""
+"Using this option you can configure the community which should be used when "
+"contacting this host via SNMP v1 or v2. It is possible to configure the SNMP "
+"community by using the SNMP Communities ruleset, but when "
+"you configure a community here, this will override the community defined by "
+"the rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:801
+msgid ""
+"Using this option you can define an optional LDAP filter which is used "
+"during LDAP searches. It can be used to only handle a subset of the users "
+"below the given base DN.
Some common examples:
All user "
+"objects in LDAP:
(&(objectclass=user)(objectcategory=person))"
+"tt>
Members of a group:
(&(objectclass=user)"
+"(objectcategory=person)(memberof=CN=cmk-users,OU=groups,DC=example,DC=com))"
+"tt>
"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:888
+msgid ""
+"Using this option you can define an optional LDAP filter which is used "
+"during group related LDAP searches. It can be used to only handle a subset "
+"of the groups below the given base DN.
e.g. (objectclass=group)"
+"tt>"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:814
+msgid ""
+"Using this option you can define the DN of a group object which is used to "
+"filter the users. Only members of this group will then be synchronized. This "
+"is a filter which can be used to extend capabilities of the regular \"Search "
+"Filter\". Using the search filter you can only define filters which directly "
+"apply to the user objects. To filter by group memberships, you can use the "
+"memberOf attribute of the user objects in some directories. But "
+"some directories do not have such attributes because the memberships are "
+"stored in the group objects as e.g. member attributes. You should "
+"use the regular search filter whenever possible and only use this filter "
+"when it is really neccessary. Finally you can say, you should not use this "
+"option when using Active Directory. This option is neccessary in OpenLDAP "
+"directories when you like to filter by group membership.
If using, "
+"give a plain distinguished name of a group here, e. g. CN=cmk-users,"
+"OU=groups,DC=example,DC=com"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3651
+msgid ""
+"Using this page you can import several hosts at once into the choosen "
+"folder. You can paste a list of hostnames, separated by comma, semicolon, "
+"space or newlines. These hosts will then be added to the folder using the "
+"default attributes. If some of the host names cannot be resolved via DNS, "
+"you must manually edit those hosts later and add explicit IP addresses."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/datasources.py:92
+msgid ""
+"Using this, datasources host rows might appear multiple times depending on "
+"their membership in hostgroups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1772
+msgid ""
+"Usually Check_MK uses a series of PING (ICMP echo request) in order to "
+"determine whether a host is up. In some cases this is not possible, however. "
+"With this rule you can specify an alternative way of determining the host's "
+"state."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:584
+msgid ""
+"Usually Check_MK will nail this check to the IP address of the host it is "
+"attached to. With this option you can have the check use the name of the "
+"virtual host instead and do a dynamic DNS lookup."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2912
+msgid ""
+"Usually the check goes to WARN if a VM or host is powered off and OK "
+"otherwise. You can change this behaviour on a per-state-basis here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5259
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5260
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5432
+msgid "V"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5266
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5267
+msgid "VA"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1100
+msgid "VMWare ESX host systems: Used space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2820
+msgid "VMware Tools has never been installed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2808
+msgid "VMware Tools is installed, and the version is current"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2826
+msgid "VMware Tools is installed, but it is not managed by VMWare"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2814
+msgid "VMware Tools is installed, but the version is not current"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1591
+msgid "VPN Tunnel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1616
+#, fuzzy
+msgid "VPN tunnel specific configuration"
+msgstr "Salveaza configuratia manuala a verificarilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:396
+msgid "Val. 1"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:459
+msgid "Val. 10"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:403
+msgid "Val. 2"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:410
+msgid "Val. 3"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:417
+msgid "Val. 4"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:424
+msgid "Val. 5"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:431
+msgid "Val. 6"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:438
+msgid "Val. 7"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:445
+msgid "Val. 8"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:452
+msgid "Val. 9"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1298
+msgid ""
+"Valid automation secret or password for the user, depending on the choosen "
+"authentication mode."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13822
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14349
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14953
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:139
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:466
+msgid "Value"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1397
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1408
+#, python-format
+msgid "Value %r is not allowed here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1394
+msgid "Value must a tuple with two elements."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3219
+msgid "Vanished services (checked, but no longer exist)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7635
+#, python-format
+msgid "Variable for %s.mk"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:642
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:658
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2109
+msgid "Various"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1817
+msgid "Various Commands"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:214
+msgid "Various performance counters"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3712
+msgid "Veeam: Time since last Backup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:389
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:423
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:434
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:443
+msgid "Vendor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:434
+msgid "Vendor and Device ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:405
+msgid "Veritas Volume Manger (Linux, HP-UX)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4789
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:390
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:442
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:457
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:639
+msgid "Version"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:914
+msgid "Version 2"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:915
+msgid "Version 3"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:916
+msgid "Version 3 and TLS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:56
+msgid ""
+"Version information and Links to Documentation, Homepage and Download of "
+"Check_MK"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:46
+msgid "Version: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:259
+msgid "Vertical padding"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:245
+msgid "Vertical rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:168
+msgid "Vertical space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:268
+msgid "Vertical spacing"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:555
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:561
+msgid "View"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:800
+msgid "View Name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:410
+msgid "View Properties"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:47
+msgid "View all maps"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:129
+msgid "View and edit parameters for this host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/icons/builtin.py:127
+msgid "View and edit parameters for this service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3287
+msgid "View and modify the parameters for this service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/nagvis_auth.py:68
+msgid "View permitted maps"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1443
+msgid "View the rule based parameters of this host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:250
+msgid "View:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:125
+msgid "Views"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1489
+msgid "Viprinet router"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1517
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1520
+msgid "Virtual Host Tree"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:291
+msgid "Virtual Host Trees"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3693
+msgid "Virtual Machine Snapshots"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:89
+msgid "Virtual Machines"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:408
+msgid "Virtual addresses for mapping"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:573
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1352
+msgid "Virtual host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2802
+msgid "Virtual machine (for example ESX) guest tools status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2838
+msgid "Virtual machine (for example ESX) heartbeat status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:480
+msgid "Virtual memory usage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:42
+msgid "Virtualization"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:634
+msgid "Visibility"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:31
+msgid "Visibility of Hosts/Services"
+msgstr "Vizibilitatea Elementelor/Serviciilor"
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:43
+msgid "Visibility of Hosts/Services (Webservice)"
+msgstr "Vizibilitatea Elementelor/Serviciilor (Serviciu Web)"
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:333
+msgid "Visual levels for the availability (OK percentage)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:74
+msgid "Volt"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5109
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5136
+#: /omd/sites/production/share/check_mk/web/plugins/views/inventory.py:398
+msgid "Voltage"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4959
+msgid ""
+"Voltage Levels for devices like UPS or PDUs. Several phases may be addressed "
+"independently."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4957
+msgid "Voltage levels (UPS / PDU / Other Devices)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5257
+msgid "Voltage on Power Channel"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1043
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1048
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5245
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5246
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1395
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1493
+msgid "W"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1658
+msgid "WA"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:37
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:81
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8501
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8505
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8506
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8507
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8510
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8514
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1247
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:209
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1015
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1245
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:285
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:297
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:309
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:686
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:699
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1230
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:1246
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1889
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/mkeventd.py:171
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:175
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:331
+msgid "WARN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1484
+msgid "WARN - if this router is being used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1482
+msgid "WARN - if this router is not being used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:223
+msgid "WARN Pattern"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:659
+msgid "WARN Services of host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:329
+msgid "WARN/CRIT"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/lib.py:36
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:904
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:70
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5294
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:155
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:416
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:458
+msgid "WARNING"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:932
+msgid "WARNING: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:918
+msgid ""
+"WARNING: This Event Console is currently running as a replication slave. The "
+"rules edited here will not be used. Instead a copy of the rules of the "
+"master are being used in the case of a takeover. The same holds for the "
+"event actions in the global settings.
If you want you can copy the "
+"ruleset of the master into your local slave configuration: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1517
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10517
+msgid "WATO"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:66
+msgid "WATO · Configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:74
+msgid "WATO · Quickaccess"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7111
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18469
+msgid "WATO - Check_MK's Web Administration Tool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/backup_domains.py:53
+msgid "WATO Configuration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/wato.py:31
+msgid "WATO Folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13451
+msgid ""
+"WATO can repair things for you. It can rename tags in folders, host and "
+"rules. Removed tag groups will be removed from hosts and folders, removed "
+"tags will be replaced with the default value for the tag group (for hosts "
+"and folders). What rules concern, you have to decide how to proceed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:64
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:72
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:80
+msgid "WATO folder"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:63
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:90
+msgid "WATO folder - complete path"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:79
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:102
+msgid "WATO folder - just folder name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:71
+#: /omd/sites/production/share/check_mk/web/plugins/views/wato.py:96
+msgid "WATO folder - relative path"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:39
+msgid "WATO is disabled."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:180
+msgid ""
+"WATO is disabled. Please set wato_enabled = True in your "
+"multisite.mk if you want to use WATO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10503
+msgid ""
+"WATO replication allows you to manage several monitoring sites with a "
+"logically centralized WATO. Slave sites receive their configuration from "
+"master sites.
Note: Slave sites do not need any replication "
+"configuration. They will be remote-controlled by the master sites."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:519
+msgid "WATO restart mode for Nagios"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1712
+msgid "WLC WiFi client connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5980
+msgid "WSUS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4669
+msgid "WWID of the LUN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1194
+msgid "Wa"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1148
+msgid "Wait until the other has finished"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15717
+msgid "Waiting for replication to start"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:360
+msgid "Warn"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6105
+msgid "Warn if list of forwarded logfiles changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:98
+msgid "Warn if protocol doesn't match expected protocol version (ex: 2.0)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:93
+msgid ""
+"Warn if string doesn't match expected server version (ex: OpenSSH_3.9p1)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2243
+msgid "Warn on unexpected active interface"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:783
+msgid "Warn, if the age of the page is older than this"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:82
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1292
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1552
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:206
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:162
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:746
+msgid "Warning"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1016
+msgid ""
+"Warning Level for time since last diagnostic test of the device. For a value "
+"of 0 the warning level will not be used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1015
+msgid "Warning Level for time since last self test"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:447
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:500
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:578
+msgid "Warning above"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/prediction.py:102
+msgid "Warning area"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15424
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15434
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15442
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15467
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15477
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15485
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15530
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1566
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:482
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:490
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3018
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3041
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4252
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5378
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5576
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5595
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6365
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6372
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6871
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6887
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6915
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6931
+msgid "Warning at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2772
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2793
+msgid "Warning at a RAM usage of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3196
+msgid "Warning at a disk wait of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2744
+msgid "Warning at a memory usage of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2522
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2539
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2565
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2592
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2609
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2632
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2667
+msgid "Warning at a usage of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3082
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3104
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3127
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3184
+msgid "Warning at a utilization of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1519
+msgid "Warning at or below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2200
+msgid "Warning at overprovisioning of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:442
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:573
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1042
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:329
+msgid "Warning below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2000
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2006
+#, python-format
+msgid "Warning if %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:462
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:700
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:749
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:777
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:789
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:820
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:827
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:845
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:854
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:863
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:872
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:982
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:999
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1098
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1252
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1261
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1279
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1297
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1332
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1361
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1393
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1446
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1472
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1641
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1670
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1678
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1719
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1763
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1773
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1784
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1795
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1806
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1816
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1826
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1837
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1848
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1859
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1871
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1934
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1965
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2130
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2145
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2152
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2273
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2365
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2373
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2462
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2470
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2496
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2502
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2546
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2572
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2616
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2674
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2749
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2998
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3224
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3242
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3327
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3428
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3435
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3637
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3645
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3653
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3661
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3669
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3677
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3759
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3783
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3793
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3803
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3813
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3839
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3849
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3858
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3917
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3961
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4058
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4068
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4088
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4157
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4166
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4175
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4184
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4193
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4202
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4240
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4264
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4515
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4830
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4840
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5344
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5500
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5514
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5551
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5646
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5685
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5719
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5758
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5789
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5825
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5844
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5863
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5896
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5904
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5912
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5920
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5928
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5936
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6533
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6709
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6716
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6734
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6743
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6752
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6761
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:38
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:49
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:135
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:245
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:347
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:396
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:625
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:926
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1074
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1138
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1442
+msgid "Warning if above"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1672
+msgid "Warning if above or equal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:974
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1089
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1234
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1243
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1270
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1288
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1323
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1718
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1925
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2159
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2388
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2396
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2693
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3223
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3241
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3268
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3275
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3290
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3297
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3569
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4019
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5353
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5507
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5521
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5542
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5677
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5709
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5748
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5832
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5851
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5870
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:355
+msgid "Warning if below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1402
+msgid "Warning if equal or below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3379
+msgid "Warning if fewer than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1369
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1401
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2099
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2105
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2686
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4223
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4631
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5967
+msgid "Warning if less than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3355
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3380
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4132
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4632
+msgid "Warning if more than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1080
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1207
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1225
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3615
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3700
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3719
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3739
+msgid "Warning if older than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2429
+msgid "Warning if under"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1071
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1198
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1216
+msgid "Warning if younger than"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5445
+msgid "Warning level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5984
+msgid "Warning level for important updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5986
+msgid "Warning level for optional updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6004
+msgid "Warning level for time since last update"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5988
+msgid "Warning level for time until forced reboot"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15455
+msgid "Warning level is at least"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2971
+msgid "Warning remaining"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2102
+msgid "Warning: This host has an invalid configuration!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1460
+msgid "Warning: This host has an invalid configuration: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10604
+#, python-format
+msgid "Warning: cannot reload Livestatus Proxy-Daemon: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/config.py:362
+#, python-format
+msgid ""
+"We are sorry, but you lack the permission for this operation. If you do not "
+"like this then please ask you administrator to provide you with the "
+"following permission: '%s'."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/webapi.py:59
+msgid "Web API"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9677
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1752
+msgid "Wednesday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9759
+msgid "Weekdays"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1351
+msgid "Weekly Report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mobile.py:158
+msgid "Welcome to Check_MK Multisite Mobile. Please Login."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:47
+msgid ""
+"When Multisite is running in debug mode, internal Python error messages are "
+"being displayed and various debug information in other places is also "
+"available."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:388
+msgid ""
+"When aggregation is turned on and the rule matches for two different "
+"applications then these two events will be kept separate if you check this "
+"box."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:379
+msgid ""
+"When aggregation is turned on and the rule matches for two different hosts "
+"then these two events will be kept separate if you check this box."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3892
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4369
+msgid ""
+"When averaging is set, then an floating average value of the disk throughput "
+"is computed and the levels for read and write will be applied to the average "
+"instead of the current value."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:82
+msgid ""
+"When buffering the HTTP stream is enabled, then Multisite will not send "
+"single TCP segments for each particle of HTML output but try to make larger "
+"segments. This saves bandwidth especially when using HTTPS. On the backside "
+"there might be a higher latency for the beginning of pages being displayed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16871
+msgid ""
+"When calling a rule you can use the place holder $1$ in the rule "
+"arguments. It will be replaced by the actual host names found by the search "
+"- one host name for each rule call."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16902
+msgid ""
+"When calling a rule you can use the place holder $1$ in the rule "
+"arguments. It will be replaced by the actual host names found by the search "
+"- one host name for each rule call. If you have regular expression subgroups "
+"in the service pattern, then the place holders $2$ will represent "
+"the first group match, $3 the second, and so on..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10434
+msgid ""
+"When connecting to remote site please make sure that Livestatus over TCP is "
+"activated there. You can use UNIX sockets to connect to foreign sites on "
+"localhost. Please make sure that this site has proper read and write "
+"permissions to the UNIX socket of the foreign site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:454
+msgid ""
+"When creating a report PDF then the browser will suggest to save the file "
+"with this filename. The extension should always be pdf."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:589
+msgid ""
+"When disabled, WATO shows the help texts of rules also in the list views."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:295
+msgid ""
+"When displaying events in the Check_MK GUI, you can make a user see only "
+"events for hosts he is a contact for. When you expect this rule to receive "
+"events from hosts that are not known to the monitoring, you can "
+"specify contact groups for visibility here. Note: If you activate this "
+"option and do not specify any group, then users with restricted permissions "
+"can never see these events."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:310
+msgid ""
+"When doing inventory on brocade switches only ports with the given "
+"administrative states will be added to the monitoring system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:326
+msgid ""
+"When doing inventory on brocade switches only ports with the given "
+"operational states will be added to the monitoring system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:318
+msgid ""
+"When doing inventory on brocade switches only ports with the given physical "
+"states will be added to the monitoring system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1462
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:257
+msgid ""
+"When doing inventory on switches or other devices with network interfaces "
+"then only ports found in one of the configured port states will be added to "
+"the monitoring."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1469
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:265
+msgid ""
+"When doing inventory on switches or other devices with network interfaces "
+"then only ports of the specified types will be created services for."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1478
+msgid ""
+"When doing inventory the various disk IO checks can either create a single "
+"check per host, one check per device or a separate check for read and "
+"written bytes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:240
+msgid ""
+"When enabled a rule editor icon is displayed for each service in the "
+"multisite views. It is only displayed if the user does have the permission "
+"to edit rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:597
+msgid ""
+"When enabled, all changes of configuration files are tracked with the "
+"version control system GIT. You need to make sure that git is installed on "
+"your Nagios server. The version history currently cannot be viewed via the "
+"web GUI. Please use git command line tools within your Check_MK "
+"configuration directory."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:570
+msgid "When enabled, hosttags are no longer shown within the WATO folder view"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:559
+msgid ""
+"When enabled, insecure snapshots are allowed. Please keep in mind that the "
+"upload of unverified snapshots represents a security risk, since the content "
+"of a snapshot is executed during runtime. Any manipulations in the content - "
+"either willingly or unwillingly (XSS attack) - pose a serious security risk."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:579
+msgid ""
+"When enabled, internal configuration variable names of Check_MK are hidden "
+"from the user (for example in the rule editor)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:212
+msgid ""
+"When enabled, the headline of each page also displays the date in addition "
+"the time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1047
+msgid ""
+"When enabled, the time of the last access is stored for each user. The last "
+"activity is shown on the users page."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:547
+msgid ""
+"When enabled, then the internal names of WATO folder in the filesystem are "
+"not shown. They will automatically be derived from the name of the folder "
+"when a new folder is being created. Disable this option if you want to see "
+"and set the filenames manually."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6097
+msgid ""
+"When forwarding messages and no facility can be extracted from the message "
+"this facility is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2130
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2145
+msgid ""
+"When it comes to availability reporting, you might want the report to cover "
+"only certain time periods, e.g. only Monday to Friday from 8:00 to 17:00. "
+"You can do this by specifying a service period for hosts or services. In the "
+"reporting you can then decide to include, exclude or ignore such periods und "
+"thus e.g. create a report of the availability just within or without these "
+"times. Note: Changes in the actual definition of a time period "
+"will only be reflected in times after that change. Selecting a "
+"different service period will also be reflected in the past."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:498
+msgid ""
+"When it comes to the computation of unmonitored time spans, core stops and "
+"starts that last shorter then this period will be ignored. A time of 0 will "
+"honor every core downtime."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:648
+msgid "When opening the users configuration page"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:743
+msgid ""
+"When performing walks on an OID during checking, Check_MK fetches all sub "
+"OIDs regardless whether these values are needed or not. For example, if you "
+"monitor a single network interface of a switch with hundrets of ports, the "
+"check will fetch the information for all the interfaces, while only one is "
+"used. This rule can be used to reduce the amount of fetched OIDs, but please "
+"note, this is only useful for special cases like the example above and only "
+"used when you perform bulkwalks."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1945
+msgid ""
+"When quering the event status you can either use the monitoring host name, "
+"the IP address or a custom host name for referring to a host. This is needed "
+"in cases where the event source (syslog, snmptrapd) do not send a host name "
+"that matches the monitoring host name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1916
+msgid ""
+"When sending notifications from the monitoring system to the event console "
+"the following syslog facility will be set for these messages. Choosing a "
+"unique facility makes creation of rules easier."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18504
+msgid ""
+"When several users work in parallel with WATO then several pending changes "
+"of different users might pile up before changes are activate. Only with this "
+"permission a user will be allowed to activate the current configuration if "
+"this situation appears."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:571
+msgid ""
+"When switching from the Nagios core to CMC with omd config with "
+"this option enabled, then during the configuration generation for the CMC "
+"the current state of Nagios comments, downtimes and switches from Master "
+"Control will be imported into CMC. Note: This implies that any "
+"previous state of the CMC will be lost. The import will always take "
+"place when the age of the Nagios state file is younger than that of the CMC. "
+"Therefore once you are using CMC in production we propose switching this "
+"option to False."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1767
+msgid ""
+"When the Event Console receives a message than the host name that is "
+"contained in that message will be translated using this configuration. This "
+"can be used for unifying host names from message with those of actively "
+"monitored hosts. Note: this translation is happening before any rule is "
+"being applied."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1842
+msgid ""
+"When the Multisite GUI connects the socket of the event daemon in order to "
+"retrieve information about current and historic events then this timeout "
+"will be applied."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1807
+msgid ""
+"When the Multisite GUI or the active check check_mkevents connects to the "
+"socket of the event daemon in order to retrieve information about current "
+"and historic events then its connection request might be queued before being "
+"processed. This setting defines the number of unaccepted connections to be "
+"queued before refusing new connections."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1857
+msgid ""
+"When the WATO module of the Event Console saves rules to the file "
+"mkeventd.d/wato/rules.mk it usually prints the Python "
+"representation of the rules-list into one single line by using the native "
+"Python code generator. Enabling this option switches to pprint, "
+"which nicely indents everything. While this is a bit slower for large "
+"rulesets it makes debugging and manual editing simpler."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:673
+msgid ""
+"When the connection to the first server fails with connect specific errors "
+"like timeouts or some other network related problems, the connect mechanism "
+"will try to use this server instead of the server configured above. If you "
+"use persistent connections (default), the connection is being used until the "
+"LDAP is not reachable or the local webserver is restarted."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:218
+msgid ""
+"When the given regular expression (infix search) matches the events state is "
+"set to CRITICAL."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:230
+msgid ""
+"When the given regular expression (infix search) matches the events state is "
+"set to OK."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:224
+msgid ""
+"When the given regular expression (infix search) matches the events state is "
+"set to WARNING."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9529
+msgid ""
+"When the iCalendar file contains definitions of repeating events, these "
+"repeating events will be resolved to single events for the number of years "
+"you specify here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6115
+msgid ""
+"When the monitoring of forwarded logfiles is enabled, the check verifies "
+"that all of the logfiles listed here are reported by the monitored system."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:44
+msgid ""
+"When the percentage of lost packets is equal or greater then this level, "
+"then the according state is triggered. The default for critical is 100%. "
+"That means that the check is only critical if all packets are lost."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/ldap.py:806
+msgid ""
+"When the value of this attribute changes for a user account, all current "
+"authenticated sessions of the user are invalidated and the user must login "
+"again. By default this field uses the fields which hold the time of the last "
+"password change of the user."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3162
+msgid ""
+"When this option is activated then the CPU utilization is being averaged "
+"before the levels are being applied."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:58
+msgid ""
+"When this option is active the you will not get any alerts or other "
+"notifications via email, SMS or similar. This overrides all other "
+"notification settings or rules, so make sure that you know what you do."
+msgstr ""
+"Cand aceasta optiune este activa nu vei primi nici o alerta sau alte "
+"notificari pe email, SMS, sau similar. Aceasta suprascrie toate celelalte "
+"reguli sau setari pentru notificari, deci fii sigur ca stii ceea ce faci."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1508
+msgid ""
+"When this option is active then during inventory of networking interfaces "
+"(and switch ports) the current operational state of the port will "
+"automatically be coded as a check parameter into the check. That way the "
+"check will get warning or critical when the state changes. This setting can "
+"later by overridden on a per-host and per-port base by defining special "
+"check parameters via a rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1519
+msgid ""
+"When this option is active then during inventory of networking interfaces "
+"(and switch ports) the current speed setting of the port will automatically "
+"be coded as a check parameter into the check. That way the check will get "
+"warning or critical when speed later changes (for example from 100 MBit/s to "
+"10 MBit/s). This setting can later by overridden on a per-host and per-port "
+"base by defining special check parameters via a rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:45
+msgid ""
+"When this option is checked, then the Multisite webservice will only export "
+"hosts and services that the user is a contact for - even if he has the "
+"permission for seeing all objects."
+msgstr ""
+"Cand aceasta optiune esta activa, Serviciul web Multisite va exporta "
+"doarelementele si serviciile pentru care utilizatorul este contact - chiar "
+"daca el are permisiunea de a vedea toate serviciile"
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/user_attributes.py:33
+msgid ""
+"When this option is checked, then the status GUI will only display hosts and "
+"services that the user is a contact for - even if he has the permission for "
+"seeing all objects."
+msgstr ""
+"Cand aceasta optiune este activa, interfata de status va arata doar "
+"elementele si serviciile pentru care utilizatorul este contact - chiar daca "
+"el are permisiunea de a vedea toate obiectele."
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1224
+msgid ""
+"When this option is enabled (which is the default), then Check_MK tries to "
+"prevent IP address lookups during the configuration generation. This can "
+"speed up this process greatly when you have a larger number of hosts. The "
+"cache is stored in a simple file. Note: when the cache is enabled then "
+"changes of the IP address of a host in your name server will not be detected "
+"immediately. If you need an immediate update then simply disable the cache "
+"once, activate the changes and enabled it again. OMD based installations "
+"automatically update the cache once a day."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1313
+msgid ""
+"When this option is enabled then after each change of the service "
+"configuration of a host via WATO - may it be via manual changes or a bulk "
+"discovry - the service discovery check is automatically rescheduled in order "
+"to reflect the new service state correctly immediately."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:264
+msgid ""
+"When this option is enabled then all performance data (check metrics) will "
+"in addition be sent to an external graphite installation of your "
+"choice. Graphite graphs will be named with the schema HOST / SERVICE / "
+"VARIABLE."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1755
+msgid ""
+"When this option is enabled then messages that do not match a rule will be "
+"archived into the event history anyway (Messages that do match a rule will "
+"be archived always, as long as they are not explicitely dropped are being "
+"aggregated by counting.)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:44
+msgid ""
+"When this option is enabled then updated monitoring agents are automatically "
+"being created whenever configuration changes are activated and the agents "
+"are outdated. Agents are being updated if their configuration has changed "
+"(due to some change in the rules of the monitoring agents)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1704
+msgid ""
+"When this option is enabled, then every incoming message is being "
+"logged into the directory messages in the Event Consoles state "
+"directory. The logfile rotation is analog to that of the history logfiles. "
+"Please note that if you have lots of incoming messages then these files can "
+"get very large."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18490
+msgid ""
+"When this permission is set then the user sees also such modules he has no "
+"explicit access to (see below)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1142
+msgid ""
+"When two users simultanously try to activate the changes then you can decide "
+"to abort with an error (default) or have the requests serialized. It is also "
+"possible - but not recommended - to turn off locking altogether."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:167
+msgid ""
+"When typing a texts in the Quicksearch snapin, a dropdown will appear "
+"listing all matching host names containing that text. That list is limited "
+"in size so that the dropdown will not get too large when you have a huge "
+"number of lists. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1158
+msgid ""
+"When using stored SNMP walks you can place inline code generating dynamic "
+"simulation data. This feature can be activated here. There is a big chance "
+"that you will never need this feature..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2102
+msgid ""
+"When you define HA clusters in WATO then you also have to specify which "
+"services of a node should be assigned to the cluster and which services to "
+"the physical node. This is done by this ruleset. Please note that the rule "
+"will be applied to the nodes, not to the cluster.
Please make "
+"sure that you re-inventorize the cluster and the physical nodes after "
+"changing this ruleset."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1259
+msgid ""
+"When you have enabled Inline SNMP, you can use this flag to enable recording "
+"of some performance related values. The recorded values are stored in a "
+"single file at var/check_mk/snmp.stats.
Please note: "
+"Only enable this for a short period, because it will decrease the "
+"performance of your monitoring."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12518
+msgid ""
+"When you leave the permissions at "default" then they get their "
+"settings from the factory defaults (for builtin roles) or from the factory "
+"default of their base role (for user define roles). Factory defaults may "
+"change due to software updates. When choosing another base role, all "
+"permissions that are on default will reflect the new base role."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:189
+msgid ""
+"When you point your browser to the Multisite GUI, usually the dashboard is "
+"shown in the main (right) frame. You can replace this with any other URL you "
+"like here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:304
+msgid ""
+"When you reschedule a check by clicking on the "arrow"-icon then "
+"Multisite will use this number of seconds as a timeout. If the monitoring "
+"core has not executed the check within this time, an error will be displayed "
+"and the page not reloaded."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9543
+msgid ""
+"When you specify explicit time definitions here, these will be added to each "
+"date which is added to the resulting time period. By default the whole day "
+"is used."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:397
+msgid ""
+"When you use subgroups in the regular expression of your match text then you "
+"can have different values for the matching groups be reflected in different "
+"events."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:146
+msgid ""
+"Whenever the number of returned datasets of a view would exceed this limit, "
+"a warning is being displayed and no further data is being shown. A normal "
+"user can override this limit with one mouse click."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:156
+msgid ""
+"Whenever the number of returned datasets of a view would exceed this limit, "
+"an error message is shown. The normal user cannot override the hard limit. "
+"The purpose of the hard limit is to secure the server against useless "
+"queries with huge result sets."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:509
+msgid ""
+"Whenever you successfully activate changes a snapshot of the configuration "
+"will be created. You can also create snapshots manually. WATO will delete "
+"old snapshots when the maximum number of snapshots is reached."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:542
+msgid "Who"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:488
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:37
+msgid "Width"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:251
+msgid "Width of the rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1205
+msgid "Wiki"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:561
+msgid ""
+"Will be used in the service description. If the name starts with a caret "
+"(^), the service description will not be prefixed with HTTP."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16810
+msgid ""
+"Will create child nodes representing the state of hosts (usually the host "
+"check is done via ping)."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16817
+msgid "Will create child nodes representing the state of services."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1222
+msgid "Windows"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:147
+msgid "Windows Agent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4218
+msgid "Windows DHCP Pool"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:215
+msgid "Windows Event Logs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:106
+msgid "Windows Service Inventory"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2879
+msgid "Windows Service Summary"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4761
+msgid "Windows Services"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4821
+msgid "Windows Terminal Server Sessions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:995
+msgid "Windows system time offset"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:852
+msgid ""
+"With this option activated at most X new messages per monitoring "
+"cycle are being transferred."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:861
+msgid ""
+"With this option activated at most the configured time is being spent for "
+"each logfile in question. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:409
+msgid ""
+"With this option activated you can make the Event Console monitor that a "
+"certain number of messages are at least seen within each regular time "
+"interval. Otherwise an event will be created. The options week, "
+"two days and day refer to periodic intervals aligned at "
+"00:00:00 on the 1st of January 1970. You can specify a relative offset in "
+"hours in order to re-align this to any other point of time."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:274
+msgid ""
+"With this option all messages matching this rule will be silently dropped."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:531
+msgid ""
+"With this option enabled the core schedules all checks as fast as "
+"possible. As soon as a check is finished it is being scheduled for the "
+"earliest possible time. This is useful for performance-measurement. You "
+"probably won't want to do this in a productive environment."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:792
+msgid ""
+"With this option the check produces an output that is a valid hyperlink to "
+"the checked URL and this clickable."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:72
+msgid ""
+"With this option turned on all Livestatus queries made by Multisite in order "
+"to render views are being displayed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1738
+msgid ""
+"With this option turned on all queries made to the event daemon will be "
+"displayed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:329
+msgid ""
+"With this option you can make the rule being executed not before the "
+"matching message is seen a couple of times in a defined time interval. Also "
+"counting activates the aggregation of messages that result from the same "
+"rule into one event, even if count is set to 1."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/omd_configuration.py:78
+msgid ""
+"With this option you can prevent cleanup of files newer than this value."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1020
+msgid ""
+"With this option you can specify the attributes a user which is created "
+"during its initial login gets added. For example, the default is to add the "
+"role \"user\" to all automatically created users."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:50
+msgid ""
+"With this permission set, the BI aggregation rules are applied to all hosts "
+"and services - not only those the user is a contact for. If you remove this "
+"permissions then the user will see incomplete aggregation trees with status "
+"based only on those items."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1185
+msgid ""
+"With this ruleset you can configure "classical Nagios checks" to "
+"be executed directly on your monitoring server. These checks will not use "
+"Check_MK. It is also possible to configure passive checks that are fed with "
+"data from external sources via the Nagios command pipe."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2043
+msgid "With this setting you can set links to documentations for Hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2032
+msgid "With this setting you can set links to documentations for each service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1522
+msgid ""
+"Without this option the access is limited to querying the current and "
+"historic event status."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:87
+msgid "Without this permission the Check_MK sidebar will be invisible"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18604
+msgid ""
+"Without this permission, operations on folders can only be done by users "
+"that are members of one of the folders contact groups. This permission "
+"grants full access to all folders and hosts. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1114
+msgid "Workgroup"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1115
+msgid "Workgroup or domain used (defaults to WORKGROUP)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/bi.py:28
+msgid "Worst - take worst of all node states"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1330
+msgid "Write"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4398
+msgid "Write Queue-Length"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:18603
+msgid "Write access to all hosts and folders"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4308
+msgid "Write latency"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3884
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4362
+msgid "Write throughput"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1432
+#: /omd/sites/production/share/check_mk/web/plugins/views/layouts.py:55
+msgid "X"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:216
+msgid "YYYY-MM-DD"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:436
+msgid "YYYY-MM-DD HH:MM:SS"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1868
+msgid "Year"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:1166
+msgid "Yes!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2119
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2190
+msgid "Yesterday"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8951
+msgid "You are analysing this notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6493
+msgid ""
+"You are currently not using the Check_MK Microcore, but this snapshot uses "
+"the Check_MK Microcore. If you need to migrate your data, you could consider "
+"changing the core, restoring the snapshot and changing the core back again."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6489
+msgid ""
+"You are currently using the Check_MK Microcore, but this snapshot does not "
+"use the Check_MK Microcore. If you need to migrate your data, you could "
+"consider changing the core, restoring the snapshot and changing the core "
+"back again."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3479
+msgid ""
+"You are going to move the selected hosts to folders representing their "
+"original folder location in the system you did the import from. Please make "
+"sure that you have done an inventory before moving the hosts."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:92
+#, python-format
+msgid ""
+"You are missing the action with the ID %s, which is still used in "
+"some rules."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:75
+#, python-format
+msgid "You are not allowed to access the logs of the host %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:269
+#, python-format
+msgid "You are not allowed to acknowledge %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17894
+msgid "You are not allowed to activate changes of other users."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:440
+msgid "You are not allowed to change the sidebar."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:509
+#, python-format
+msgid "You are not allowed to edit %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:300
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:849
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1039
+#: /omd/sites/production/share/check_mk/web/htdocs/dashboard.py:1101
+msgid "You are not allowed to edit dashboards."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15744
+msgid "You are not allowed to edit your user profile."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1906
+msgid ""
+"You are not allowed to perform actions. If you think this is an error, "
+"please ask your administrator grant you the permission to do so."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/wato.py:42
+msgid "You are not allowed to use Check_MK's web configuration GUI."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:186
+msgid "You are not allowed to use WATO."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:143
+msgid "You are not allowed to use the notification module."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:185
+msgid "You are not authenticated."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:226
+#, python-format
+msgid ""
+"You are not authorized to use Check_MK Multisite. Sorry. You are logged in "
+"as %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10771
+msgid "You are not logged into the remote site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3019
+msgid "You are not permitted to perform this action."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15869
+msgid "You are required to change your password before proceeding."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1137
+#, python-format
+msgid ""
+"You are using the replacment reference \\%d, but your match text "
+"has only %d subgroups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3072
+msgid "You called this page for a non-existing host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:352
+msgid ""
+"You called this page with a non-existing folder! Go back to the main index."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1968
+msgid "You called this page with an invalid host name."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1495
+msgid ""
+"You can activate the inventorization of dhcp pools, which have no ip "
+"addresses in it"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2223
+#, python-format
+msgid ""
+"You can assign icons to hosts for the status GUI. Put your images into %"
+"s. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2234
+#, python-format
+msgid ""
+"You can assign icons to services for the status GUI. Put your images into "
+"%s. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1531
+msgid ""
+"You can change the plugin output of logwatch to show only the count of "
+"messages or also to show the last worst message"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1607
+msgid ""
+"You can configure an individual alias here for the tunnel matching the IP-"
+"Address or Name configured in the field above."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:97
+#, python-format
+msgid ""
+"You can configure the notification mechanism to log more details about the "
+"notifications into the notification log. These information are logged into "
+"the file %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1469
+msgid ""
+"You can configure upper thresholds for the currently active connections "
+"handled by the web server."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:977
+msgid ""
+"You can define some rules which each user password must fit with. By default "
+"all passwords are accepted, even ones which are made of only a single "
+"character, which is obviously a bad idea. Using this option you can enforce "
+"your users to choose more secure passwords of a minimal length having a "
+"defined complexity."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2992
+msgid ""
+"You can diagnose the connection to a specific host using this dialog. You "
+"can either test wether your current configuration is still working or "
+"investigate in which ways a host can be reached. Simply configure the "
+"connection options you like to try on the right side of the screen and press "
+"the \"Test\" button. The results will be displayed here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:293
+msgid "You can enable this checkbox to show empty hostgroups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14894
+msgid ""
+"You can enter a number of explicit host names that rule should or should not "
+"apply to here. Leave this option disabled if you want the rule to apply for "
+"all hosts specified by the given tags."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12795
+msgid ""
+"You can have these tags automatically added if certain primary tags are set."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:16144
+msgid ""
+"You can insert some text (e.g. a line of the logfile) to test the patterns "
+"defined for this logfile. All patterns for this logfile are listed below. "
+"Matching patterns will be highlighted after clicking the \"Try out\" button."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14915
+msgid ""
+"You can make the rule apply only to certain services of the specified hosts. "
+"Do this by specifying explicit items to match here. Hint: make "
+"sure to enter the item only, not the full Service description. Note: "
+"the match is done on the beginning of the item in question. Regular "
+"expressions are interpreted, so appending a $ will force an exact "
+"match."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:153
+#, python-format
+msgid ""
+"You can select either from the shipped images or upload your own images. "
+"Copy your own images to the monitoring server into the directory %s"
+"tt>. Supported formats: %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:112
+msgid ""
+"You can send the notification to a list of multiple users, which can be "
+"choosen out of these predefined filters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:708
+msgid "You can simulate an event here and check out, which rules are matching."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:966
+msgid ""
+"You can specify a hostname or IP address different from the IP address of "
+"the host as configured in your host properties."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1528
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1565
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1613
+msgid ""
+"You can specify a hostname or IP address different from the IP address of "
+"the host this check will be assigned to."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4793
+msgid ""
+"You can specify a separate monitoring state for each possible combination of "
+"service state and start type. If you do not use this parameter, then only "
+"running/auto will be assumed to be OK."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:431
+msgid ""
+"You can specify another report here. All global settings from that report "
+"are takes as default values. Fixed page elements from that report are added "
+"to the fixed elements defined in this report."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11519
+msgid ""
+"You can specify arguments to the notification plugin here. Please refer to "
+"the documentation about the plugin for what parameters are allowed or "
+"required here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1132
+msgid ""
+"You can specify one or several patterns containing * and ?"
+"tt>, for example /spool/tmpspace*. The filesystems matching the "
+"patterns will be monitored like one big filesystem in a single service."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:269
+msgid "You can use * and ? here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9789
+msgid ""
+"You can use other timeperiod defnitions to exclude the times defined in the "
+"other timeperiods from this current timeperiod."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/simple_elements.py:107
+msgid ""
+"You can use text macros here. For explanation of the available text macros "
+"you can add the report element Table of available text macros to your "
+"report. The text will automatically be wrapped. An empty line will start a "
+"new paragraph."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8302
+msgid ""
+"You can use this description for commenting your rules. It has no influence "
+"on the notification."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:259
+msgid ""
+"You can use this description for commenting your rules. It will not be "
+"attached to the event this rule classifies."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/login.py:285
+#, python-format
+msgid ""
+"You can use, modify and distribute Check_MK under the terms of the GNU GPL Version 2."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7234
+msgid ""
+"You can verify the single parts of your ldap configuration using this "
+"dialog. Simply make your configuration in the form on the left side and hit "
+"the \"Save & Test\" button to execute the tests. After the page reload, you "
+"should see the results of the test here."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4669
+msgid ""
+"You cannot activate changes while some hosts have an invalid configuration: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12347
+msgid "You cannot delete the builtin roles!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7889
+#, python-format
+msgid "You cannot delete this %s group."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12743
+#, python-format
+msgid ""
+"You cannot delete this auxiliary tag. It is being used in the tag group %"
+"s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9891
+msgid "You cannot delete this connection. It has folders/hosts assigned to it."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9247
+msgid "You cannot delete this timeperiod."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11671
+msgid "You cannot delete your own account!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10361
+msgid "You cannot do replication with the local site."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11913
+msgid "You cannot lock your own account!"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:490
+msgid "You cannot query for time ranges that are before the horizon."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2238
+msgid "You cannot rename a host while you have pending changes."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2946
+msgid ""
+"You cannot save this rule. There are not defined any elements for this "
+"selection yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:412
+msgid ""
+"You cannot set a downtime that ends in the past. This incident will be "
+"reported."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1121
+msgid ""
+"You cannot use counting and expecting at the same time in the same rule."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1125
+msgid ""
+"You cannot use expecting and delay at the same time in the same rule, sorry."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10335
+msgid "You cannot use the site itself as site of the status host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9318
+#, python-format
+msgid "You cannot use weekday names (%s) in exceptions"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/builtin_attributes.py:103
+#, python-format
+msgid "You defined the non-existing host '%s' as a parent."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12003
+msgid ""
+"You have enabled the notifications but missed to configure a Email address. "
+"You need to configure your mail address in order to be able to receive "
+"emails."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12009
+msgid ""
+"You have enabled the notifications but missed to make the user member of at "
+"least one contact group. You need to make the user member of a contact group "
+"which has hosts assigned in order to be able to receive emails."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1397
+msgid ""
+"You have no mail transfer agent installed. /usr/sbin/sendmail is "
+"missing. Please install Postfix, Qmail, Nullmailer or Sendmail."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14994
+msgid ""
+"You have not configured any host tags."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9993
+msgid ""
+"You have not configured any local or remotes sites. Multisite will "
+"implicitely add the data of the local monitoring site. If you add remotes "
+"sites, please do not forget to add your local monitoring site also, if you "
+"want to display its data."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8690
+msgid "You have not created any rules yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:927
+msgid ""
+"You have not created any rules yet. The Event Console is useless unless you "
+"have activated Force message archiving in the global settings."
+msgstr ""
+"Inca nu ai creat nici o regula. Consola de Evenimente este nefolositoare "
+"daca nu ai activat Forteaza arhivarea mesajelor in setarile globale."
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1491
+#, python-format
+msgid ""
+"You have not defined any virtual host trees. You can do this in the global "
+"settings for Multisite."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:200
+msgid "You have pending messages."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1486
+msgid "You have permission to this host."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4033
+#, python-format
+msgid ""
+"You have selected %d hosts for bulk cleanup. This means removing "
+"explicit attribute values from hosts. The hosts will then inherit attributes "
+"configured at the host list or folders or simply fall back to the builtin "
+"default values."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3865
+#, python-format
+msgid "You have selected %d hosts for bulk discovery. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:3965
+#, python-format
+msgid ""
+"You have selected %d hosts for bulk edit. You can now change host "
+"attributes for all selected hosts at once. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4265
+#, python-format
+msgid "You have selected %d hosts for parent scan. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1533
+msgid "You have to select at least one element."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12846
+msgid "You haven't defined any auxiliary tags."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12806
+msgid "You haven't defined any tag groups yet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:719
+msgid ""
+"You just need to specify values that are different from the default values "
+"that you've specified above."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1117
+msgid ""
+"You matching text has too many regular expresssion subgroups. Only nine are "
+"allowed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1126
+msgid ""
+"You may enter the folder as you might have permission on a subfolders, "
+"though."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17304
+msgid "You might want to add some helpful description for the attribute."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15804
+msgid "You need to change your password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/notify.py:153
+msgid "You need to provide a text."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:436
+#, python-format
+msgid "You need to provide at least %d characters."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/dashboard/dashlets.py:589
+msgid ""
+"You need to provide either an URL or the name of a python function to be "
+"used for rendering the dashlet."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15802
+msgid "You need to provide your current password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:444
+msgid "You need to supply a comment for your downtime."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:272
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:330
+msgid "You need to supply a comment."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/sidebar.py:715
+msgid ""
+"You search statement is not valid. You need to provide a regular expression "
+"(regex). For example you need to e use \\\\ instead of \\ "
+"if you like to search for a single backslash."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:834
+#, python-format
+msgid "Your %s element has been saved."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:702
+#, python-format
+msgid "Your %s has been saved."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2106
+msgid "Your changes have been saved nevertheless."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1123
+#, python-format
+msgid "Your contact groups are %s."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:699
+msgid "Your filename must not end with a slash."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:560
+msgid "Your hostname has an invalid format."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:355
+msgid "Your input does not match the required format."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:13449
+msgid "Your modifications affect some objects"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15810
+msgid "Your old password is wrong."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15874
+msgid "Your password has been changed."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15867
+msgid "Your password is too old, you need to choose a new password."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9068
+msgid "Your personal notification rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:163
+#, python-format
+msgid "Your query produced more than %d results. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:479
+#, python-format
+msgid ""
+"Your regular expression containes %d groups. It must have at most %"
+"d groups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:476
+#, python-format
+msgid ""
+"Your regular expression containes %d groups. You need at least %d"
+"b> groups."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/index.py:229
+#, python-format
+msgid "Your roles are %s. "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1124
+msgid "Your schedule task has been saved."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7650
+msgid "Your setting and factory settings are identical."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12016
+msgid "Your user has no roles. Please assign at least one role."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4534
+msgid "ZFS storage pool status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6333
+msgid "Zypper Updates"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:512
+msgid "Zypper normal and security updates (Linux)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:270
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:843
+msgid "^/[^ \t]+$"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1991
+msgid "above"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15425
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15427
+msgid "above predicted value"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1538
+msgid "access unrestricted"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:83
+msgid "acknowledged"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1989
+msgid "acknowledged events will not be honored"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1667
+msgid "act/pend"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4951
+msgid "activating..."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1669
+msgid "active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:304
+msgid "add \"ISL\" to service description for interswitch links"
diff --git a/xai b/xai
new file mode 100644
index 0000000..8cfca22
--- /dev/null
+++ b/xai
@@ -0,0 +1,1915 @@
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:305
+msgid "add ISL"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:587
+msgid "ago"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8794
+msgid "all contacts of the notified object"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11797
+msgid "all events disabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:131
+msgid "all graphs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:244
+#, fuzzy, python-format
+msgid "all logfiles of host %s"
+msgstr " pentru hostul %s"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/logwatch.py:238
+msgid "all logfiles on all hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8796
+msgid "all users"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8798
+msgid "all users with and email address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1525
+msgid "allow commands"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1521
+msgid "allow execution of commands and actions via TCP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8289
+msgid "allow users to deactivate this notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:68
+msgid "and spread over"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1486
+#: /omd/sites/production/share/check_mk/web/htdocs/bi.py:1573
+msgid "assumed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:693
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:698
+msgid "at least one packet every"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2309
+msgid "authentication and encryption"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2300
+msgid "authentication but no privacy"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4783
+msgid "auto"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:351
+msgid "average duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8449
+msgid "beginning from notifcation number"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14648
+msgid "begins with"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1994
+msgid "below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15468
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15470
+msgid "below predicted value"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1641
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1642
+msgid "bindings"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2373
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2374
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2396
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2397
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2470
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2471
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2502
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2503
+msgid "bits / bytes per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4157
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4158
+msgid "blocks/s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:209
+msgid "bottom up"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:207
+msgid "boxes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:208
+msgid "boxes (omit root)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:256
+msgid "broadcast"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:346
+msgid "builtin"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12491
+msgid "builtin role"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:130
+msgid "buttons"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2985
+msgid "cartridge specification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:641
+msgid "change the state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4681
+msgid "changes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1258
+msgid "childs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1670
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1671
+msgid "clients"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:84
+msgid "closed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:181
+msgid "collapsed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1897
+msgid "commands"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:185
+msgid "complete"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1761
+msgid "connection up and passing data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3858
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3859
+msgid "connection/sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1472
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1473
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1717
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1718
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1719
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1720
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1763
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1764
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1773
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1774
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1784
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1785
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1795
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1796
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1806
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1807
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1816
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1817
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1826
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1827
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1837
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1838
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1848
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1849
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1859
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1860
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1871
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1872
+msgid "connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7867
+msgid "contact group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7850
+msgid "contact groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8802
+msgid "contact groups: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1482
+msgid "controlled by ruleset Inventory mode for Disk IO check"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:352
+msgid "count"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:80
+msgid "counting"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1580
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3401
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3509
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5119
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5147
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5155
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5163
+msgid "critical at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1540
+msgid "critical at or below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3880
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3887
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4035
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4379
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4394
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4401
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4931
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4948
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5030
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5047
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5061
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5080
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5087
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5094
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5195
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5218
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5239
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5246
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5253
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5267
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6422
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6438
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6446
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6454
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7080
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7107
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:7121
+msgid "critical if above"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6348
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6851
+msgid "critical if above or equal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5013
+msgid "critical if at"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4963
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4980
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4997
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5112
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5139
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5186
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5260
+msgid "critical if below"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6345
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6848
+msgid "critical if below or equal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3480
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4109
+msgid "critical if higher then"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3456
+msgid "critical if less then"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12401
+msgid "custom"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1782
+msgid "daily"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:64
+msgid "dashboard"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/default_permissions.py:60
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:65
+msgid "dashboards"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:442
+msgid "day"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15406
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:182
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:210
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:445
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1797
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1018
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1025
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:184
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:492
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:808
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1043
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:573
+msgid "days"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3803
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3804
+msgid "deadlocks/sec"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:331
+msgid "decay"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12547
+#, python-format
+msgid "default (%s)"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1167
+msgid "delay precompiling"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:81
+msgid "delayed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4781
+msgid "demand"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:899
+msgid "diagFault"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4339
+#, python-format
+msgid "directly in the folder %s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:332
+msgid "disable"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12132
+msgid "disable the login to this account"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1070
+#, fuzzy
+msgid "disable this section"
+msgstr "Dezactiveaza Notificarile"
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11794
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:808
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1203
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:522
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1979
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1999
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4782
+msgid "disabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5990
+msgid "display all important updates verbosely"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8318
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14749
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:268
+msgid "do not apply this rule"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4345
+msgid "do not create gateway hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:1047
+msgid "do not create this report"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10023
+msgid "don't query status"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:770
+msgid "don't wait for body"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:221
+msgid "don't wrap"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:208
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:828
+msgid "down"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1898
+msgid "downtimes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:186
+msgid "dpi"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:17617
+#, python-format
+msgid "edited properties of host [%s]"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8804
+msgid "email addresses: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:6327
+msgid "empty"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:596
+msgid "enable GIT version control"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:616
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:830
+msgid "enable SNI"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:81
+msgid "enable buffering"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:46
+msgid "enable debug mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:71
+msgid "enable debug of Livestatus queries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1737
+msgid "enable debugging of queries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1692
+msgid "enable extensive rule logging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12207
+msgid "enable notifications"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1716
+msgid "enable optimized rule execution"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1856
+msgid "enable pretty-printing of rules"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:57
+msgid "enable profile mode"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:117
+msgid "enable sounds"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:727
+msgid "entries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2273
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2274
+msgid "errors"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4280
+msgid "events per second"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/inventory.py:151
+msgid "exact match"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9841
+msgid "excluded"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:669
+#, python-format
+msgid "execute that action "%s""
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:430
+msgid "expand escapes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:442
+msgid "expect all"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:700
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:701
+msgid "failures"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:161
+msgid "fast"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:916
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:931
+msgid "faulty"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:182
+msgid "first level"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1655
+msgid "fixed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:675
+msgid "fixed page element"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1655
+msgid "flexible"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:517
+msgid "flexible with max. duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/bi.py:206
+msgid "foldable"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1660
+msgid "for"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:255
+msgid "forced"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1993
+msgid "free space"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8420
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11543
+msgid "from"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:725
+msgid "from the beginning"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:331
+msgid "from the end"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8469
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:8547
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11566
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:562
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:584
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:615
+msgid "from:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/pnp_graphs.py:129
+#, python-format
+msgid "graph number %d"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:501
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:505
+msgid "handles"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/reporting/fixed_elements.py:214
+msgid "height"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:794
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:860
+#: /omd/sites/production/share/check_mk/web/plugins/views/builtin.py:2892
+msgid "hidden"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:546
+msgid "hide folder names"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:588
+msgid "hide help text"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:569
+msgid "hide hosttags"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:452
+msgid "hide response"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:578
+msgid "hide variable names"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:319
+msgid "high threshold"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1523
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1732
+msgid "host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:7846
+msgid "host groups"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10479
+msgid "host: "
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1896
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:1523
+msgid "hosts"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:475
+msgid "hour"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:183
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:211
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:427
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:436
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2138
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2159
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2160
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:574
+msgid "hours"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/userdb/htpasswd.py:136
+msgid "htpasswd"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:976
+msgid "htpasswd: Password Policy"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:9522
+#, fuzzy
+msgid "iCalendar File"
+msgstr "Curata fisierul de loguri"
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:236
+msgid "iSCSI HBAs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:718
+msgid "if"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:717
+msgid "if64"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15025
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:149
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2306
+msgid "ignore"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:936
+msgid "ignore administrative state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:921
+msgid "ignore operational state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:905
+msgid "ignore physical state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2286
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2316
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2335
+msgid "ignore speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4780
+msgid "ignore the start type"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4773
+msgid "ignore the state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2245
+msgid "ignore which one is active"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2653
+msgid "in"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1814
+#, python-format
+msgid "in %d days"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1787
+msgid "in ... days"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:641
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1026
+msgid "in notif. p."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4342
+msgid "in the same folder as the host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4336
+#, python-format
+msgid "in the subfolder %s/Parents"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:444
+msgid "in timezone"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:897
+msgid "inSync"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2105
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2106
+msgid "inodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5275
+msgid "internal"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/globals_notification.py:228
+msgid "internal ID"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/sidebar/shipped.py:1098
+#, python-format
+msgid "invalid entry %s: %s
\n"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:2518
+msgid "invalid:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14597
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14646
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15026
+msgid "is"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:15027
+msgid "isnot"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2998
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2999
+msgid "jobs"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5238
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5239
+msgid "kW"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4286
+msgid "kernel counter"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5542
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5543
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5551
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5552
+msgid "l/s"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:894
+msgid "laserFault"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:562
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:970
+msgid "last notification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2346
+msgid "latin1"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:213
+msgid "left"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4859
+msgid "local"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:2013
+msgid "local connect"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10021
+msgid "local site"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:900
+msgid "lockRef"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:100
+msgid "log full queries"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3378
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3379
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3380
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:3381
+msgid "log switches"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1639
+msgid "logging is enabled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1112
+msgid "login as role"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:314
+msgid "low threshold"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6472
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6480
+msgid "lower limit"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4515
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4516
+msgid "mails"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1284
+msgid "master / standalone"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:350
+msgid "maximum duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5597
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5603
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:575
+msgid "min"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:349
+msgid "minimum duration"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:184
+msgid "mins"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:478
+msgid "minute"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:212
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:353
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1275
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1830
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1942
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1957
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1973
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1993
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:473
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:883
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1424
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2410
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2483
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2717
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5335
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5353
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5354
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5473
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6772
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1237
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1432
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:70
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:493
+msgid "minutes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:194
+msgid "mm"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:99
+msgid "moderate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/datasource_programs.py:150
+msgid "monitor"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1518
+msgid "monitor port speed"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1507
+msgid "monitor port state"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:550
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:555
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4303
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4309
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4378
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4379
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5379
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:5385
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6872
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6875
+msgid "ms"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:508
+msgid "ms / entry"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:735
+msgid "myhost089"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/availability.py:871
+msgid "n/a"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:183
+msgid "negate"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:2771
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10041
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:10053
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11764
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12546
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12547
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:350
+#: /omd/sites/production/share/check_mk/web/htdocs/visuals.py:351
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:626
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:846
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/filters.py:398
+msgid "no"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1548
+msgid "no access via TCP"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/visuals/bi.py:176
+msgid "no assumed state set"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1526
+msgid "no commands"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:220
+msgid "no time"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:892
+msgid "noCard"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:895
+msgid "noLight"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:896
+msgid "noSync"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:893
+msgid "noTransceiver"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2768
+msgid "nodes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4452
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11759
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11786
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:348
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:3110
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:2198
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:500
+msgid "none"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1085
+msgid "normal connection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:5743
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:14599
+msgid "not"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/agent_bakery.py:1265
+msgid "not available"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/html_mod_python.py:115
+msgid "not logged in"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:4876
+msgid "nothing to do"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:648
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1033
+msgid "notif."
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1431
+msgid "notifications within last"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:47
+msgid "of"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:506
+msgid "of Service"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:445
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:1499
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1124
+msgid "off"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:268
+msgid "off - no Graphite export"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/cmc.py:98
+msgid "off - no debugging"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:914
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:929
+msgid "offline"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:588
+msgid "omit IP address"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/valuespec.py:1123
+msgid "on"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/views.py:446
+msgid "once per group"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1485
+msgid "one check for read, one for write"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1484
+msgid "one check per individual disk/LUN"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1483
+msgid "one summary check per host"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:913
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:928
+msgid "online"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/mkeventd.py:82
+msgid "open"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12094
+msgid "optional"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1845
+msgid ""
+"our socket has closed; we are in the process of tearing down the connection"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1792
+msgid ""
+"our socket is closed; remote endpoint has also shut down; we are waiting "
+"for a final acknowledgement"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:1834
+msgid ""
+"our socket is shut down; remote endpoint is shut down; not all data has been "
+"sent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/mkeventd.py:399
+msgid "owner"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_mk_configuration.py:1434
+msgid "pad port numbers"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:12089
+msgid "password:"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:626
+msgid "path levels"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/painters.py:1669
+msgid "pending"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1815
+#: /omd/sites/production/share/check_mk/web/plugins/wato/mkeventd.py:1832
+msgid "pending connections"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:820
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:821
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:845
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:846
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:854
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:855
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:863
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:864
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:872
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:873
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6709
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6710
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6734
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6735
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6743
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6744
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6752
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6753
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6761
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6762
+msgid "percent"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/views/commands.py:308
+msgid "persistent comment"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:942
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:6835
+msgid "port name"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2419
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:2510
+msgid "port specification"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:898
+msgid "portFault"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/wato.py:11473
+msgid "previous notifications of this type are cancelled"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:331
+msgid "procedure call is used"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/active_checks.py:1218
+msgid "process performance data"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:438
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:443
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:448
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:453
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:569
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:574
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:579
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:584
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4264
+#: /omd/sites/production/share/check_mk/web/plugins/wato/check_parameters.py:4265
+msgid "processes"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/reporting.py:178
+msgid "pt"
+msgstr ""
+
+#: /omd/sites/production/share/check_mk/web/htdocs/htmllib.py:841
+#, python-format
+msgid "refresh: